摘要:this document tries to reveal the secrets of udev and how it works on fedora. 本文解释为什么fedora下挂载光盘要用 mount /dev/hdc /media/cdrecorderudev provides a dynamic device directory containing only the files fo......
摘要:新手日记(2)日隔多日没有继续写我的新手日记了,上次说到我第一次装linux时的经历,也不知道大家是不是和我有过一样的经历,渺茫,无奈,兴奋,激动。新手日记(2)日隔多日没有继续写我的新手日记了,上次说到我第一次装linux时的经历,也不知道大家是不是和我有过一样的经历,渺茫,无奈,兴奋,激动。我在网上看过这样的一篇文章,作者说(大概意思),玩电脑的有两种人,一种是菜鸟,动不动就重装系统,但有极少......
一个对数据库进行操作的程序(之三)弄错了一个,还是补起来吧!
<form name="form1" method="post" action="chaxun.php"> 【程序编程相关:RH9 UPDATE 2.6 KERNE】
chaxun.php: 【推荐阅读:原来中键就可以粘贴的 -_-//】
<table width="200" border="0"> 【扩展信息:
oracle9i在linux9下的安装】 <tr> <th scope="row"> ²éñ¯ </th> <td><input type="text" name="id"></td> </tr> </table> </form> <hr size="1"> <? include("../db.func"); if (!empty($id)) { $rows = getrows( "pcadmin", "select * from profile where id=$id" );...
下一页 摘要:1、源代码包的安装 gzip -d apache_1.3.20.tar.gz (解压) tar xvf apache_1.3.20.tar (解包) cd apache_1.3.20 ./configure (配置) ----./configure --help(查看configure选项) make (编译) make install (安装) make clean (卸载) 注:典型的源代码包......