-
对15例来源jsp开发
jsp开发的15个案例的源码-jsp development of 15 cases of source
- 2022-02-01 00:43:44下载
- 积分:1
-
JAVA与COM通信的中间接口,用于在JAVA程序中调用com
JAVA与COM通信的中间接口,用于在JAVA程序中调用com-JAVA COM bright
- 2022-02-01 13:04:05下载
- 积分:1
-
I used to do a calculator
我用java做的一个计算器-I used to do a calculator
- 2022-02-14 05:11:11下载
- 积分:1
-
make a small game named snake.I wish you can play well,enjoy it.Thank you for yo...
make a small game named snake.I wish you can play well,enjoy it.Thank you for you updown.
- 2022-05-14 23:23:02下载
- 积分:1
-
Java范例程序ch1.rar
Java范例程序ch1.rar-Java paradigm procedures ch1.rar
- 2022-08-23 16:36:20下载
- 积分:1
-
维纳滤波
维纳滤波-Wiener filter
- 2022-10-30 14:00:04下载
- 积分:1
-
java教程中的一段源码,其功能是,用socket建立通讯实例客户端。...
java教程中的一段源码,其功能是,用socket建立通讯实例客户端。-java tutorial in the section of source code and its function is, and set up communication socket client example.
- 2023-07-09 10:45:03下载
- 积分:1
-
设置hibernate的滚动结果集,如果对你帮助,请你看一下,希望能帮助你学习....
设置hibernate的滚动结果集,如果对你帮助,请你看一下,希望能帮助你学习.-set hibernate rolling result sets, if you help, please look at hope to help you learn.
- 2022-04-13 03:59:20下载
- 积分:1
-
1) 利用InetAddress类的方法获取主机的名称和IP地址。
2) 利用URL类获取网络资源。
3) 使用Socket编程:客户机发送数据到服务器...
1) 利用InetAddress类的方法获取主机的名称和IP地址。
2) 利用URL类获取网络资源。
3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。
4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。
-1) using InetAddress class method to get the host name and IP address. 2) the use of URL-type access network resources. 3) the use of Socket Programming: client sends data to the server, the server will receive the data back to the client, using multi-thread mechanism, the realization of the server to handle multiple client requests. 4) the use of UDP programming: client sends data to the server, the server will receive the data back to the client to achieve a simulated e-mail sending and receiving the UDP process.
- 2022-06-01 06:15:15下载
- 积分:1
-
留言本 需要修改的地方都有注释 你可以自行修改 主要有login.jsp和jdbc.java里面关系都数据库连接部分 jdbc你修改编译之后请放到WEB...
留言本 需要修改的地方都有注释 你可以自行修改 主要有login.jsp和jdbc.java里面关系都数据库连接部分 jdbc你修改编译之后请放到WEB-INFclasseswu目录下面 数据库采用的是mysql 建表语言是: CREATE TABLE liuyan_temp ( id int(6) NOT NULL auto_increment, url varchar(100) default # , ip varchar(20) default NULL, email varchar(50) default # , qq varchar(20) default NULL, sj varchar(30) default NULL, content text, xm varchar(20) default 没有姓名 , KEY id (id) ) TYPE=MyISAM -message of the need to amend parts of the Notes you may login.jsp major changes inside and jdbc.java relations Database Connection part jdbc compiler changes after you please put WEB-INF classes wu directory database using the mysql language is built table : CREATE TABLE liuyan_temp (id int (6) NOT NULL auto_increment, url varchar (100) default#, ip varchar (20) default NULL, email varchar (50) default#, qq varchar (20) default NULL, sj varchar ( 30) default NULL, content text, xm varchar (20) no default name, KEY id (id)) TYPE = MyISAM
- 2023-03-19 17:50:03下载
- 积分:1