#关于 PAC 的书签夹
###比较全的 PAC 介绍
- http://www.proxypacfiles.com/proxypac/ 入门必看(英文)
- http://findproxyforurl.com/ 跟上面的类似(英文)
- http://wordpress0.com/2011/06/write-pac-file/ (汉语)内容比较全(尤其是附录)
- 代理自动配置 维基百科
- https://calomel.org/proxy_auto_config.html Calomel写的的实用性介绍
#关于 PAC 的书签夹
###比较全的 PAC 介绍
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| #!/bin/bash | |
| yum -y install gcc gcc-c++ autoconf automake wget | |
| #nginx dependency | |
| #gzip -- zlib库 | |
| #rewrite-- pcre库 | |
| #ssl -- openssl库 | |
| yum -y install zlib zlib-devel openssl openssl-devel pcre pcre-devel |
git config —global user.name ’starsea’
| #!/bin/bash | |
| PHP_VERSION="5.5.0" | |
| yum -y install \ | |
| curl-devel.x86_64 \ | |
| libmcrypt-devel.x86_64 \ | |
| libxml2-devel.x86_64 \ | |
| libtool-ltdl-devel.x86_64 \ | |
| pcre-devel.x86_64 \ |
| <?php | |
| $tel_no = $_GET['hm']; | |
| $c = $_GET['c']?$_GET['c']:0; | |
| $c++; | |
| ?> | |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>迷你轰炸台 - 短信炸弹 - BETA!</title> | |
| <?php |
| #brew 安装的php 用普通的pecl install apc --prefix 会有问题 | |
| #手动编译安装也有问题。。 | |
| #不如。。 | |
| brew install php54-apc |