搜索结果

找到约 155 项符合 ROOT 的查询结果

Java编程 jSP编写的了BBS系统 架設方法 : 解壓縮dzbbs.zip後

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 ...
https://www.eeworm.com/dl/633/249764.html
下载: 114
查看: 1046

人工智能/神经网络 本程序实做MLP(Multi-layer perceptron)算法

本程序实做MLP(Multi-layer perceptron)算法,使用者可以自行设定训练数据集与测试数据集,将训练数据集加载,在2、3维下可以显示其分布状态,并分别设定键节值、学习率、迭代次数来训练其类神经网络,最后可观看辨识率与RMSE(Root Mean squared error)来判别训练是否可以停止。 ...
https://www.eeworm.com/dl/650/251402.html
下载: 68
查看: 1049

Linux/Unix编程 相信有很多用户在使用华为的代理上网吧

相信有很多用户在使用华为的代理上网吧,是不是在linux下无法上网头疼呢,我花了一个星期的时间,弄到华为的代理和linux下所需的rpm包了 基于fedora 7下 操作很简单,我给出简要提示 1.使用root用户登陆安装rpm包 #]rpm -ivh compat-libstdc++-7.3-2.96.110.i386.rpm #]./pre.ps #]linux1x -c 下面问的问题很简单,一路yes, ...
https://www.eeworm.com/dl/619/254984.html
下载: 27
查看: 1037

其他 1、上传所有文件至服务器目录。 2、使用 MYSQL 管理工具

1、上传所有文件至服务器目录。 2、使用 MYSQL 管理工具,导入 ./SQL/music.sql 文件。 举例:mysql 命令行导入方式 进入 mysql/bin 目录下面,输入如下命令: mysql -u 数据库用户名 -p 准备安装音乐程序的数据库名 < 数据库导入文件路径 比如:准备安装在 test_music 数据库下面,用户名为 root 数据库文件路径为 c ...
https://www.eeworm.com/dl/534/260926.html
下载: 99
查看: 1061

技术管理 Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性

Linux常用命令 1 文件列表 – ls : ls #以默认方式显示当前目录文件列表; ls –a #显示所有文件包括隐藏文件; ls –l #显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行。 2 目录切换 – cd : cd dir #切换到当前目录下的dir 目录; cd / #切换到根目录; cd .. #切换到到上一级目录。 3 复制 – cp : ...
https://www.eeworm.com/dl/642/269154.html
下载: 183
查看: 1156

Linux/Unix编程 shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的

shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件. 用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好. 但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等. 同样,在shell脚本运行时会也泄露敏感信息. shc是一个加密shell脚本的工具.它的作用是把shell ...
https://www.eeworm.com/dl/619/270048.html
下载: 172
查看: 1108

J2ME j2me的http应用实例

j2me的http应用实例,其中*.html文件要放在tomcat服务器安装目录下的./webapps/ROOT/test文件底下,这里必须装一个tomcat服务器,才可以运行结果.
https://www.eeworm.com/dl/660/276296.html
下载: 131
查看: 1035

Linux/Unix编程 Linux Kernel的fs/splice.c文件中的vmsplice_to_pipe没有正确地验证某些用户域指针

Linux Kernel的fs/splice.c文件中的vmsplice_to_pipe没有正确地验证某些用户域指针,这允许本地攻击者通过特制的vmsplice系统调用获得root用户权限提升。
https://www.eeworm.com/dl/619/281588.html
下载: 64
查看: 1031

数值算法/人工智能 北京大学ACM比赛题目 Consider an infinite full binary search tree (see the figure below), the numbers in the

北京大学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 ma ...
https://www.eeworm.com/dl/518/286896.html
下载: 105
查看: 1160

数据结构 #include<malloc.h> #include<limits.h> #include<stdio.h> #include<graphics.h&

#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 ...
https://www.eeworm.com/dl/654/289829.html
下载: 74
查看: 1136