加载中
sql特殊字符

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

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...

pip常用命令

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

nodejs stream 手册

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

nodejs Stream使用中的陷阱

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

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...

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...

Nodejs日志管理log4js

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

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/

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.....

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/...

Angular.js+Bootstrap实现表格分页

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

pdf.js使用实例

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

没有更多内容

加载失败,请刷新页面

返回顶部
顶部