搜索资源列表
smtpMail
- 支持带附件发送邮件的源代码,java编写-with attachments and send e-mail's source code, prepared java
javamail
- this program is to show how to send mail by java ,it s very easy.
jeecms-2.3.1-beta-src
- JAVA做的CMS源码,可进行二次开发。开发环境:JDK1.6 + TOMCAT6.0 +STRUTS + SPRING + ECLIPSE + HIBERNATE 此系统为JEECMS开源软件,后做了一些更改,如喜欢原作者的CMS可直接从网上下载JEECMS即可,此软件非本人原创,仅供大家学习之用。 系统。 -Management of personal job-seekers are jsp based on the early development of the syst
java_DigitalSign
- 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要
src
- 用java实现网络用户机与服务器的连接。用户通过登陆用户端的界面,向服务器发送用户名及密码,待服务器端审核通过,服务器给出用户的答题请求,向客户端发送题目。-Network users with java and server connectivity. Users to visit the client interface to the server to send user name and password, to be approved server, the server gives
src
- 基于SUN的javacomm20-win32 API中的例子SerialDemo改进,实现回车发送,可接收中文。 类库使用更适用现在系统的rxtx-2.1-7。-Based on SUN' s javacomm20-win32 API to improve the SerialDemo example, to achieve Enter to send, can receive the Chinese. Library System is now more suitable for t
java_icq
- 实现TCP/UDP的socket编程,ICQ功能,在线聊天,群聊,发送附件功能。含数据库及图片文件。eclipse开发。-The realization of TCP/UDP' s socket programming, ICQ features, online chat, group chat, send attachments. With database and picture files. Development eclipse.
SmartCardReaderService
- 智能卡读卡器服务程序,Java语言开发,Eclipse开发环境.程序运行起来以后相当于一个server,会在TCP的一个端口监听客户端的请求,可以实现远程连接,对智能卡的访问包括复位,发送命令给智能卡,接收智能卡的应答,日至打印等等.-The smart card reader service program, Java language development, Eclipse development environment. Program up and running after the
EQ
- 企业内部通讯系统 (1)单击“系统设置”选项卡,设置系统、IP搜索范围和服务器登录设置。 (2)单击“系统操作”选项卡,搜索新的用户,如果你知道对方的IP地址,单击“用户列表”选项卡,选中其中的一个用户单击鼠标右键弹出快捷菜单。在该菜单中,可对用户信息进行添加、删除、用户更名、访问主机资源及公共程序等操作。 (3)如果对方未开启企业通信系统的情况下,向对方发送信史信息。 (4)本程序还支持*功能,按住键盘上的<Ctrl>键,选择需要发送信息的人,然后,单击鼠标右键选
chat
- 基于udp协议的Java聊天程序当启动多个时,发送端口,接收端口 与其他都不相同(在本机上测试时),手动改。昵称自己起一个。服务器IP为server.jar所在电脑的IP地址。 填写完毕后,点击登录,然后在服务端可以看到相应的登录信息。开启多个客户端后就可以 同时进行多人聊天了。支持本机测试。-Udp protocol Java-based chat program when you start multiple time, send port, receive port and t
IM
- 用java写的即使聊天程序IM,实现用户的登陆 发送消息 发送文件 好友管理-Even with the java chat program written in IM, to achieve the user' s login to send messages to send the file friend Management
GlobalChat
- 这是我写的一个用java实现聊天软件的例子 方法是用过调用java.net包中的Socket包在两台电脑之间建立一个UDP连接 首先建立一个服务器 得到这个服务器的IP地址和端口号 然后其他人都连接这个服务器并且通过Socket端口发送信息-This is what I used to write an example of java chat software implementation is used in the Socket called java.net package wrappe
chat
- 使用Java来实现多个客户端之间的通信,采用C/S模式,能实现服务器端的服务器启动及客户端的发送和接受聊天消息-Using Java to implement the communication between multiple clients, using the C/S mode, the server can start the server-side and client to send and receive chat messages
Hadoop-kaifazhe1
- 这个文档的内容也是以前工作的总结和积累,如果有说的不对的地方还望各位能发邮件指出错误,我们全力更正。 -The content of this document is a summary of previous work and the accumulation, if that' s wrong with also hope you can send an email that error, we are fully corrected.
FileSend
- 利用Java实现的传输文件模拟,可以将用户1的文件发送给用户2,也可以将用户2的文件发送给用户1。-Java implementation of the transfer files simulation, you can send user1 s file to user2 and can also send user2 s files a to user1.
ChatRoom
- 实现了java环境下一对一的私人聊天功能-import java.io.* import java.awt.* import java.awt.event.* import javax.swing.* import java.net.* public class ChatClient implements ActionListener { private Panel panel private JTextArea said priva
java-zubo
- 1. 创建一个用于发送和接收的MulticastSocket组播套接字对象 2. 创建一个指定缓冲区大小及组播地址和端口的DatagramPacket组播数据包对象 3. 使用组播套接字joinGroup(),将其加入到一个组播 4. 使用组播套接字的send()方法,将组播数据包对象放入其中,发送组播数据包. 或者 使用组播套接字的receive()方法,将组播数据包对象放入其中,接收组播数据包 5. 解码组播数据包提取信息,并依据得到的信息作出响应String s
chuanglan-253-by-api
- java 短信平台发送代码,基于创蓝平台的技术,简单易用-java send message,based on chuanglan ,it s easy to use.
0822
- MFC下的编程技术是整个设计的核心。在仔细学习了孙鑫老师的视频教程后,对网络编程做了一次梳理,本道设计采用的是基本套接字SOCKET的编程,基于UDP实现。(The programming technology under MFC is the core of the whole design. After careful study of Sun Xin's video tutorial, the network programming done a comb, this design is
CMPP2.0 JAVA代码+模拟器
- 1). 拿到接口参数,也就是第一点(有点废话的感觉),默认给你10条短信的机会进行测试。 2). 需要绑定好发送IP,否则提示发送成功,但接不到短信 3). 需要加上签名,测试短信格式如:测试信息2,退订回N【京东商城】(代码里面有 test.java中) 4). 本人测试CMPP的速度不是很快,有好几秒甚至几十秒的等待时间(今天进行的测试-2016-09-01) 如果还无法发送,直接找接口方.....(1). Get th