摘要:
转载自:http://blog.csdn.net/zuiaituantuan/article/details/5907154<?phpfunction mod_rewrite() { if (isset ( $_SERVER [' PATH_INFO '] )) { $url = substr ( $_SERVER [' PATH_INFO '], 1 ); $url = explode ( ' / ', $url ); foreach ( $url as $key => $value ) { if ($key % 2 !=... 阅读全文
posted @ 2012-05-28 00:25
DavidYanXW
阅读(194)
评论(0)
推荐(0)
摘要:
需要在windows和linux之间实现文件的实时同步, 采用unison, 服务器端和客户端软件版本保持一致(避免兼容性问题).我的安装步骤, 其中参考了不少文档, 见文章结尾的参考文档。1。 安装脚本unison编译器:wget http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.gz# tar -zxf ocaml-3.12.1.tar.gz# cd ocaml-3.12.1# ./configure# make world opt# make installunison:linux:wget http://www.s 阅读全文
posted @ 2012-05-28 00:14
DavidYanXW
阅读(1211)
评论(0)
推荐(0)
浙公网安备 33010602011771号