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

root

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

    个人论坛的一个java程序,jsp + javabean 运行环境 操作系统: windows 2000\xp 服务器: tomcat 5.018(jdk 1.42) 数据库: mysql ,sqlserver 均可使用. mysql 默认 用户名为root,密码为空. sqlserver 默认 用户名位sa,密码位sa. 可在\web-inf\src\MyDataSource.java 中进行修改.

    标签: java 论坛 程序

    上传时间: 2015-06-15

    上传用户:refent

  • Jollen-Kit! 2006 是非常積極進行中的專案

    Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   "Hello, World!" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組

    标签: Jollen-Kit 2006

    上传时间: 2015-06-16

    上传用户:xz85592677

  • 用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候

    用jsp编写的网上书店管理系统。可实现浏览图书、搜索、购书、投票、统计金额、会员管理、订单管理、图书管理、信息编辑。。。等功能。 运行的时候,需要把database目录下的BookStore_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以自行设置程其他路径。 将该目录拷贝到Tomcat的root目录下,首页链接URL为 http://localhost:8080/chap24/Default.jsp。 注意:文件名是区分大小写的。

    标签: jsp 编写 管理系统 图书

    上传时间: 2015-06-27

    上传用户:chenbhdt

  • 用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webappsrootWEB-INFclasses下

    用jsp编写的文件上传与下载系统。(1)先将com目录拷贝到webapps\root\WEB-INF\classes下,然后重新启动Tomcat (2)输入http://localhost:8080/chap21/upload.html进行上传。

    标签: webappsrootWEB-INFclasses jsp com 编写

    上传时间: 2015-06-27

    上传用户:qq1604324866

  • 用SQL Server+jsp实现的电话黄页查询系统。 运行的时候

    用SQL Server+jsp实现的电话黄页查询系统。 运行的时候,需要把database目录下的YellowPages_MSAccess.mdb文件拷贝到D盘根目录,因为在common.jsp中设置的数据库路径为根目录,读者也可以设置程其他路径。 将该目录拷贝到Tomcat的root目录下,首页链接URL为http://localhost:8080/appendix2/Default.jsp。 注意:文件名是区分大小写的。

    标签: Server SQL jsp 电话

    上传时间: 2015-06-27

    上传用户:zhyiroy

  • 平均因子分解法

    平均因子分解法,适用于正定矩阵First, let s recall the definition of the Cholesky decomposition: Given a symmetric positive definite square matrix X, the Cholesky decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition.

    标签: 分解

    上传时间: 2013-12-24

    上传用户:啊飒飒大师的

  • RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9 软件版本: apache_1.3.28.tar.gz, php-4.3.3.t

    RedHat9下apache1.3.28+php4.3.3+mysql4.0.15安装过程操作系统: RedHat 9 软件版本: apache_1.3.28.tar.gz, php-4.3.3.tar.gz, mysql-4.0.15.tar.gz 所有操作都假定在root下执行.

    标签: apache php RedHat9 RedHat

    上传时间: 2015-07-24

    上传用户:ynzfm

  • 可在系统引导时工作的rootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly

    可在系统引导时工作的rootKit,较简单 1) It s very small.The basic framework is just about 100 lines of assembly code.It supports 2000,XP,2003 2) It patches the kernel at runtime(no files are patched on disk).(basic version has this code removed , so as others could understand it easily). 3) BOOT KIT is PXE-compatible. 4) It can even lead to first ever PXE virus 5)It also enables you to load other root kits if you have physical access(Normally root kits can only be loaded by the administrator)

    标签: framework assembly rootKit small

    上传时间: 2014-01-02

    上传用户:gdgzhym

  • Linux 下 的 rootkit 攻击

    Linux 下 的 rootkit 攻击,利用rootkit可以让攻击者用来隐藏自己的踪迹和保留root访问权限。

    标签: rootkit Linux 攻击

    上传时间: 2015-08-15

    上传用户:tianjinfan

  • 含此文档只表示此压缩包来自于DELPHI盒子网站 ------------------------------------------------------------------------

    含此文档只表示此压缩包来自于DELPHI盒子网站 ------------------------------------------------------------------------- DELPHI盒子 二零零三新版 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI相关源码下载,作品发布,个性论坛,支持WEB/FTP文件上传,会员WEB空间,VIP会员***@2ccc.com邮箱。 2ccc技术论坛 http://bbs.2ccc.com 2ccc个人网络空间,免费8M永久使用web空间,可以上传任何文件,上传进度显示,送个人留言板,VIP会员可申请100M空间。 http://my.2ccc.com 2003-9-25 第9次改版正式开通,每日更新。 -------------------------------------------------------------------------- DELPHIBOX New Version @ 2003 http://www.2ccc.com http://www.delphibox.com Email:root@2ccc.com DELPHI Code,App,Simple to Publish,forum,WEB/FTP uploads Support,member WEB Space or email addr. 2ccc Tech Forum. http://bbs.2ccc.com 2ccc Web Space,Free 8M Space,Upload any file-type. http://my.2ccc.com 2003-9-25 New Version WebSite ninthly,Update everyday.

    标签: DELPHI 文档 子网

    上传时间: 2015-09-04

    上传用户:qiaoyue