会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lishidefengchen
首页
新随笔
管理
上一页
1
···
16
17
18
19
20
21
22
23
24
···
52
下一页
2020年1月17日
how to switch a different buffer from a terminal buffer
摘要: In term-mode, any regular C-x whatever keybinding becomes C-c whatever instead.
阅读全文
posted @ 2020-01-17 16:39 lishidefengchen
阅读(114)
评论(0)
推荐(0)
2020年1月16日
emacs-常用快捷键
摘要: 清空文件 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)
npm tip: go to the package's home page
摘要: exec the following order: npm home <package name>
阅读全文
posted @ 2020-01-16 13:36 lishidefengchen
阅读(161)
评论(0)
推荐(0)
2020年1月15日
centos7在Evolution中配置163邮箱,被阻止收件解决方法
摘要: config.mail.163.com/settings/imap/login.jsp?uid=xxxx@163.com
阅读全文
posted @ 2020-01-15 23:13 lishidefengchen
阅读(576)
评论(0)
推荐(0)
emacs-显示行号以及跳转到指定行
摘要: 【显示行号】M+x display-line-number-mode <Return> 【跳转行号】M+x goto-line 然后输入你想跳转到的行号 <Return> (在 Emacs 中 <Return> 就是键盘上的 回车键) (完)
阅读全文
posted @ 2020-01-15 14:17 lishidefengchen
阅读(1579)
评论(0)
推荐(0)
2020年1月14日
2020年学习目标之一——emacs
摘要: 这两天在虚机里面安装了centos7(gnome),决定后续自己的学习一直在这个里面进行,对于编辑器我最后选择了emacs,新手一枚,不过正好也算是今年的一项学习目标吧,加油! (完)
阅读全文
posted @ 2020-01-14 14:04 lishidefengchen
阅读(220)
评论(0)
推荐(0)
2020年1月7日
学习前端的时候,突然想起了Sharepoint母版页里的占位符,算知识的融会不?
摘要: 今天看到这个段话,我就想起来当时学习Sharepoint的时候,总是搞不明白我们老师讲的那个母版页里的占位符到底是干啥的。现在看到了类似的东西,让我想起来了之前一直搞不懂的东西,很感慨。 (完)
阅读全文
posted @ 2020-01-07 10:30 lishidefengchen
阅读(138)
评论(0)
推荐(0)
2020年1月2日
问题记录--jekyll serve 启动的时候如何指定80端口
摘要: jekyll serve --host 0.0.0.0 --port 80 启动失败
阅读全文
posted @ 2020-01-02 15:27 lishidefengchen
阅读(791)
评论(0)
推荐(0)
为什么总是无法访问VMware内的web服务?
摘要: 除了防火墙的设置,很可能时因为你的Web服务监听的时127.0.0.1地址,构成了本机回环,只能本机访问的原因。 启动服务的时候可以尝试指定hostname为0.0.0.0或者你想监听的IP地址。 【参考一】 【参考二】 (完)
阅读全文
posted @ 2020-01-02 15:09 lishidefengchen
阅读(619)
评论(0)
推荐(0)
2019年12月19日
win10 麦克风无法使用,可能是设置了权限
摘要: 驱动什么的都正常,平白无故麦克风不好用了,原来是之前自己设置了麦克风权限: 把这个开关打开就可以了。 (完)
阅读全文
posted @ 2019-12-19 10:50 lishidefengchen
阅读(4114)
评论(0)
推荐(0)
2019年12月17日
node 模块正确暴露方法
摘要: 一个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)
2019年12月6日
Python3-在windows快速运行一个简单的本地 HTTP 服务器
摘要: 1、打开控制台2、python -m http.server
阅读全文
posted @ 2019-12-06 15:49 lishidefengchen
阅读(476)
评论(0)
推荐(0)
2019年12月4日
BeautifulSoup安装
摘要: pip install beautifulsoup4
阅读全文
posted @ 2019-12-04 14:56 lishidefengchen
阅读(295)
评论(0)
推荐(0)
2019年12月3日
开放api接口参数 app_id, app_key, app_secret 的理解
摘要: 看到知乎上一个回答很形象: app_id, app_key, app_secret:我的身份证,银行卡号,银行卡密码 (完)
阅读全文
posted @ 2019-12-03 15:40 lishidefengchen
阅读(1790)
评论(0)
推荐(0)
2019年11月14日
angular弹出对话框结构
摘要: 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
下一页
公告