常用笔记

作者 admin 于 五 23rd, 2008
2008
五 23

ln -s /usr/local/mysql/lib/mysql/libmysqlclient.a ./build/lib.linux-x86_64-2.4/_mysql.so python

wget -q http://peak.telecommunity.com/dist/ez_setup.py

我的几个代码

心跳服务

LINUX系统服务介绍

pure-ftpd

一些网站策划书模板之类

dhtmlx

oreillyapachecookbookebook-lib

Roadsend

ICTCLAS

NFS

一个网站

Lucene2.3.2手册

Linux命令大全(修改版)

CSS手册

httprfc2616.pdf HTTP协议
RFC2616中文版

VIM手册

SVN手册

eclipse php插件的在线更新地址 http://download.eclipse.org/tools/pdt/updates/

eclipse svn插件的在线更新地址 http://subclipse.tigris.org/update_1.2.x/

eclipse http://www.eclipse.org/downloads/

———————————————————————–

常用软件下载

php http://www.php.net/downloads.php

mysql http://download.mysql.cn/src/2006/0710/5544.html

apache http://apache.mirror.phpchina.com/httpd/

lucene http://apache.mirror.phpchina.com/lucene/java/

j2se http://java.sun.com/javase/downloads/index.jsp

postfix http://www.postfix.org/download.html

pam_mysql http://sourceforge.net/project/showfiles.php?group_id=5741

cyrus_imap cyrus_sasl http://cyrusimap.web.cmu.edu/downloads.html

red5 http://osflash.org/red5

nginx http://nginx.net/

lvs http://www.linuxvirtualserver.org

FlashMediaServer2.tar.gz http://aw.awflasher.com/FMS2/FlashMediaServer2.tar.gz

qt http://php-qt.org/

rsync http://www.xfocus.net/articles/200107/214.html
——————————————————
一段清理系统垃圾的代码(只用于windows)

@echo on
echo 正在清除系统垃圾文件,请稍等……
del /f /s /q %systemdrive%\*.tmp
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.gid
del /f /s /q %systemdrive%\*.chk
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\recycled\*.*
del /f /s /q %windir%\*.bak
del /f /s /q %windir%\prefetch\*.*
rd /s /q %windir%\temp & md %windir%\temp
del /f /q %userprofile%\cookies\*.*
del /f /q %userprofile%\recent\*.*
del /f /s /q “%userprofile%\Local Settings\Temporary Internet Files\*.*”
del /f /s /q “%userprofile%\Local Settings\Temp\*.*”
del /f /s /q “%userprofile%\recent\*.*”
echo 小二恭喜你,清除系统垃圾完成!
echo. & pause

我的php常用编译参数 ./configure –enable-cli –enable-dom –with-pcre-regex –enable-pdo –enable-posix –enable-session –enable-xmlreader –enable-cgi –enable-fastcgi –enable-force-cgi-redirect
mysql重用编译参数 ./configure –with-uca –with-man –with-readline –with-innodb
apache常用编译参数 ./configure –enable-include –enable-filter –enable-charset-lite –enable-log-config –enable-env –enable-setenvif –enable-mime –enable-autoindex –enable-cgid –enable-cgi
PHP5各个版本源代码 http://museum.php.net/php5/

——-一些网址笔记———————————

http://www.phpe.net/articles/151.shtml 正则表达式中的特殊字符

http://www.7880.com/Info/Article-626cd6a0.html PHP 正则表达式资料

http://www.sinoeb.cn/News/20072/ebhr_N_36.html php正则表达式详解-PHP程序员面试考题

http://www.ibm.com/developerworks/cn/opensource/os-phpobj/ 开始了解 PHP V5 中的对象

http://www.infoq.com/cn/articles/rest-introduction REST

http://www.yanbin.org/ PHP扩展

http://tangentsoft.net/mysql++/ mysql c++开发包

http://www.cnblogs.com/huqingyu/archive/2005/08/04/207324.html mysql

http://download.chyangwa.com/linux/ linux软件包

http://linux.chinaunix.net/bbs/archiver/tid-975966.html apache php fastcgi

http://www.infoq.com/cn/news/2007/10/mysqlproxyrwsplitting mysql-proxy

http://www.cnw.com.cn/cnw07/ServerStorage/ServerApp/htm2007/20071119_28031_3.shtml
服务器加速技术一览

http://wiki.tigreraye.org/Using%20PHP%20with%20fcgid%20%26%20suexec%20on%20Apache%202.2 suexec+fcgid

http://blog.chinaunix.net/u/27493/showart_415941.html http://bbs.chinaunix.net/thread-987344-1-1.html postfix

http://www.52zhe.cn/read.php?72 镜像同步

http://man.chinaunix.net/tech/Postfix_I.html 我喜欢的postfix安装指南

http://www.svnforum.org/2017/viewtopic.php?t=281 svn守护进程编写
———————————

http://code.google.com/p/phpdeveloppackage/ 我的google code

http://code.google.com/p/pymmseg-cpp/ python的分词

http://whoosh.ca/ 朋友推荐的搜索引擎

http://golang.org/ google的新语言

http://www.mongodb.org/display/DOCS/Home mongodb

http://www.php.net/manual/en/book.tokyo-tyrant.php tokyo-tyrant php客户端

./configure –prefix=/opt/tokyocabinet-1.4.41 –enable-fastest –enable-off64 –enable-swab

./configure –prefix=/opt/tokyotyrant-1.1.39 –enable-profile –with-tc=/opt/tokyocabinet-1.4.41

./configure –with-php-config=/opt/php-5.2.6/bin/php-config –with-tokyo-tyrant=/opt/tokyotyrant-1.1.39 –with-tokyo-cabinet-dir=/opt/tokyocabinet-1.4.41

http://downloads.php.net/pierre/ php一些不常见的类库

http://www.pythonware.com/library/pil/handbook/index.htm python image lib