搜索资源列表
java mail源码
- 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。 -mail, compressed files are 000 j2e
HTTPClient
- This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirecti
ccaudio2-0.9.0.tar
- GNU ccAudio2 is a stand-alone portable C++ class framework for manipulating audio data. It has existed for some time as GNU GPL licensed package and has most recently been designated a GNU package. It is commonly used in GNU Bayonne.
CMarkup
- XML文档处理类CMarkup,在VC中可以直接调用,已经封装好了MSXML的操作-XML class CMarkup the VC can be called directly, have a good package MSXML operation
Tcp.rar
- 很好的一个类,封装了基本的TCP基本方法,TCP编程时会很方便(可直接重用),我自己做的,用了好几年了。,A very good class, a basic TCP package basic method, TCP programming will be very convenient (direct reuse), I do use for several years.
Delphi-HttpProxy.rar
- 此代码由网上的Http Proxy修正而来。网上流传的Delphi版HttpProxy存在着很多问题,基本访问大部分网站都存在着各种各样问题。 该 代码在前人的基础上,进行了多处修正,基本解决了大部分问题,目前已可正常使用。 修正说明 : 1.重新封装Proxy类 2.修改正访问youhu之类的网站不正常的问题。 3.修正多处内存泄漏和资源释放错误 4.数据同步问题。,This code consists of amendments to come onl
SOCKET_CLASS
- 这是一个封装非常好VC的SOCKET通信类,大家在开发网络程序时,可以直接拿来使用的。-This is a very good package VC of the SOCKET communications, all in the development of network programs, can be used to use.
pdo_page_3.0.class
- pdo分页类,采用php的新数据库操作对象,封装的数据分页操作。以便统一数据库操作-pdo paging class, using the new database operations php object, package data paging operation. To a unified database operations
GetFilefromHTTPServer
- 利用MFC的一个封装类从HTTP服务器上下载文件-Use of a package MFC Class from HTTP server to download files
portscanner
- 这是一个典型的使用java.net包的类来做的端口扫描程序,展示了最常用的类的用法。因为它简单,没有任何多余冗长的代码,所以非常适合初学者学习。-This is a typical class using java.net package to do the port scanning procedures, demonstrated the most commonly used type of usage. Since it is easy, there is no lengthy redun
SNMP-pp
- SNMP++是一套C++类的集合,它为网络管理应用的开发者提供了SNMP服务。SNMP++并非是现有的SNMP引擎的扩充或者封装。事实上为了效率和方便移植,它只用到了现有的SNMP库里面极少的一部分。SNMP++也不是要取代其他已有的SNMP API,比如WinSNMP。SNMP++只是通过提供强大灵活的功能,降低管理和执行的复杂性,把面向对象的优点带到了网络编程中。本文档是对SNMP++开发包的详细介绍-SNMP++ is a C++ class collection for the deve
MYSOCKET
- 我写的封装Winsock初始化,建立连接及错误信息显示过程的C++类,其中错误信息显示比较“笨”,有更好的办法的朋友请跟我联系啊。-I wrote the package Winsock initialization, to establish a connection and error message shows the course of the C++ class, which show the error message more stupid, there is a better w
package
- 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 -A simple digital clock program, which date class derived from MFC CStatic base class.
ftp-client
- ftp上传下载类的封装,只有一个文件,c++。-ftp upload and download class package, only one file, c++.
UDP
- 这是对网络传输的封装的类,主要是对UDP封装。实现多线程编程-This is a class package for network transmission, UDP encapsulation. Multi-threaded programming
SMTP-class
- 一个很好用的SMTP封装类,用C++编写。压缩包内还有使用示例文档。学习网络编程的朋友不要错过呀。-SMTP wrapper class, with a good use of C++ to write. Compressed package of sample documents. Learning network programming friends do not miss it.
Dynamic-array-class
- 动态数组类,动态数组(Dynamic Array)类的封装练习-Dynamic array class, dynamic array (Dynamic Array) package practice
HtmlParser
- Delphi里的HTML解析类的封装,能够解析HTML文本数据-Delphi in the HTML parsing class package can parse HTML text data
ppframe
- PPFrame 规划中是一个组件似的框架,一个类封装一类功能。 现已有封装功能: 1、通用的用户操作处理能力。 2、通用的语言包处理能力。 3、通用的验证码处理能。 4、通用的短消息处理能力。-PPFrame planning is a component like a framework, a class package a class function. Now has the package function: 1, general user operation processing ab
Package
- 设计一个Package的继承层次: 1)基类Package a) 包含寄件人姓名,收件人姓名,地址,包裹重量weight和单位重量单价price; b) 提供构造函数; c)提供计费函数double calculateCost(),根据单位重量单价和包裹重量计算并返回包裹运费; d)提供prnt函数,输出包裹基本信息和包裹运费。 2)派生类TwoDayPackage a)继承Package,并包含两日快递服务平寄费baseCost; b)重写基类的calculateC