1 2 3 4 5 ··· 18 下一页

[置顶] 好文章收集

摘要: 1、http://blog.csdn.net/yangbutao/article/details/12242441 高并发高可用电商平台构建2、http://www.cnblogs.com/coolhwm/archive/2011/11/19/2255116.html 关于一篇如何设计一个网站登录系... 阅读全文

posted @ 2013-11-14 03:56 argb 阅读(871) 评论(0) 推荐(0) 编辑

2015年4月20日

设计与原型工具

摘要: 1、Sketch, ui设计工具,比photoshop跟专注http://bohemiancoding.com/sketch/https://phphub.org/topics/596https://phphub.org/topics/4752、origamihttps://facebook.git... 阅读全文

posted @ 2015-04-20 15:30 argb 阅读(223) 评论(0) 推荐(0) 编辑

2015年3月15日

digital ocean 内存不足时增加swap文件的方法

摘要: 买了比较低配的digitalocean 云主机,在执行composer update的时候出现内存不足的问题,但是内存大小已经固定了,除非加钱,还有别的方法吗?有,增加swap分区,这样就可以弥补内存不足的问题,用这种方法顺利解决composer update的内存不足问题。具体操作,参照下面的文章... 阅读全文

posted @ 2015-03-15 23:51 argb 阅读(287) 评论(0) 推荐(0) 编辑

Stop Bitbucket prompting for password in git

摘要: 出处:http://qosys.info/485/bitbucket-git-prompt-for-passwordIn some cases after adding public ssh keys for your Bitbucket account, Bitbucket could still... 阅读全文

posted @ 2015-03-15 23:41 argb 阅读(506) 评论(0) 推荐(0) 编辑

npm WARN unmet dependency问题的解决方法

摘要: removenode_modules$ rm -rf node_modules/run$ npm cache clean详见这里:http://stackoverflow.com/questions/20764881/why-does-npm-install-say-i-have-unmet-dep... 阅读全文

posted @ 2015-03-15 01:19 argb 阅读(1161) 评论(0) 推荐(0) 编辑

2015年3月6日

phpstorm 的.idea 目录加入.gitignore无效的解决方法

摘要: 无效的原因是:对应的目录或者文件已经被git跟踪,此时再加入.gitignore后就无效了,解决办法:先执行git rm -r --cached .idea再重新加入.gitignore文件解决方法来源:http://stackoverflow.com/questions/9550437/how-t... 阅读全文

posted @ 2015-03-06 17:31 argb 阅读(16377) 评论(0) 推荐(0) 编辑

2015年2月9日

websocket php lib---Ratchet

摘要: http://socketo.me/ 阅读全文

posted @ 2015-02-09 17:02 argb 阅读(208) 评论(0) 推荐(0) 编辑

2015年2月3日

facebook api & oauth protocal

摘要: http://tools.ietf.org/html/draft-ietf-oauth-v2-31#section-10.5http://stackoverflow.com/questions/14010876/cant-get-access-token-using-facebook-oauthco... 阅读全文

posted @ 2015-02-03 11:21 argb 阅读(481) 评论(0) 推荐(0) 编辑

2015年1月12日

很不错的关于依赖注入和AOP的系列文章

摘要: http://blog.csdn.net/tittop/article/details/6716033 阅读全文

posted @ 2015-01-12 22:08 argb 阅读(218) 评论(0) 推荐(0) 编辑

2015年1月10日

一篇关于介绍php的几个user 认证相关的几个包

摘要: http://kodeinfo.com/post/laravel-authentication-packagesLARAVEL AUTHENTICATION PACKAGESByImran IqbalInAuthentication,Packages-September 3,2014-Comment... 阅读全文

posted @ 2015-01-10 21:42 argb 阅读(253) 评论(0) 推荐(0) 编辑

2015年1月8日

laravel的Eloquent中的get()和Query/Builder中的get()

摘要: Eloquent 中的get实际上是Eloquent/Builder中的get,得到的结果是个Collection对象,再调用Collection的first才得到collection中的一项,即一个Model对象。而Query/Builder中的get得到的是个数组,实际上是直接执行了PDO的fe... 阅读全文

posted @ 2015-01-08 22:02 argb 阅读(1568) 评论(0) 推荐(0) 编辑

1 2 3 4 5 ··· 18 下一页

导航