如何突破封锁访问facebook、youtube、twitter 等网站
首先你先安装火狐浏览器 下载地址:http://www.firefox.com.cn/download/ 然后安装 autoproxy组件 地址:https://addons.mozilla.org/zh-CN/firefox/addon/autoproxy/ 安装好后点击火狐浏览器右上角的“福”标识符,选择自动模式 下面才是最有价值的内容:...
View ArticleDebug 总结
本来只是把网站程序从一台虚拟空间转移到一台linux服务器,但是越搞越复杂,仅在此写上我的感悟。 我首先是单独安装apache 和mysql服务器然后再一一配置,但是这样做出现了一个问题,一些扩展你要在Linux平台再进行编译,相当麻烦,于是我选用了lampp组件, 好处是省的你一一编译了,但是出现了一下几个问题: 1.要配置开机自动启动(解决办法见上一篇日志)...
View ArticleSmarty – the compiling PHP template engine
It is undoubtedly one of the most asked questions on the PHP mailing lists: how do I make my PHP scripts independent of the layout? While PHP is billed as “HTML embedded scripting language”, after...
View Article5个缺失的 JavaScript 数字格式化函数
以下是五个有用的JS数字格式化函数 1. 四舍五入 下面两个函数都能对浮点数进行四舍五入,保留小数点后两位。 2. 给数字添加逗号 每三位数字添加一个逗号,方便阅读 3. 类似PHP的 number_format 功能 这个函数可以添加分隔逗号或者进行四舍五入。 4. 添加序数词 给数字添加”st, nd, rd, th”等序数词。 5. 从字符串中移除非数字字符 // 四舍五入 /**...
View Article详细解释PHP中header和content-type 参数
void header ( string string [, bool replace [, int http_response_code]] ) void header ( string string [, bool replace [, int http_response_code]] ) header()是用来发送 HTTP...
View Article修改hosts文件访问google服务
127.0.0.1 localhost ::1 localhost ##Chrome 网上应用店 203.208.46.90 chrome.google.com 203.208.46.90 clients0.google.com ##------------------## 203.208.46.90 clients1.google.com ##可能和搜索建议有关## 203.208.46.90...
View Article