PHP Compilation ERROR “:configure: error: DBA: Could not find necessary header file(s).”
yum install gdbm-devel
libxml2-devel
configure: error: DBA: Could not find necessary header file(s).
yum install gdbm-devel
» 阅读全文
Submitted by shqzzy on 2010, March 8, 5:52 PM
PHP Compilation ERROR “:configure: error: DBA: Could not find necessary header file(s).”
yum install gdbm-devel
libxml2-devel
configure: error: DBA: Could not find necessary header file(s).
yum install gdbm-devel
» 阅读全文
Submitted by shqzzy on 2010, March 7, 4:06 PM
以后不借钱了,被那个叫曾月华害惨了
曾月华,我现在提起你的名字 就感到恶心。
2000元钱,借走,电话不接,短信不回。还失踪。。
你妈的~ 火死。
一句:借急不借穷,借亲人不借同事。
曾月华,怎么说也是2年的同事了。你妈这个贱B,有你这种为人的吗?
» 阅读全文
Submitted by shqzzy on 2010, March 1, 1:13 PM
Submitted by shqzzy on 2010, March 1, 12:50 PM
Submitted by shqzzy on 2010, March 1, 11:50 AM
前一陣子公司有一個需求, 是希望當 User 將檔案透過 FTP 上傳到 Server 後, 希望讓 Server 自己執行某些動作.
很久之前其實在某個 Site 有做過一次, 太久沒用前一陣子又忘記. (默)
底下將說明如何在 FreeBSD 上安裝與設定, 實際如何應用就看各自當下的情況.
文章来源:http://blog.s5x.tw/log/2009/02/pure-ftpd-with-uploadscript.html 作者:
» 阅读全文
Submitted by shqzzy on 2010, February 22, 9:45 PM
» 阅读全文
Submitted by shqzzy on 2010, February 20, 10:21 PM
Submitted by shqzzy on 2010, January 20, 1:39 PM
Best of Vim Tips:
David Rayner (zzapper) 15 Years of Vi + 7 years of Vim and still learning 14Jan10 : Last Update
__BEGIN__
" new items marked *N* , corrected items marked *C*" searching
/joe/e : cursor set to End of match
/joe/e+1 : cursor set to End of match plus 1
/joe/s-2 : cursor set to Start of match minus 2
/joe/+3 : find joe move cursor 3 lines down
/^joe.*fred.*bill/ : find joe AND fred AND Bill (Joe at start of line)
/^[A-J]/ : search for lines beginning with one or more A-J
/begin\_.*end : search over possible multiple lines
/fred\_s*joe/ : any whitespace including newline *C*
fred\|joe : Search for FRED OR JOE
/.*fred\&.*joe : Search for FRED AND JOE in any ORDER
/\<\d\d\d\d\> : Search for exactly 4 digit numbers
/\D\d\d\d\d\D : Search for exactly 4 digit numbers
» 阅读全文