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

ROOT

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

    jsp+oracle 设备管理系统使用时,先将数据库文件夹中的sql文件导入到Oracle数据库中。然后将所有的文件(包括文件夹)拷贝至【Tomcat安装路径/Webapps/ROOT/自定义的文件名】下,直接在浏览器上输入http://localhost:端口号/自定义的文件名即可。

    标签: oracle jsp 设备管理

    上传时间: 2016-04-29

    上传用户:叶山豪

  • OpenSER安装指南,准备 需要安装好mysql以及mysql client

    OpenSER安装指南,准备 需要安装好mysql以及mysql client,最好为mysql设置一个ROOT密码。

    标签: mysql OpenSER client 安装指南

    上传时间: 2016-05-19

    上传用户:jeffery

  • 首先确保MySQL4.0数据库已经正确安装

    首先确保MySQL4.0数据库已经正确安装,并且设置好ROOT用户的密码(本例中设置为admin)部署jnestore.war到WebLogic Server9.0

    标签: MySQL 4.0 数据库

    上传时间: 2013-12-16

    上传用户:大三三

  • 手机在线系统 采用Java 中的J2ME, JSP 跟MySql 运行环境是:jsdk1.4以上

    手机在线系统 采用Java 中的J2ME, JSP 跟MySql 运行环境是:jsdk1.4以上,WTK2.2, tomcat5.0. MySql4.0. 数据库用户名是ROOT,密码是123. 用户把,客户端下的文件夹下的文件整个考到 WTK2.2 apps文件夹下面。 把服务器端class文件放到tomcat5.0下的work\Catalina\localhost文件夹中 把数据库文件放到mysql的data文件夹中。

    标签: MySql Java jsdk JSP

    上传时间: 2014-01-25

    上传用户:小码农lz

  • 完整的一个论坛,安装方法如下: 1、系统环境要求: MySQL4.1以上版本

    完整的一个论坛,安装方法如下: 1、系统环境要求: MySQL4.1以上版本,需配置为支持utf8连接方式 JDK1.5以上版本 Tomcat5.5以上版本 推荐在Windows上运行 2、安装好以上环境后,配置好虚拟目录,比如:配置好后的访问路径为http://localhost:8080/cwbbs/index.jsp 导入setup目录下的数据库文件cwbbs.sql 例:将cwbbs.sql拷贝至C盘根目录下 运行:mysql\bin\mysql -u ROOT -p --default-character=utf8 mysql> source c:\cwbbs.sql 3、运行 http://localhost:8080/cwbbs/setup 按照操作向导一步一步进行,注意在配置时所有的路径中的"\",请用"/"替代 安装完成后请务必删除setup目录 4、管理员帐号:admin 密码:111111 管理员登录路径:http://localhost:8080/cwbbs/cms/index.jsp

    标签: MySQL 4.1 论坛 安装方法

    上传时间: 2014-12-02

    上传用户:BOBOniu

  • For build this project you can use ant (www.apache.org). Before build project rename file build.pro

    For build this project you can use ant (www.apache.org). Before build project rename file build.properties.pattern in build.properties and set specific for your machine parameters, then start build.bat (for Windows platform) or build.sh (for Linux) in ROOT project folder. After compile process all binary files will be copy into build forlder. For additional information please visit web site http://www.m-g.ru/corba To subscribe on news about MT_DORB send e-mail with subject subscribe to corba@m-g.ru We recommend that you place the MTDORB_UCUtils.dll ( or MTDORB_UCUtils.so for Linux) in the Windows\System directory (or Windows\System32 for WinNT and Win2K and /lib for Linux). Main MTDORB author: Oleg V. Safonov <safonov@m-g.ru>

    标签: build project Before apache

    上传时间: 2016-08-20

    上传用户:zhenyushaw

  • Learn how to build a custom Linux® distribution to use in an embedded environment, in this case

    Learn how to build a custom Linux® distribution to use in an embedded environment, in this case to drive a Technologic Systems TS-7800 single-board computer. In this tutorial, you learn about cross-compiling, the boot loader, file systems, the ROOT file system, disk images, and the boot process, all with respect to the decisions you make as you re building the system and creating the distribution.

    标签: distribution environment embedded custom

    上传时间: 2013-12-23

    上传用户:stella2015

  • Linux内存初始化技术(initrd)用于支持两阶段的系统引导过程

    Linux内存初始化技术(initrd)用于支持两阶段的系统引导过程,是在系统启动过程中被挂载的临时ROOT文件系统(译者注:这里的ROOT 文件系统是指的根文件系统)。initrd包含很多可执行程序和驱动,并允许在临时的内存磁盘根文件系统被卸载,内存被释放后挂载真实的ROOT文件系统。在许多嵌入式linux文件系统中,initrd是最终的根文件系统。这篇文章主要讲解了linux2.6内核的initrd技术,包括在内核中的创建及使用。

    标签: initrd Linux 内存 初始化

    上传时间: 2013-12-21

    上传用户:it男一枚

  • 数据库: hospital

    数据库: hospital,MySQL 数据库用户名/密码: ROOT/(空) 数据库参数存放文件:WEB-INF\classes\hospital\db\DBConnection.java,需要重编译 系统登录用户名/密码: 管理员:admin/admin 病人:自己注册之 医生:用管理员添加,初始密码与编号相同。 测试地址:http://localhost:8080/hospital/ 数据库名称为:hospital 此脚本中含有初始化数据 admin, doctor, images, patient是与页面相关的文件夹 hospital.jpx是JBuilder工程文件,用来编辑db包

    标签: hospital 数据库

    上传时间: 2013-12-18

    上传用户:372825274

  • Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all nat

    Its functions are: n order within (excluding n) At the same time, 3 and 7 can be integral to all natural and a few of the square ROOT of s, and function as a value to return, the final result s output to file out.dat China.

    标签: functions excluding integral within

    上传时间: 2016-11-12

    上传用户:王者A