虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

root

root,也称为根用户,是Unix(如Solaris、AIX、BSD)和类UNIX系统(如Linux、QNX等),及Android和iOS移动设备系统中的唯一的超级用户,因其可对根目录执行读写和执行操作而得名。其相当于Windows系统中的SYSTEM(XP及以下)/TrustedInstaller(Vista及以上)用户。其具有系统中的最高权限,如启动或停止一个进程,删除或增加用户,增加或者禁用硬件,新建文件、修改文件或删除所有文件等等。
  • 本系统是基于Struts+Hibernate开发的一套后台管理系统

    本系统是基于Struts+Hibernate开发的一套后台管理系统,功能包含完善的权限管理,和信息发布功能。开发环境:Eclipse3.01+myeclipse3.84+mysql5.0(oracle、ms sqlserver2000)。 压缩包里包含了所有的组件、源码和SQL脚本以及工程文件。 这个系统也是花了点时间和精力才做好的,现在把源码给大家分享,欢迎大家进行交流,如果要用于商业用途,要打声招呼哦!!! mysql初始数据库用户名:root,密码:1234 其它数据库请相应修改hibernate.cfg.xml这映射文件为与你数据库相匹配

    标签: Hibernate Struts 后台

    上传时间: 2014-01-17

    上传用户:yzy6007

  • 数值计算牛顿迭代法的matlab源程序 说明如下: %fun----input,the part as the form of f(x) in the equation f(x)=0 % ini

    数值计算牛顿迭代法的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

    标签: 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中的数据库设置 $database="sphider" 数据库名称 $mysql_user = "root" 数据库用户 $mysql_password = "" 数据库密码 $mysql_host = "localhost" 数据库地址 $mysql_table_prefix = "sphider_" 3、修改include/connect.php中的各种设置,可以不修改。 4、运行admin/install.php安装

    标签: sphider http www spider

    上传时间: 2017-01-01

    上传用户:wqxstar

  • 这是MySQL官方测试用的数据库

    这是MySQL官方测试用的数据库,费了一番功夫找到的。使用命令 mysql -u root -p <sakila-schema.sql mysql -u root -p <sakila-data.sql 导入数据库中,数据库结构参见mysql文档。

    标签: MySQL 测试 数据库

    上传时间: 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

    标签: combinatorial assignment problem arises

    上传时间: 2014-01-19

    上传用户:BIBI

  • music算法

    music算法,用于波达方向估计,效果良好,并有和root-music(根值)music算法的比较

    标签: music 算法

    上传时间: 2014-01-22

    上传用户:love1314

  • 整个程序是struts1.2的版本构架

    整个程序是struts1.2的版本构架,数据库是mysql,用户名root,密码1234,希望这个程序可以为初学者提供帮助! 数据库文件就是那个sql文件,启动mysql后,导入这个sql文件就可以本程序是myeclipes6.0的工程,直接导入就行。直接发布可以将webroot下所有文件复制到别的文件夹下,发布到tomcat中。 程序后台管理入口是admin_login.jsp, 用户名密码都是admi

    标签: struts 1.2 程序 版本

    上传时间: 2017-01-31

    上传用户:koulian

  • 学生管理系统

    学生管理系统,实现了学生和班级的一对多关联,数据库采用SQLSERVER 一开始用户名和密码都是root

    标签: 管理系统

    上传时间: 2017-01-31

    上传用户:zsjinju

  • 小虫新闻管理系统 V1.0(jsp+javabean+mysql) 1.解压缩 (如解压缩到D: omcat4webappsroot ews目录下) 2.进入classes目录

    小虫新闻管理系统 V1.0(jsp+javabean+mysql) 1.解压缩 (如解压缩到D:\tomcat4\webapps\root\news目录下) 2.进入classes目录,打开news.txt。 修改mysql.url(数据库联接地址及数据库名),mysql.user(用户名),mysql.password(密码),ilog(数据库联接池日志文件,请注意路径分隔符为“\\”,在linux中是“/”); 3.建数据库,并将database目录下news.sql导入;news.sql中37行中用户可修改你想要的密码,但用户名admin不能更改,否则不能实现超级管理员的功能 4.运行管理文件 --> admin/index.jsp 对系统进行一些基本设置(首先添加栏目) (如: http://localhost:8080/news/admin/index.jsp ) 5.OK!欢迎使用 (如:http://localhost:8080/news/index.jsp )

    标签: omcat4webappsroot javabean classes mysql

    上传时间: 2013-11-28

    上传用户:www240697738

  • 刚刚做的EL和JSTL结合的前台

    刚刚做的EL和JSTL结合的前台,一个简单的通讯录。希望对大家有帮助。MVC的结构 前台没有任何美工,不好意思。。。。 数据库是mysql的,在database包中有连接类,自己读一下,用户:root 密码:1234

    标签: JSTL

    上传时间: 2017-02-07

    上传用户:水中浮云