jSP編寫的了BBS系統 架設方法 : 解壓縮dzbbs.zip後,打開dzbbs/set.jsp,修改以下 try{ cn=DriverManager.getConnection("jdbc:mysql://localhost/mysql?useUnicode=true&characterEncoding=big5","root","pass") // mysql為資料庫名稱,root 為用戶帳號 , pass為用戶密碼 }catch(Exception e){ } String bbs_name="DzBBS" //論壇名稱 String temple="default" //風格模版 String adminpass="pass" //管理員密碼 設定好後運行http://user.net/dzbbs,然後再注冊成為會員即可,密碼需要和上面所設定的一樣 免費論壇空間推薦 MyJavaServer+db4free 完美組合 MyJavaServer是國外免費5mb空間 如何申請請看 http://blog.csdn.net/leafxx/archive/2006/10/02/1317960.aspx db4free是國外免費Mysql空間
上傳時間: 2013-12-10
上傳用戶:yimoney
本程序實做MLP(Multi-layer perceptron)算法,使用者可以自行設定訓練數據集與測試數據集,將訓練數據集加載,在2、3維下可以顯示其分布狀態,并分別設定鍵節值、學習率、迭代次數來訓練其類神經網絡,最后可觀看辨識率與RMSE(root Mean squared error)來判別訓練是否可以停止。
標簽: Multi-layer perceptron MLP 程序
上傳時間: 2013-12-24
上傳用戶:caozhizhi
相信有很多用戶在使用華為的代理上網吧,是不是在linux下無法上網頭疼呢,我花了一個星期的時間,弄到華為的代理和linux下所需的rpm包了 基于fedora 7下 操作很簡單,我給出簡要提示 1.使用root用戶登陸安裝rpm包 #]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm #]./pre.ps #]linux1x -c 下面問的問題很簡單,一路yes,注意最后問你是否改變日志的存放位置,no就可以,用默認的路徑 然后(確保你的網卡已經激活) #]linux1x –u username/password –n eth0
上傳時間: 2013-12-20
上傳用戶:417313137
1、上傳所有文件至服務器目錄。 2、使用 MYSQL 管理工具,導入 ./SQL/music.sql 文件。 舉例:mysql 命令行導入方式 進入 mysql/bin 目錄下面,輸入如下命令: mysql -u 數據庫用戶名 -p 準備安裝音樂程序的數據庫名 < 數據庫導入文件路徑 比如:準備安裝在 test_music 數據庫下面,用戶名為 root 數據庫文件路徑為 c:\music.sql 則輸入: mysql -u root -p test_music < c:\music.sql 輸入以上命令后 回車,輸入數據庫用戶名相關密碼,即可進行數據庫導入! 3、設置 ./admin/config.php 文件中的相關變量。 4、用用戶名:星光娛樂 密碼:www.18183.com 登陸,http://你的網站地址/音樂程序目錄/admin/ 此URL為管理地址。 5、進行相關設置,即可使用。
上傳時間: 2014-10-14
上傳用戶:hoperingcong
Linux常用命令 1 文件列表 – ls : ls #以默認方式顯示當前目錄文件列表; ls –a #顯示所有文件包括隱藏文件; ls –l #顯示文件屬性,包括大小,日期,符號連接,是否可讀寫及是否可執行。 2 目錄切換 – cd : cd dir #切換到當前目錄下的dir 目錄; cd / #切換到根目錄; cd .. #切換到到上一級目錄。 3 復制 – cp : cp source target #將文件source 復制為 target; cp /root/source . #將/root 下的文件source 復制到當前目錄; cp –av soure_dir target_dir #將整個目錄復制,兩目錄完全一樣; cp –fr source_dir target_dir #將整個目錄復制,并且是以非鏈接方式復制,當source 目 錄帶有符號鏈接時,兩個目錄不相同。 4 刪除 – rm :
上傳時間: 2014-01-18
上傳用戶:TF2015
shc是一個加密shell腳本的工具.它的作用是把shell腳本轉換為一個可執行的二進制文件. 用shell腳本對系統進行自動化維護,簡單,便捷而且可移植性好. 但shell腳本是可讀寫的,很有可能會泄露敏感信息,如用戶名,密碼,路徑,IP等. 同樣,在shell腳本運行時會也泄露敏感信息. shc是一個加密shell腳本的工具.它的作用是把shell腳本轉換為一個可執行的二進制文件. 這就很好的解決了上述問題. tar zxvf shc-3.8.tgz cd shc-3.8 make test make make test make strings make install 這一步需要root權限 使用方法: shc -r -f script-name 注意:要有-r選項, -f 后跟要加密的腳本名. 運行后會生成兩個文件,script-name.x 和 script-name.x.c script-name.x是加密后的可執行的二進制文件. ./script-name 即可運行. script-name.x.c是生成script-name.x的原文件(c語言)
上傳時間: 2013-12-21
上傳用戶:wfeel
j2me的http應用實例,其中*.html文件要放在tomcat服務器安裝目錄下的./webapps/root/test文件底下,這里必須裝一個tomcat服務器,才可以運行結果.
上傳時間: 2013-12-21
上傳用戶:gengxiaochao
Linux Kernel的fs/splice.c文件中的vmsplice_to_pipe沒有正確地驗證某些用戶域指針,這允許本地攻擊者通過特制的vmsplice系統調用獲得root用戶權限提升。
標簽: vmsplice_to_pipe Kernel splice Linux
上傳時間: 2014-01-14
上傳用戶:zsjinju
北京大學ACM比賽題目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can get the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the maximum number by going down the right node. Now you are given some queries as "What are the minimum and maximum numbers in the subtree whose root node is X?" Please try to find answers for there queries.
標簽: the Consider infinite numbers
上傳時間: 2013-12-16
上傳用戶:日光微瀾
#include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h> #include<io.h> #include<math.h> #include<process.h> #include<conio.h> #define m 100 #define OK 1 typedef int Status typedef char TElemType /*樹元素的類型*/ int t=35 int n=20 int h=14 int u=2 int leaf=0,non_l_leaf=0,non_r_leaf=0,root=0 /*各種結點數*/ char le[m],l[m],r[m],ro[m] /*用與存放各種結點*/ typedef struct BiTNode/*定義二叉樹*/
上傳時間: 2013-12-15
上傳用戶:liansi