May 28
昨天下午因直接打开SSH上的文件,用的是EditPlus造成了eclipse打开或保存inc文件提示打开方式或下载。
给工作带来许多不便,下班前问题解决。
主要是由于Eclipse自带的浏览器造成的,关闭其调试功能,一切问题解决。
window/Preferences/PHPeclipse Web/Brower Preview Defaults
把右边的两个Checkbox去掉即可:
Refresh PHP brower view when opening editor
Apr 22
开始还是想偷懒,找了朋友问问有没有这种Rsnc同步数据的Shell未果,只得静心的来学习了。
经过半天的研究与测试,轻松搞定:Array。
为便于理解,说明为zhoz.com→zhoz2.com同步。
Array
Apr 20
zhoz评论:rsync 很好很强大!刚才用一个脚本即实现了对网站的同步镜备份。
系统地了解一下:
rsync is a file transfer program for Unix systems. rsync uses the "rsync algorithm" which provides a very fast method for bringing remote files into sync. It does this by sending just the differences in the files across the link, without requiring that both sets of files are present at one of the ends of the link beforehand.
rsync 是一个Unix系统下的文件同步和传输工具。rsync是用 “rsync 算法”提供了一个客户机和远程文件服务器的文件同步的快速方法。
Some features of rsync include
rsync 包括如下的一些特性:
* can update whole directory trees and filesystems
能更新整个目录和树和文件系统;
Apr 19
遇到一个麻烦的服务器安装问题,原以为只是单纯的发布网站而已,才发现Apache都没有安装。
按正常的套路又遇到Mysql却已经安装过了!
正因如此我没办法编译PHP,rpm -e后编译安装:
cd /usr/local/src/
wget http://down1.chinaunix.net/distfiles/mysql-5.0.56.tar.gz
tar -xzvf mysql-5.0.56.tar.gz
cd mysql-5.0.56
./configure --prefix=/usr/local/mysql --sysconfdir=/etc
make
make install
Apr 17
##### install php
##download http://jp.php.net/downloads.php
wget http://jp.php.net/get/php-5.2.9.tar.gz/from/this/mirror
rpm -qa | grep php
rpm -e php-ldap-5.1.6-20.el5 php-5.1.6-20.el5

tar -zxvf php-5.2.9.tar.gz
分页: 7/15 第一页 上页 2 3 4 5 6 7 8 9 10 11 下页 最后页 [ 显示模式: 摘要 | 列表 ]