上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页
摘要: In term-mode, any regular C-x whatever keybinding becomes C-c whatever instead. 阅读全文
posted @ 2020-01-17 16:39 lishidefengchen 阅读(114) 评论(0) 推荐(0)
摘要: 清空文件 C-x C-f C-x k C-x C-s C-x C-c 阅读全文
posted @ 2020-01-16 15:37 lishidefengchen 阅读(108) 评论(0) 推荐(0)
摘要: exec the following order: npm home <package name> 阅读全文
posted @ 2020-01-16 13:36 lishidefengchen 阅读(161) 评论(0) 推荐(0)
摘要: config.mail.163.com/settings/imap/login.jsp?uid=xxxx@163.com 阅读全文
posted @ 2020-01-15 23:13 lishidefengchen 阅读(576) 评论(0) 推荐(0)
摘要: 【显示行号】M+x display-line-number-mode <Return> 【跳转行号】M+x goto-line 然后输入你想跳转到的行号 <Return> (在 Emacs 中 <Return> 就是键盘上的 回车键) (完) 阅读全文
posted @ 2020-01-15 14:17 lishidefengchen 阅读(1579) 评论(0) 推荐(0)
摘要: 这两天在虚机里面安装了centos7(gnome),决定后续自己的学习一直在这个里面进行,对于编辑器我最后选择了emacs,新手一枚,不过正好也算是今年的一项学习目标吧,加油! (完) 阅读全文
posted @ 2020-01-14 14:04 lishidefengchen 阅读(220) 评论(0) 推荐(0)
摘要: 今天看到这个段话,我就想起来当时学习Sharepoint的时候,总是搞不明白我们老师讲的那个母版页里的占位符到底是干啥的。现在看到了类似的东西,让我想起来了之前一直搞不懂的东西,很感慨。 (完) 阅读全文
posted @ 2020-01-07 10:30 lishidefengchen 阅读(138) 评论(0) 推荐(0)
摘要: jekyll serve --host 0.0.0.0 --port 80 启动失败 阅读全文
posted @ 2020-01-02 15:27 lishidefengchen 阅读(791) 评论(0) 推荐(0)
摘要: 除了防火墙的设置,很可能时因为你的Web服务监听的时127.0.0.1地址,构成了本机回环,只能本机访问的原因。 启动服务的时候可以尝试指定hostname为0.0.0.0或者你想监听的IP地址。 【参考一】 【参考二】 (完) 阅读全文
posted @ 2020-01-02 15:09 lishidefengchen 阅读(619) 评论(0) 推荐(0)
摘要: 驱动什么的都正常,平白无故麦克风不好用了,原来是之前自己设置了麦克风权限: 把这个开关打开就可以了。 (完) 阅读全文
posted @ 2019-12-19 10:50 lishidefengchen 阅读(4114) 评论(0) 推荐(0)
摘要: 一个node模块,为了能够服用,就需要将其暴露,那么如何正确写呢?(参考:https://developer.mozilla.org/zh-CN/docs/Learn/Server-side/Express_Nodejs/Introduction) 【正确写法A】 【正确写法B】 【正确写法C】 阅读全文
posted @ 2019-12-17 17:41 lishidefengchen 阅读(1586) 评论(0) 推荐(0)
摘要: 1、打开控制台2、python -m http.server 阅读全文
posted @ 2019-12-06 15:49 lishidefengchen 阅读(476) 评论(0) 推荐(0)
摘要: pip install beautifulsoup4 阅读全文
posted @ 2019-12-04 14:56 lishidefengchen 阅读(295) 评论(0) 推荐(0)
摘要: 看到知乎上一个回答很形象: app_id, app_key, app_secret:我的身份证,银行卡号,银行卡密码 (完) 阅读全文
posted @ 2019-12-03 15:40 lishidefengchen 阅读(1790) 评论(0) 推荐(0)
摘要: angular dialog标准结构,注意有checkbox时,需要外包一层div,checkbox-wrapper类的这个样式控制了不显示滚动条。 阅读全文
posted @ 2019-11-14 16:57 lishidefengchen 阅读(737) 评论(0) 推荐(0)
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 52 下一页