01 2020 档案

摘要:we can use cat and eof to enter multiple lines content once. 阅读全文
posted @ 2020-01-20 16:13 lishidefengchen 编辑
摘要:method 1: set NODE_ENV for all node apps Windows: Linux or other Unix based system: method 2:set NODE_ENV for current app method 3: create .env file a 阅读全文
posted @ 2020-01-20 15:19 lishidefengchen 编辑
摘要:[major].[minor].[patch] Orders e.g: npm version major npm version minor npm version patch npm version 1.2.3 阅读全文
posted @ 2020-01-19 16:33 lishidefengchen 编辑
摘要:In term-mode, any regular C-x whatever keybinding becomes C-c whatever instead. 阅读全文
posted @ 2020-01-17 16:39 lishidefengchen 编辑
摘要:清空文件 C-x C-f C-x k C-x C-s C-x C-c 阅读全文
posted @ 2020-01-16 15:37 lishidefengchen 编辑
摘要:exec the following order: npm home <package name> 阅读全文
posted @ 2020-01-16 13:36 lishidefengchen 编辑
摘要:config.mail.163.com/settings/imap/login.jsp?uid=xxxx@163.com 阅读全文
posted @ 2020-01-15 23:13 lishidefengchen 编辑
摘要:【显示行号】M+x display-line-number-mode <Return> 【跳转行号】M+x goto-line 然后输入你想跳转到的行号 <Return> (在 Emacs 中 <Return> 就是键盘上的 回车键) (完) 阅读全文
posted @ 2020-01-15 14:17 lishidefengchen 编辑
摘要:这两天在虚机里面安装了centos7(gnome),决定后续自己的学习一直在这个里面进行,对于编辑器我最后选择了emacs,新手一枚,不过正好也算是今年的一项学习目标吧,加油! (完) 阅读全文
posted @ 2020-01-14 14:04 lishidefengchen 编辑
摘要:今天看到这个段话,我就想起来当时学习Sharepoint的时候,总是搞不明白我们老师讲的那个母版页里的占位符到底是干啥的。现在看到了类似的东西,让我想起来了之前一直搞不懂的东西,很感慨。 (完) 阅读全文
posted @ 2020-01-07 10:30 lishidefengchen 编辑
摘要:jekyll serve --host 0.0.0.0 --port 80 启动失败 阅读全文
posted @ 2020-01-02 15:27 lishidefengchen 编辑
摘要:除了防火墙的设置,很可能时因为你的Web服务监听的时127.0.0.1地址,构成了本机回环,只能本机访问的原因。 启动服务的时候可以尝试指定hostname为0.0.0.0或者你想监听的IP地址。 【参考一】 【参考二】 (完) 阅读全文
posted @ 2020-01-02 15:09 lishidefengchen 编辑

点击右上角即可分享
微信分享提示