好好爱自己!

上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 179 下一页
摘要: 原文: http://www.cnblogs.com/kqdongnanf/p/4778672.html 关于Storm tick 1. tick的功能 Apache Storm中内置了一种定时机制——tick,它能够让任何bolt的所有task每隔一段时间(精确到秒级,用户可以自定义)收到一个来自 阅读全文
posted @ 2018-02-08 19:48 立志做一个好的程序员 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 原文: http://www.scalerstalk.com/1264-peak-conscious 我今年出了本书叫《刻意学习》,市面上其实还有一本书叫《刻意练习》。最近我读了这本书,发现了其中一些好玩的的地方,今天写文分享: (图 1 《刻意练习》与《刻意学习》) 1. 刻意练习的核心在于心理表 阅读全文
posted @ 2018-02-08 08:55 立志做一个好的程序员 阅读(875) 评论(0) 推荐(0) 编辑
摘要: 有时候,不光要低头写代码,也要学着站在更高的角度,来思考代码怎么写,下面这篇文章,讲的关于代码设计的问题,脑洞大开。 原文: http://www.alloyteam.com/2013/08/yong-aop-gai-shan-javascript-dai-ma/ 自己的改进版本: 因为觉得原文作者 阅读全文
posted @ 2018-02-05 09:13 立志做一个好的程序员 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/yangzhihello/article/details/40377399 下面的代码有点问题, ins[methodName] = function(){ callback.apply(ins,arguments) return method.app 阅读全文
posted @ 2018-02-03 19:38 立志做一个好的程序员 阅读(179) 评论(0) 推荐(0) 编辑
摘要: Pub/Sub in Redis using PHP Posted on November 14, 2011by xmeng I would like to put an example together about the pub/sub using php in Redis; there is 阅读全文
posted @ 2018-01-31 23:44 立志做一个好的程序员 阅读(262) 评论(0) 推荐(0) 编辑
摘要: http://www.nfriedly.com/techblog/2009/06/advanced-javascript-objects-arrays-and-array-like-objects/ How to Convert Array-Like to Array If you wish to 阅读全文
posted @ 2018-01-29 14:11 立志做一个好的程序员 阅读(397) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/767486/how-do-you-check-if-a-variable-is-an-array-in-javascript 1137down voteaccepted There are several ways of ch 阅读全文
posted @ 2018-01-29 13:39 立志做一个好的程序员 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 最好的资料:永远是官方的文档 https://webpack.js.org/guides/production/ 开业参考一下别人翻译的: http://webpack.wuhaolin.cn/1%E5%85%A5%E9%97%A8/1-5%E4%BD%BF%E7%94%A8Plugin.html 阅读全文
posted @ 2018-01-29 09:04 立志做一个好的程序员 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 原文: http://www.myexception.cn/php/1436096.html php.ini中extension默认的地址到底在哪里设置的我采用的ubuntu12.04,通过apt-get安装nginx+php-fpm+mysql下面是/etc/php5/fpm/php.ini中ex 阅读全文
posted @ 2018-01-25 14:47 立志做一个好的程序员 阅读(1177) 评论(0) 推荐(0) 编辑
摘要: 按下面的步骤,在ubuntu 16.04上面安装成功了 php5.6 dpkg -l | grep php| awk '{print $2}' |tr "\n" " " apt-get install aptitude aptitude purge `dpkg -l | grep php| awk 阅读全文
posted @ 2018-01-25 13:33 立志做一个好的程序员 阅读(417) 评论(0) 推荐(0) 编辑
上一页 1 ··· 103 104 105 106 107 108 109 110 111 ··· 179 下一页

不断学习创作,与自己快乐相处