搜索 “Cursor” ,共找到 79 项结果
×
  • docker下安装adguardhome的教程

    1. 如果以前装过docker版的adg,先删除原有容器和相关配置,具体命令如下(以N1为例,贝壳云把 mmcblk1p3 换成 mmcblk0p4 即可): docker stop adguardhome docker rm adguardhome rm -rf /mnt/mmcblk1p3/adguardhome/confdir/*...

    2020-02-28 04:47 Falcon 阅读
  • docker镜像加速

    官方方法https://www.docker-cn.com/registry-mirror 国内较快的镜像原地址 #Docker 官方中国区 https://registry.docker-cn.com   #网易 http://hub-mirror.c.163.com   #ustc https:...

    2020-02-28 03:04 Falcon 阅读
  • The Best Way To Learn English in 2020 (In my humble opinion.)

    ✅Here is the plan: THINGS YOU WILL NEED: - 1 hour per day (30 minutes will work as well). - a notebook and a pen to write down new vocabulary each day. - an English song....

    2020-02-21 15:40 Falcon 阅读
  • Xcode 增加复制一行、删除一行的快捷键

      167   +50 Go to this folder which contains dark side of the force: Xcode 4.2 or prior: /Developer/Library/PrivateFramewo...

    2020-02-10 18:23 Falcon 阅读
  • Safari Date() 函数对日期时间字符串(yyyy-MM-dd HH:mm:ss) 提示NaN的问题

    今天发现一个奇怪的问题,在iPhone使用 safari 选择定时发布文章到OSC,选择时间后提示不是合法的时间,判断时间的代码如下: var d = new Date('2020-01-23 23:15'); if (isNaN(d)) { console.log('isNaN'); }else{ console.log(...

    2020-01-24 12:45 Falcon 阅读
  • git-stash 用法小结

    发现有一个类是多余的,想删掉它又担心以后需要查看它的代码,想保存它但又不想增加一个脏的提交。这时就可以考虑git stash。 使用git的时候,我们往往使用分支(branch)解决任务切换问题,例如,我们往往会建一个自己的分支去修改和调试代码, 如果别人或者自己发现原有的分支上有个不得不修改的bug,我们往往会把完成一半的代码commit提交到本地仓...

    2020-01-23 06:58 Falcon 阅读
  • 树莓派3b 安装openwrt

    https://downloads.openwrt.org/releases/19.07.0/targets/brcm2708/bcm2710/openwrt-19.07.0-brcm2708-bcm2710-rpi-3-squashfs-factory.img.gz 插入并启动树莓派3B+,顺便接上键盘和显示器,你会看...

    2020-01-19 18:25 Falcon 阅读
  • [科普向]2.4G信道怎么选?

    今天我们来讲讲路由器信道的问题,这里主要讲2.4G频段的信道怎么选。            首先,我们来看下2.4G信道划分图!      由于地区的不同,有些设备不支持11以上的信道,所以我们重点选择1到11信道来讲解。  &n...

    2020-01-19 05:20 Falcon 阅读
  • A (Mostly) Complete Guide to the WordPress Rewrite API

    The WordPress, Rewrite API is like a mythical creature. Not many know it exists, and few still know how to tame it. In this article, we’ll cover the basics of...

    2020-01-09 04:56 Falcon 阅读
  • TinyMCE自定义键盘快捷键

    Keyboard shortcuts and text editors are nigh-inseparable in the world of content editing productivity. You’ll be hard-pressed to find any WYSIWYG text editor without a solid...

    2020-01-03 03:08 Falcon 阅读