http://www.w3school.com.cn/php/php_file.asp   fopen() 函数用于在 PHP 中打开文件。 打开文件 fopen() 函数用于在 PHP 中打开文件。 此函数的第一个参数含有要打开的文件的名称,第二个参数规定了使用哪种模式来打开文件: <html> <body> <?php $file=fopen("welcome.txt","r"); ?> </body> </html> 文件可能通过 ...
http://gztw.com/2005/12/total_commander.html    
1. set default OS in launch sudo gedit /boot/grub/menu.lst look for "default        5", set the number to the index of your default OS.   2. SCIM sudo apt-get install scim-chinese   Log out, then log in again. SCIM should be now the defau ...
转自 http://blog.chinaunix.net/u/24023/showart_303934.html   #!/bin/sh myPath="/var/log/httpd/" myFile="/var /log/httpd/access.log" #这里的-x 参数判断$myPath是否存在并且是否具有可执行权限 if [ ! -x "$myPath"]; then mkdir "$myPath" fi #这里的-d 参数判断$myPath是否存在 ...
php5默认是不能直接连接mysql的。需要进行以下一些配置。   php安装目录为D:\php5.2.6   在环境变量Path中添加D:\php5.2.6 修改D:\php5.2.6下的php.ini。extension_dir改为 extension_dir = "D:/php5.2.6/ext/"   以下两行注释去掉 extension=php_mysql.dll extension=php_mysqli.dll   重新启动apache.     之后phpinfo有以下相 ...
http://cn.php.net/manual/en/install.windows.apache2.php
Both JBoss and Oracle RDBMS are using the port 8080. HTTP Server for JBoss, XDB listener for Oracle RDBMS. So I thin you are hitting this issue, which error do you have when you start JBoss after Oracle? Something like: "java.net.BindException: Address already in use: JVM_Bind:8080" ...
安装Oracle XE 安装PL/SQL 用sys和安装Oracle XE时设置的密码进入PL/SQL,新建用户。role privilege: dba
近段发现自己一个缺点,很多事情明明自己可以在网上搜索搞定,看着人家会,就去找人家帮忙做。这其实是个很不好的习惯。一次人家帮做了,也许为我节省了点时间。但从长远来看,这使自己养成了一种惰性。最后自己很多最常识的计算机知识都不会。 不是说请教别人有什么不对。只是一定要培养独立解决问题的能力。先自己想办法解决,实在遇到困难时才去求助于人。
http://cho.icxo.com/htmlnews/2006/09/06/927462.htm 是金子在哪都会闪光。踏踏实实学习,不断进步。