10 2017 档案
mac navicat premium 使用技巧
摘要:快捷键 CMD-I:对象信息 CMD-L:查询日志 CMD-Y:新建查询 SHIFT-CMD-T:数据传输 SHIFT-CMD-C:命令列界面 阅读全文
posted @ 2017-10-29 22:31 hehelele 阅读(386) 评论(0) 推荐(0)
大润发B2B后台项目一些有用的代码总结
该文被密码保护。
posted @ 2017-10-29 21:02 hehelele 阅读(8) 评论(0) 推荐(0)
fnb2b分支拉取注意事项
摘要:1. 大B分支拉取以后不要忘记把index.php中dev环境改为 2. 大B分支拉取后,记得/base/kernal/conf/convention.php中memcache改为memcached 3. 最最重要,大B分支拉取以后,base.class.php中 实测php5.5可以使用函数的返回 阅读全文
posted @ 2017-10-26 17:03 hehelele 阅读(168) 评论(0) 推荐(0)
mac上为nodejs设置环境变量
摘要:Mac下面的环境变量设置和Linux差不多,一般为这几个文件(左边的先加载): /etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc btw, 我发现如果使用node ./bin/www来启动expres 阅读全文
posted @ 2017-10-20 10:22 hehelele 阅读(14793) 评论(0) 推荐(0)
nodejs项目进程管理器之pm2
摘要:如果用pm2作为nodejs的进程管理器的话,参考以下两篇文章 程序员小卡:http://www.cnblogs.com/chyingp/p/pm2-documentation.html 官方:http://www.expressjs.com.cn/advanced/pm.html 阅读全文
posted @ 2017-10-18 10:30 hehelele 阅读(124) 评论(0) 推荐(0)