Zjmainstay
2014年04月07日 05:40:03
PHP利用.htaccess实现代理高亮源码
本文教你如何使用一小段代码实现全站PHP文件高亮效果
2014年04月06日 13:44:56
MySQL搜索字段名所在的表名
搜索字段名为message
的表名
select table_name from information_schema.columns where column_name = 'message'
搜索表所有字段
select column_name from information_schema.columns where table_name='tb_messages'
注:information_schema是很重要的一个数据库
2014年04月03日 15:23:22
Cygwin Windows下的Linux工具
Windows下的Linux命令工具,超级牛逼!
2014年03月30日 23:00:00
简单修改实现移除k2 url链接中的id
简单修改实现移除k2 url链接中的id
2014年03月30日 14:32:00
Shell for quick start with CodeIgniter in koding
本文展示如何使用Shell快速创建CI App,实现共用核心框架,无限拷贝生成新App。(其实就是想学习Shell,顺便弄了这玩意儿~)
2014年03月25日 17:41:21
如何给Joomla mod_jmnewspro模块添加标签过滤
本文讲解如何给mod_jmnewspro模块添加标签过滤