转:http://blog.sina.com.cn/s/blog_610997850100wjrm.html &nb...
linux grep 正则表达式二
cd /var/www/html touch file 2003:22:32 user1 index.php 2003:22:40 user1 a.php 2003...
linux grep 正则表达式一
1、^linux 以linux开头的行 2、 php$ 以php结尾的行 3、 .  ...
PHP递归实现无限级分类
转:http://www.helloweba.com/view-blog-204.html 在一些复杂的系统中,要求对信息栏目进行无限级的分类,以增强系统的灵活性。...
转setfacl与getfacl
acl权限分配 cd /var/www/html touch root.txt chmod 644 root.txt 1、setfacl设置文件权限 setfacl...
postfix与dovecot
转: http://blog.csdn.net/hitabc141592/article/details/25986911 http://mengsir.blog....
thickbox的使用
<style type="text/css" media="all"> @import "thickbox/global.css"; @import "...
php中使用fckeditor
在smarty中使用fckeditor,下载fckeditor放在根目录 function fckeditor($content){ &nb...
php上传图片安全性
通过getimagesize取得图片的类型,将$_FILES传给$array ...