-
With JSP+ BEAN connect database. Folder will be compressed package directory fil...
用JSP+BEAN实现连接数据库。
将压缩包文件夹目录下的文件拷贝到JSP服务器目录。
例如:
如果是tomcat服务器,请拷贝这个目录到webapps目录下;不需要重启服务,即可运行本实例。
-With JSP+ BEAN connect database. Folder will be compressed package directory files are copied to the JSP server directory. For example: If the tomcat server, please copy this directory to the webapps directory do not need to restart the service, to run the examples.
- 2022-02-20 03:29:57下载
- 积分:1
-
struts的演示代码
struts的演示代码-struts demo code
- 2023-05-23 19:15:03下载
- 积分:1
-
java中关于按钮的一些处理方式
java中关于按钮的一些处理方式-java button on the way
- 2023-09-04 21:20:03下载
- 积分:1
-
哥德巴赫和# 39;猜想的思维,文档和源代码。左至西南…
哥德巴赫猜想的思想,文档和源代码.呀左地咽基在柑一三一械-Goldbach"s Conjecture thinking, documentation and source code. Ah left to swallow in Kom-armed January 31
- 2022-02-18 16:44:48下载
- 积分:1
-
arc设计基础离子
arc设计基础离子-plasma arc design basis
- 2022-01-26 05:47:28下载
- 积分:1
-
一个自己开发的chat server,用户分为两类:客户和坐席,适用于在线客服系统。...
一个自己开发的chat server,用户分为两类:客户和坐席,适用于在线客服系统。-A self-developed chat server, users are divided into two categories: clients and agent, suitable for on-line customer service systems.
- 2022-04-01 10:03:30下载
- 积分:1
-
这是一个用Java语言编的一个小程序,主要教java初学者如何使用java语言,本例实现使用栈的例程...
这是一个用Java语言编的一个小程序,主要教java初学者如何使用java语言,本例实现使用栈的例程-This is a use of the Java language in a series of small procedures, the java java beginners how to use the language, the use of cases to achieve the stack routines
- 2022-05-10 13:45:02下载
- 积分:1
-
java开发中的 数据分页,普遍在网页中可以看到,基本都是这个原理,把数据分页显示出来...
java开发中的 数据分页,普遍在网页中可以看到,基本都是这个原理,把数据分页显示出来-java development data page, the page generally can be seen, the basic principle of all this, the data page is displayed
- 2022-12-08 09:45:03下载
- 积分:1
-
Writing of the use of their simple preparation procedure JMF can play. Mp3 music...
自己写的使用JMF编写的简单程序,能播放.mp3等音乐文件能打开jpg等格式图片。可以参考学习。-Writing of the use of their simple preparation procedure JMF can play. Mp3 music files and so on and so on to open the jpg picture format. Can refer to study.
- 2022-03-25 06:04:40下载
- 积分:1
-
err
客户通过Socket(InetAddress,port)建立与服务器的连接。服务器与客户都通过构造BufferedReader,PrintWriter来建立输入输出流,然后双方通过该输入输出流来相互传递信息,一旦收到客户方的连接请求,服务器accept()方法返回一个新建的Socket对象。客户端然后向服务器发送消息,比如注册,登录,查找好友等,服务器收到来自客户的请求后,针对不同的消息处理请求, 虽然UDP不可靠但是对于icq可靠性并不太重要,而且UDP快速,所以客户间发送信息通过UDP。用户登录时通过类DatagramPacket和DatagramSocket创建UDP包括其本地接受端口以及发送端口,默认端口为5000和5001,通过取得的好友的IP地址来向好友发送消息(send(DatagramPacket)和接受消息(receive(DatagramPacket))。当用户通过UDP收到消息后,可以通过DatagramPacket的方法InetAddress getAddress()得到对方的ip地址,通过对好友列表比较以判断是谁并提示用户收到某某的消息,然后用户选择该用户查看消息,如果好友列表没有该人就显示收到陌生人的消息。用户可以按陌生人按钮查看消息。
-err
- 2022-01-23 10:11:51下载
- 积分:1