註:以下命令可能需要sudoIf the package name does not exist in APT’s database, it does not have any idea what you are trying to install and you see the following error message:# apt-get install <packagename>Reading package lists... DoneBuilding
7.配置使用者定製目錄(Customized User Directores) 一些網站允許個別使用者在伺服器上發布網頁。例如,一所大學的學院可能想給每一位學生一個公用地區,或者是一個ISP希望給一些web空間給他的客戶,但這又不是虛擬機器主機。在這種情況下,一個典型的方法就是在使用者名稱前面加一個特殊字元(~),作為每位使用者的網站,比如: http://www.cs.myuniversity.edu/~username
由於沒有原生的sleep或者wait命令,需要想其他辦法在batch指令碼裡實現這個功能。來源:http://stackoverflow.com/questions/735285/how-to-wait-in-a-batch-scriptYou can ping a random address and specify the desired timeout:ping 123.45.67.89 -n 1 -w 10000 > nulAnd since the address does
以下程式需要htmlparser.jar。你可以直接從http://umn.dl.sourceforge.net/sourceforge/htmlparser/htmlparser1_5_20040728.zip下載,http://htmlparser.sourceforge.net是htmlparser的首頁。//copy from here./***************************************************************************
摘自:賽迪網>>技術天地>>JAVA作者:Jason Brittain & Ian F. Darwin 譯者:陳光 發文時間:2004.11.08編者按:現在開發Java Web應用,建立和部署Web內容是一件很簡單的工作。使用Jakarta Tomcat作為Servlet和JSP容器的人已經遍及全世界。Tomcat具有免費、跨平台等諸多特性,並且更新得很快,現在非常的流行。