Welcome![Sign In][Sign Up]
Location:
Search - java Send S

Search list

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10425 | Author: 雨岳 | Hits:

[WinSock-NDISjava实现SMTP服务器

Description: 电子邮件传递可以由多种协议来实现。目前,在Internet 网上最流行的三种电子邮件协议是SMTP、POP3 和 IMAP,-can send e-mail from multiple protocols is to be achieved. Currently, the Internet's most popular e-mail agreement is three SMTP, POP3 and IMAP.
Platform: | Size: 8266 | Author: 郑描中 | Hits:

[JSP/Javajavamail

Description: this program is to show how to send mail by java ,it s very easy.
Platform: | Size: 11164 | Author: 石雅松 | Hits:

[JSP/JavasmtpMail

Description: 支持带附件发送邮件的源代码,java编写-with attachments and send e-mail's source code, prepared java
Platform: | Size: 2048 | Author: 刘少 | Hits:

[ERP-EIP-OA-Portalx040525005

Description: 个人求职管理系统》可以让你在找工作的过程中方便地记录你所选中的公司信息、职位信息、发送的简历和公司的回复,支持多用户,是一个多用户系统。 注:1、默认的用户名: tiandinet 密码:123456 2、该发布只是测试版,并不包含用户注册和更改密码功能。你可以通过直接更改数据库里的内容来增加用户或更改密码。 3、程序使用JSP+JavaBeans,并使用session记录用户登录信息。 4、数据表td_pjm_jobs记录所有的工作信息;数据表td_pjm_user记录所有的用户信息,该表中的username字段即为用户名,password字段为密码,密码使用MD5加密。在td_pjm_user表中插入新数据后,即可用新的用户登录。-personal job management system "allows you to find work to facilitate the process of recording your chosen company information, job information, send a resume and the company's response, support multiple users, is a multi-user system. Note : 1, the default user name : tiandinet Password : 123456 2, the beta release only, does not include user registration and password function. You can direct changes in the database content to increase or change user passwords. 3, procedures using JSP JavaBeans, session recording and the use of user login information. 4, data tables td_pjm_jobs record all the information; Data tables td_pjm_user record all user information, the table of the username field namely, user name, password to the password field, the use of MD5 password encryption. In td_
Platform: | Size: 75776 | Author: wq | Hits:

[Email Clientjava邮件处理javamail-1_3_2-src-jrl

Description: java邮件处理程序,可以发送接收邮件,可以发送和接收附件-java mail handling procedures, can send and receive mail, can send and receive Annex
Platform: | Size: 1717248 | Author: 张广 | Hits:

[ICQ-IM-ChatCommandMSN

Description: 命令行下的MSN,可以通过socks4代理,发送信息时需要输入对方的全名,这点比较麻烦, 欢迎改进,学习MSN协议的人一定要看看,源码中比较清晰地处理基本命令-command line under the MSN, through socks4 agents, send information to enter each other's full name, this relatively trouble, welcomed the improvements, learning the MSN agreement must look at the source code to handle relatively clear basic commands
Platform: | Size: 47104 | Author: 阮珏 | Hits:

[Web Server用Java实现Web服务器

Description: 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接的socket字。-Java Web server is to achieve a GET request to the Web server, through the creation of ServerSocket class object, bugging port 8080; Wait, a client is connected to port 8080; Socket character creation and the associated input and output streams flow then read the client's request information, if the request is the type of GET, request information from being accessed visit HTML document, and if the HTML document exists, then open the HTML file, HTTP headers and HTML files through the socket sent back to the Web browser and then close the file. Otherwise, send the wrong message to the Web browser. Finally, the closing and the corresponding Web browser connected to the socket word.
Platform: | Size: 10240 | Author: 雨岳 | Hits:

[Internet-Networkjava实现SMTP服务器

Description: 电子邮件传递可以由多种协议来实现。目前,在Internet 网上最流行的三种电子邮件协议是SMTP、POP3 和 IMAP,-can send e-mail from multiple protocols is to be achieved. Currently, the Internet's most popular e-mail agreement is three SMTP, POP3 and IMAP.
Platform: | Size: 8192 | Author: 郑描中 | Hits:

[Otherwssf

Description: JICQ是用JAVA语言编写的一个基于客户机/服务器(C/S)模式的局域短信实时通信工具系统,系统采用了Microsoft公司的SQL Server 2000作为后台数据库,系统通过JDBC访问数据库。系统分为服务器程序和客户程序两部分,服务器与客户间采用“传输控制协议”(TCP),通过套接字(Socket)连接,客户之间采用“用户数据报协议”(UDP),通过数据报套接字(DatagramSocket)建立连接。系统具有用户注册、用户登录、添加好友、删除好友、发送和接收消息等功能。-JICQ Java is a language based on the client/server (C/S) mode Local SMS real-time communications tool, the system uses Microsoft's SQL Server 2000 database as a background, system access to the database through JDBC. System is divided into server and two clients, the server-client "Transmission Control Protocol" (TCP), socket (Socket) connectivity, customers using the "User Datagram Protocol" (UDP), through Datagram Sockets (DatagramSocket) establish a connection. Users registered with the system, users log in, friends add, delete friends, send and receive news and other functions.
Platform: | Size: 54272 | Author: 乔峰 | Hits:

[JSP/JavaMYMailTest

Description: 利用smtp方式发送电子邮件,在窗体中填好发件人的地址和收件人的地址,和要发送的内容,然后点击send就可以发送邮件了-use smtp sending e-mail, which completed Form in the sender's address and the address of the addressee, to be sent and the content, then it can send the mail
Platform: | Size: 2048 | Author: wangyue | Hits:

[J2MEphone_SMS

Description: 一个手机上发短信的小程序。用J2ME开发.可以通过他发送短信和查看。-a cell phone text message on the small procedures. Use J2ME development. He can send messages and check.
Platform: | Size: 63488 | Author: 阿杜 | Hits:

[JSP/Javamail

Description: B/S结构邮件系统的源码,该代码基本实现了收发邮件的功能-B/S structure of the source mail system, the code basically function to send and receive e-mail
Platform: | Size: 2316288 | Author: yufangting | Hits:

[JSP/Javajavamail

Description: this program is to show how to send mail by java ,it s very easy.-this program is to show how to send mail by java, it s very easy.
Platform: | Size: 11264 | Author: 石雅松 | Hits:

[JSP/Javajava_SMS

Description: 首先在串口上连接一个或者多个MODEL(简单的说就是可以收发短信的手机),代码对串口进行初始化,控制收发,利用AT 指令操作MODEL进行短信的收发解码。自己调试过的,可用。-First serial port connected to one or more MODEL (simple message that it can send and receive mobile phone), serial code to initialize, control transceiver, using AT commands to operate the transceiver MODEL message to decode. Debug their own before, can be used.
Platform: | Size: 167936 | Author: lyk | Hits:

[JSP/JavaMeyboMailWeb

Description: MeyboMail Web(脉博邮件系统客户端)是一个纯Java编写的,基于B/S模式的邮件系统客户端软件,系统表示层使用easyjf.com(简易java框架)的 EasyJWeb框架开发,主要通过调用java mail实现邮件的收发。MeyboMail Web主要配合MeyboMail Server(脉博邮件服务器系统)使用,MeyboMail Server是使用Java编写,可以运行在任何支持Java的服务器系统平台。拥有自主知识产权的邮件服务器系统软件,系统实现了POP3,ESMTP 等邮件协议,支持服务器群集,可以运行在多台服务器上。-MeyboMail Web (pulse client mail system) is a pure Java prepared, based on B/S mode mail system client software, systems that use layer easyjf.com (simple java framework) EasyJWeb framework development, mainly by calling java the realization of e-mail to send and receive mail. MeyboMail Web mainly with MeyboMail Server (pulse mail server system) to use, MeyboMail Server is to use Java to prepare, you can run in any of the server system to support the Java platform. Their own intellectual property rights of the mail server system software, the system achieved a POP3, ESMTP, such as e-mail agreement, in support of the server cluster, you can run on multiple servers.
Platform: | Size: 2465792 | Author: lhf | Hits:

[SMSJAVA_SMS

Description: 手机短信编程的源代码,可以学习如何发送和接收短信-SMS programming source code, you can learn how to send and receive message
Platform: | Size: 20480 | Author: wangxue | Hits:

[JSP/JavaJavaIPM

Description: JAVA IP Messenge0.1版说明 作者:吴拓 E-mail:setsail_wu@163.com 完成时间:2008年8月18日 开发环境:j2sdk-1_4_2_18-windows-i586-p.exe + Eclipse3.0.1 该版本仅实现UDP消息接收、发送;未实现文件传送。 源代码发布供大家研究参考。-JAVA IP Messenge0.1 Version Description Author: Wu Extension E-mail: setsail_wu@163.com completion time: August 18, 2008 development environment: j2sdk-1_4_2_18-windows-i586-p.exe+ Eclipse3.0.1 the versions realize only receive UDP messages, send not realize file transfer. Source code release for the U.S. study.
Platform: | Size: 32768 | Author: 吴拓 | Hits:

[JSP/Javajava_DigitalSign

Description: 实用数字签名的步骤 (1)发送方使用MD5算法对原始信息进行计算,获得一个固定长度的信息摘要 (2)发送方用自己的私钥加密生成的信息生成发送方的数字签名,发送方把这个数字签名作为发送信息的附件和明文信息,一同用接收方的公钥进行加密,将加密后的密文一同发送给接收方; (3)接收方首先把接收到的密文用自己的私钥解密,得到明文信息和数字签名,再用发送方的公钥对数字签名进行解密,然后使用相同的单向散列算法来计算解密得到的明文信息,得到信息摘要;对比计算出来的信息摘要和发送方发送过来的信息摘要是否一致-Practical steps to a digital signature (1) sender MD5 algorithm used to calculate the original information, access to a fixed length message digest (2) use their own sender s private key to generate encrypted information generated by the sender s digital signature, the sender of the digital signature as an annex to send a message and express information, together with the recipient s public key for encryption, will be encrypted ciphertext sent to the receiver together (3) the recipient first received ciphertext with its own private key to decrypt received explicit information and digital signatures, and then the sender s public key to decrypt the digital signature, and then use the same one-way hash algorithm to calculate the explicit information to be decrypted, the message digest contrast calculated message digest and the sender sent the message digest are consistent
Platform: | Size: 23552 | Author: 张云 | Hits:

[SMSsend-sms-java-http

Description: send sms in a java project
Platform: | Size: 4096 | Author: jai | Hits:
« 12 3 4 »

CodeBus www.codebus.net