亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

ROOT

ROOT,也稱為根用戶,是Unix(如Solaris、AIX、BSD)和類UNIX系統(tǒng)(如Linux、QNX等),及Android和iOS移動設(shè)備系統(tǒng)中的唯一的超級用戶,因其可對根目錄執(zhí)行讀寫和執(zhí)行操作而得名。其相當(dāng)于Windows系統(tǒng)中的SYSTEM(XP及以下)/TrustedInstaller(Vista及以上)用戶。其具有系統(tǒng)中的最高權(quán)限,如啟動或停止一個進(jìn)程,刪除或增加用戶,增加或者禁用硬件,新建文件、修改文件或刪除所有文件等等。
  • 本系統(tǒng)是基于Struts+Hibernate開發(fā)的一套后臺管理系統(tǒng)

    本系統(tǒng)是基于Struts+Hibernate開發(fā)的一套后臺管理系統(tǒng),功能包含完善的權(quán)限管理,和信息發(fā)布功能。開發(fā)環(huán)境:Eclipse3.01+myeclipse3.84+mysql5.0(oracle、ms sqlserver2000)。 壓縮包里包含了所有的組件、源碼和SQL腳本以及工程文件。 這個系統(tǒng)也是花了點(diǎn)時間和精力才做好的,現(xiàn)在把源碼給大家分享,歡迎大家進(jìn)行交流,如果要用于商業(yè)用途,要打聲招呼哦!!! mysql初始數(shù)據(jù)庫用戶名:ROOT,密碼:1234 其它數(shù)據(jù)庫請相應(yīng)修改hibernate.cfg.xml這映射文件為與你數(shù)據(jù)庫相匹配

    標(biāo)簽: Hibernate Struts 后臺

    上傳時間: 2014-01-17

    上傳用戶:yzy6007

  • 數(shù)值計(jì)算牛頓迭代法的matlab源程序 說明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini

    數(shù)值計(jì)算牛頓迭代法的matlab源程序 說明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini----input,sets the starting point to ini % err----input,sets admissible error % sol----output,returns the ROOT of equation

    標(biāo)簽: the equation matlab input

    上傳時間: 2014-01-12

    上傳用戶:妄想演繹師

  • php+spider 官方: http://www.cs.ioc.ee/~ando/sphider/ 演示: http://www.ioqz.com/search/sphider/searc

    php+spider 官方: http://www.cs.ioc.ee/~ando/sphider/ 演示: http://www.ioqz.com/search/sphider/search.php 漢化 by sluke topscn@gmail.com www.sluke.cn 1、修改admin/auth.php中的管理員和密碼 $admin = "admin" 用戶名 $admin_pw = "admin" 密碼 2、修改include/connect.php中的數(shù)據(jù)庫設(shè)置 $database="sphider" 數(shù)據(jù)庫名稱 $mysql_user = "ROOT" 數(shù)據(jù)庫用戶 $mysql_password = "" 數(shù)據(jù)庫密碼 $mysql_host = "localhost" 數(shù)據(jù)庫地址 $mysql_table_prefix = "sphider_" 3、修改include/connect.php中的各種設(shè)置,可以不修改。 4、運(yùn)行admin/install.php安裝

    標(biāo)簽: sphider http www spider

    上傳時間: 2017-01-01

    上傳用戶:wqxstar

  • 這是MySQL官方測試用的數(shù)據(jù)庫

    這是MySQL官方測試用的數(shù)據(jù)庫,費(fèi)了一番功夫找到的。使用命令 mysql -u ROOT -p <sakila-schema.sql mysql -u ROOT -p <sakila-data.sql 導(dǎo)入數(shù)據(jù)庫中,數(shù)據(jù)庫結(jié)構(gòu)參見mysql文檔。

    標(biāo)簽: MySQL 測試 數(shù)據(jù)庫

    上傳時間: 2017-01-12

    上傳用戶:shawvi

  • The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some no

    The combinatorial core of the OVSF code assignment problem that arises in UMTS is to assign some nodes of a complete binary tree of height h (the code tree) to n simultaneous connections, such that no two assigned nodes (codes) are on the same ROOT-to-leaf path. Each connection requires a code on a specified level. The code can change over time as long as it is still on the same level. We consider the one-step code assignment problem: Given an assignment, move the minimum number of codes to serve a new request. Minn and Siu proposed the so-called DCAalgorithm to solve the problem optimally. We show that DCA does not always return an optimal solution, and that the problem is NP-hard. We give an exact nO(h)-time algorithm, and a polynomial time greedy algorithm that achieves approximation ratio Θ(h). Finally, we consider the online code assignment problem for which we derive several results

    標(biāo)簽: combinatorial assignment problem arises

    上傳時間: 2014-01-19

    上傳用戶:BIBI

  • music算法

    music算法,用于波達(dá)方向估計(jì),效果良好,并有和ROOT-music(根值)music算法的比較

    標(biāo)簽: music 算法

    上傳時間: 2014-01-22

    上傳用戶:love1314

  • 整個程序是struts1.2的版本構(gòu)架

    整個程序是struts1.2的版本構(gòu)架,數(shù)據(jù)庫是mysql,用戶名ROOT,密碼1234,希望這個程序可以為初學(xué)者提供幫助! 數(shù)據(jù)庫文件就是那個sql文件,啟動mysql后,導(dǎo)入這個sql文件就可以本程序是myeclipes6.0的工程,直接導(dǎo)入就行。直接發(fā)布可以將webROOT下所有文件復(fù)制到別的文件夾下,發(fā)布到tomcat中。 程序后臺管理入口是admin_login.jsp, 用戶名密碼都是admi

    標(biāo)簽: struts 1.2 程序 版本

    上傳時間: 2017-01-31

    上傳用戶:koulian

  • 學(xué)生管理系統(tǒng)

    學(xué)生管理系統(tǒng),實(shí)現(xiàn)了學(xué)生和班級的一對多關(guān)聯(lián),數(shù)據(jù)庫采用SQLSERVER 一開始用戶名和密碼都是ROOT

    標(biāo)簽: 管理系統(tǒng)

    上傳時間: 2017-01-31

    上傳用戶:zsjinju

  • 小蟲新聞管理系統(tǒng) V1.0(jsp+javabean+mysql) 1.解壓縮 (如解壓縮到D: omcat4webappsROOT ews目錄下) 2.進(jìn)入classes目錄

    小蟲新聞管理系統(tǒng) V1.0(jsp+javabean+mysql) 1.解壓縮 (如解壓縮到D:\tomcat4\webapps\ROOT\news目錄下) 2.進(jìn)入classes目錄,打開news.txt。 修改mysql.url(數(shù)據(jù)庫聯(lián)接地址及數(shù)據(jù)庫名),mysql.user(用戶名),mysql.password(密碼),ilog(數(shù)據(jù)庫聯(lián)接池日志文件,請注意路徑分隔符為“\\”,在linux中是“/”); 3.建數(shù)據(jù)庫,并將database目錄下news.sql導(dǎo)入;news.sql中37行中用戶可修改你想要的密碼,但用戶名admin不能更改,否則不能實(shí)現(xiàn)超級管理員的功能 4.運(yùn)行管理文件 --> admin/index.jsp 對系統(tǒng)進(jìn)行一些基本設(shè)置(首先添加欄目) (如: http://localhost:8080/news/admin/index.jsp ) 5.OK!歡迎使用 (如:http://localhost:8080/news/index.jsp )

    標(biāo)簽: omcat4webappsROOT javabean classes mysql

    上傳時間: 2013-11-28

    上傳用戶:www240697738

  • 剛剛做的EL和JSTL結(jié)合的前臺

    剛剛做的EL和JSTL結(jié)合的前臺,一個簡單的通訊錄。希望對大家有幫助。MVC的結(jié)構(gòu) 前臺沒有任何美工,不好意思。。。。 數(shù)據(jù)庫是mysql的,在database包中有連接類,自己讀一下,用戶:ROOT 密碼:1234

    標(biāo)簽: JSTL

    上傳時間: 2017-02-07

    上傳用戶:水中浮云

主站蜘蛛池模板: 扎赉特旗| 东安县| 玉门市| 昌图县| 临潭县| 东宁县| 常山县| 德安县| 巴里| 永平县| 天台县| 肃北| 九龙县| 莱芜市| 大邑县| 牡丹江市| 营山县| 郁南县| 沂源县| 太原市| 玉田县| 胶州市| 通州区| 湘乡市| 林州市| 称多县| 海丰县| 衡阳市| 合阳县| 无为县| 沿河| 金门县| 商南县| 武邑县| 铜鼓县| 聊城市| 资中县| 台山市| 东兰县| 三原县| 蕉岭县|