会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
黑小猫
博客园
首页
新随笔
联系
订阅
管理
2016年5月24日
Inversion of Control Containers and the Dependency Injection pattern (Martin Fowler)
摘要: Inversion of Control Containers and the Dependency Injection pattern In the Java community there's been a rush of lightweight containers that help to
阅读全文
posted @ 2016-05-24 00:19 黑小猫
阅读(155)
评论(0)
推荐(0)
2016年5月22日
linux phpstudy
摘要: wget -c http://lamp.phpstudy.net/phpstudy.bin chmod +x phpstudy.bin #权限设置 ./phpstudy.bin #运行安装
阅读全文
posted @ 2016-05-22 08:44 黑小猫
阅读(148)
评论(0)
推荐(0)
2016年5月15日
PSR代码风格指南
摘要: 代码风格指南 本手册是基础代码规范(PSR-1)的继承和扩展。 为了尽可能的提升阅读其他人代码时的效率,下面例举了一系列的通用规则,特别是有关于PHP代码风格的。 各个成员项目间的共性组成了这组代码规范。当开发者们在多个项目中合作时,本指南将会成为所有这些项目中共用的一组代码规范。 因此,本指南的益
阅读全文
posted @ 2016-05-15 23:15 黑小猫
阅读(430)
评论(0)
推荐(0)
mysql中having的用法
摘要: mysql中,当我们用到聚合函数,如sum,count后,又需要筛选条件时,having就派上用场了,因为WHERE是在聚合前筛选记录的,having和group by是组合着用的 先查询分类cid下 id的统计数目 select cid,count(id) nums from table_name
阅读全文
posted @ 2016-05-15 22:20 黑小猫
阅读(29189)
评论(0)
推荐(1)
公告