加载中
ubuntu下的pbpaste和pbcopy(一键格式化json)

想在ubuntu上找到mac上的这两个命令。。

2017/03/04 02:17
1.5K
使用gitbook editor管理个人笔记/制作PDF电子书

我想在ubuntu上安装几年前最爱的markdown神器 -- gitbook editor

ubuntu16.04主题美化和软件推荐

cyper ubuntu16.04.2测试通过

2017/02/25 18:03
535
在ubuntu和mac间无缝切换

写给mac & ubuntu爱好者

我的ubuntu16.04.2 LTS

下次更新时间2018.4

2017/02/13 10:00
1.3K
sql特殊字符

用户输入如果没有任何限制的话,则必须对特殊字符进行变换。 如果对单引号不进行变换,则会发生数据库错误,甚至可能导致系统崩溃。 不 过回避方法却非常简单,只要将单引号[']转换成两个单引...

sql
2017/02/06 12:05
193
DATA CAPTURE option and its effect on DB2 Logging

Welcome back, today’s blog is about the option DATA CAPTURE and what effects it will have on the DB2 log while logging the INSERT, UPDATE & DELETE statements. Let’s first dis...

2017/02/06 11:50
429
pip常用命令

列出已安装的包 pip freeze or pip list 导出requirements.txt pip freeze > <目录>/requirements.txt 安装包 在线安装 pip install <包名> 或 pip install -r requirements.txt # 安装1.9...

pip
2017/01/19 12:13
138
nodejs stream 手册

https://github.com/jabez128/stream-handbook

2017/01/08 21:22
158
nodejs Stream使用中的陷阱

https://my.oschina.net/sundq/blog/189505

2017/01/08 21:21
95
express4+passport实现用户注册登录验证

3.5星(最长): https://medium.com/@nohkachi/local-authentication-with-express-4-x-and-passport-js-745eba47076d 4星(最简): https://medium.com/@ar7casper/authentication-using-expre...

2017/01/08 20:25
629
Understanding process.nextTick()

https://howtonode.org/understanding-process-next-tick

2017/01/08 15:21
69
Should angular $watch be removed when scope destroyed?

$scope上的watchers和listeners在$scope destroy的时候是否需要手动unregister 这里有讨论: http://stackoverflow.com/questions/25113884/should-angular-watch-be-removed-when-scope-dest...

2017/01/06 21:14
122
Nodejs日志管理log4js

移至: https://github.com/uniquejava/blog/issues/91

2017/01/05 23:25
109
How to Create a Node.js Cluster for Speeding Up Your Apps

https://www.sitepoint.com/how-to-create-a-node-js-cluster-for-speeding-up-your-apps/

2017/01/05 23:09
42
mac painpoint

disable option key. http://stackoverflow.com/questions/11876485/how-to-disable-typing-special-characters-when-pressing-option-key-in-mac-os-x to be continued.....

2017/01/05 13:59
152
Pagination using AngularJS (with filtering)

Basic: http://www.dispatchertimer.com/angularjs/pagination-using-angularjs/ With filtering: http://www.dispatchertimer.com/angularjs/pagination-with-filtering-using-angularjs/...

2017/01/05 11:48
64
Angular.js+Bootstrap实现表格分页

http://www.cnblogs.com/cyclone77/p/5381278.html

2017/01/05 10:32
480
pdf.js使用实例

http://www.cnblogs.com/xiangliuyunyang/p/5956453.html

2017/01/05 10:31
1.5K

没有更多内容

加载失败,请刷新页面

返回顶部
顶部