2015年1月8日

mysql触发器详解

摘要: 主要讲解了触发器的作用,以及用法 阅读全文

posted @ 2015-01-08 20:41 sustudy 阅读(144) 评论(0) 推荐(0) 编辑

2015年1月4日

linux里的php使用phpize拓展各种功能(curl,zip,gd等等)

摘要: 使用phpize扩展zip功能,学会了如何安装zip扩展,就能学会如何安装其他扩展 阅读全文

posted @ 2015-01-04 20:56 sustudy 阅读(329) 评论(0) 推荐(0) 编辑

2014年12月31日

php调用linux命令

摘要: 介绍了php的执行外部命令的函数 阅读全文

posted @ 2014-12-31 11:19 sustudy 阅读(474) 评论(0) 推荐(0) 编辑

2014年12月30日

定制ckeditor的菜单

摘要: 修改ckeditor的配置文件config.js,实现定制ckeditor的菜单 阅读全文

posted @ 2014-12-30 15:12 sustudy 阅读(1059) 评论(0) 推荐(0) 编辑

2014年12月26日

使用mysql-proxy代理实现msyql数据库读写分离

摘要: 实现了数据库的读写分离,提高速度 阅读全文

posted @ 2014-12-26 16:32 sustudy 阅读(610) 评论(0) 推荐(0) 编辑

2014年12月25日

在linux下的apache配置https协议,开启ssl连接

摘要: 打开apache的ssl连接,并配置https协议。 阅读全文

posted @ 2014-12-25 10:46 sustudy 阅读(1899) 评论(0) 推荐(0) 编辑

2014年12月23日

Apache配置虚拟主机

摘要: apache服务器配置虚拟机 阅读全文

posted @ 2014-12-23 18:33 sustudy 阅读(172) 评论(0) 推荐(0) 编辑

2014年12月22日

mysql左联右联内联

摘要: 在MySQL中由于性能的关系,常常要将子查询(Sub-Queries)用连接(join)来却而代之,能够更好地使用表中索引提高查询效率。下面介绍各种join的使用,先上图:我们MySQL常用的为左连接(leftjoin)、右连接(rightjoin)和内连接(innerjoin)其他如图所示,余下的... 阅读全文

posted @ 2014-12-22 15:08 sustudy 阅读(984) 评论(0) 推荐(0) 编辑

window下的php安装redis扩展

摘要: 安装php的redis扩展 阅读全文

posted @ 2014-12-22 10:21 sustudy 阅读(304) 评论(0) 推荐(0) 编辑

2014年12月19日

mysql主从配置(清晰的思路)

摘要: 详细解说mysql的主从配置。 阅读全文

posted @ 2014-12-19 16:24 sustudy 阅读(49303) 评论(4) 推荐(5) 编辑

导航