上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页
摘要: javascript LinkedList: // Array like 1 // test 2 var list = new LinkedList(); 3 4 for (var i = 1; i < 10; i++) { 5 list.push(i); 6 } 7 for (i = 0; i < 阅读全文
posted @ 2018-07-16 13:03 zhanghui_ming 阅读(266) 评论(0) 推荐(0) 编辑
摘要: export: import: 阅读全文
posted @ 2018-07-16 10:42 zhanghui_ming 阅读(1971) 评论(0) 推荐(0) 编辑
摘要: jQuery 选择元素 a.text-success, a.text-danger, a.text-primary, a.text-info css selector regexp css选择器 正则表达式 Selectors This section is non-normative, as it 阅读全文
posted @ 2018-07-16 10:35 zhanghui_ming 阅读(385) 评论(0) 推荐(0) 编辑
摘要: * 从Packagist上搜索需要的包 https://packagist.org/ * 通过composer下载依赖包 * 使用composer自动加载器, 编写scan.php * input csv: ../data/urls.csv output: * 在Linux终端输出带颜色的文字的方法 阅读全文
posted @ 2018-07-15 22:21 zhanghui_ming 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: 取第5列,去掉开头结尾的引号,匹配以http://, https://, ftp://开头的行 * awk * php input: ../data/t_video.csv output: ../data/url.csv SplFileObject http://php.net/manual/en/ 阅读全文
posted @ 2018-07-15 21:33 zhanghui_ming 阅读(290) 评论(0) 推荐(0) 编辑
摘要: 字节码缓存能存储预先编译好的php代码 * 如果是自己编译PHP 编译好后 php.ini /Applications/XAMPP/xamppfiles/lib/php/extensions/no-debug-non-zts-20170718 警告: 如果使用 Xdebug, php.ini文件必须 阅读全文
posted @ 2018-07-15 17:46 zhanghui_ming 阅读(138) 评论(0) 推荐(0) 编辑
摘要: * 在array_map()函数中使用闭包 Array( [0] => 2 [1] => 3 [2] => 4) * 使用use关键字附加闭包的状态 Clay, get me some sweet tea! * 使用bindTo方法附加闭包的状态 阅读全文
posted @ 2018-07-15 17:25 zhanghui_ming 阅读(99) 评论(0) 推荐(0) 编辑
摘要: * 使用生成器处理csv文件 input: ../data/t_video.csv output: Generator: 阅读全文
posted @ 2018-07-15 13:49 zhanghui_ming 阅读(456) 评论(0) 推荐(0) 编辑
摘要: windows ~/.emacs mac ~/.emacs 阅读全文
posted @ 2018-07-15 11:28 zhanghui_ming 阅读(191) 评论(0) 推荐(0) 编辑
摘要: The right way /dev/hell Code Response.php 接口 demo: modern-php/├── data│ └── stream.txt└── interface ├── CommandOutputDocument.php ├── DocumentStore.ph 阅读全文
posted @ 2018-07-15 10:07 zhanghui_ming 阅读(113) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 14 下一页