傻瓜式搭建Nginx+PHP+Mysql服务器
1.下载 一键安装包LNMP
wget http://licess.googlecode.com/files/LNMP.zip
2. 64位机器
yum -y install libjpeg-devel
Read the full story »
1.下载 一键安装包LNMP
wget http://licess.googlecode.com/files/LNMP.zip
2. 64位机器
yum -y install libjpeg-devel
Read the full story »
1. Know Free http://knowfree.net/
KnowFree is a website where users are able to exchange freely ebooks, video training and other materials for educational purposes and self-practice.
2.Free eBooks Download http://www.3ebooks.com/
3EBOOKS.com is a Free eBooks Library where you can Download eBooks totally free! Download 240 000+ Free eBooks, Computer, Business, Literature, Publishing, Children and more!
Read the full story »
匹配中文字符的正则表达式: [u4e00-u9fa5]
评注:匹配中文还真是个头疼的事,有了这个表达式就好办了
匹配双字节字符(包括汉字在内):[^x00-xff]
评注:可以用来计算字符串的长度(一个双字节字符长度计2,ASCII字符计1)
Read the full story »
在Apache的配置文件中找到下面两行,将注释#去掉,重启。
LoadModule deflate_module modules/mod_deflate.so
LoadModule expires_module modules/mod_expires.so
在你网站的目录下新建.htaccess,添加如下内容:
Read the full story »
只需去下载一个Windows Server 2008 MUI官方语言包,点此进入官方下载页面,由于官方提供的语言包都是IMG格式的,只需将其后缀改成RAR文件直接解压即可
如果指定目录都提示找不到语言文件,检查一下你下的Windows Server 2008 语言包版本。在微软的页面上,进行文件介绍时是先介绍32位,然后是安腾版,再是64位的。但是下载链接却先是64位,再到安腾版,最后才是32位的,所以如果不注意的话,顺手下载的就是64位的语言包了,在32位系统上自然装不上。