登录
首页 » Windows Socket编程 » 短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档...

短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档...

于 2022-07-13 发布 文件大小:116.32 kB
0 217
下载积分: 2 下载次数: 1

代码说明:

短信平台的二次开发 很好用的啊是别的公司开发的,其中的有详细的说明文档-messaging platform in the secondary development of a good ah it is for other companies in the development, which is described in detail in documents

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 版本信息:桃源网络硬盘.Net 2.0 (免费版) 开发环境:Microsoft.NET Framework SDK 运行要求:   ・Window...
    版本信息:桃源网络硬盘.Net 2.0 (免费版) 开发环境:Microsoft.NET Framework SDK 运行要求:   ・Windows 2000 或 Windows XP 安装 .Net Framework 或 VS.net、Windows 2003   ・要求上传目录有写权限   ・建议放在虚拟目录下,如果放在非虚拟目录下请把bin目录连同其中的文件放在网站根目录下 主要功能:   ・ 支持多人注册使用,注册后生成自己的专用文件夹,互不影响;   ・ 在线上传文件、可分文件夹管理;   ・设置共享权限功能,可设置指定会员读取、写入,或允许全部会员读写;   ・会员管理功能,可对每个用户的单独空间大小进行设置;   ・登录时验证码控制安全登录;   ・支持大文件及多文件上传;   ・支持文件搜索;   ・使用方法访资源管理器。 -version information : Yuen network drives. Net 2.0 (free version) development environment : Microsoft.NET Framework SDK operating requirements : Windows 2000 or Windows XP installed. Net Framework or VS.net, Windows 2003 directory upload a request was made to build competence discussion on the virtual directory, if placed on the non-virtual directory Please bin directory together with the document root directory on the website under the main functions : support for the use of people registered, registration produce their own special folder, separating; online upload documents can be
    2022-07-10 19:14:25下载
    积分:1
  • PetShop 3.0 Installer.msi微软示例代码
    PetShop 3.0 Installer.msi微软示例代码-1955-1964 3.0 Installer.msi Microsoft sample code
    2022-03-19 19:58:44下载
    积分:1
  • 网络数据包捕获并进行过滤
    网络数据包捕获并进行过滤-network packet capture and filtering
    2023-08-15 16:25:03下载
    积分:1
  • 非常不错的,功能庞大,详细内容自己看吧。
    非常不错的,功能庞大,详细内容自己看吧。-very good, the function of large, the details of which own Look here.
    2022-01-25 19:11:44下载
    积分:1
  • 使用JAVA I/O和 NI/O写的两种网络ECHO服务器,用以学习两种IO的不同方法,体验基于阻塞与非阻塞IO开发高性能网络应用序的具体实例.Java...
    使用JAVA I/O和 NI/O编写的两种网络ECHO服务器,用以学习两种IO的不同编程方法,体验基于阻塞与非阻塞IO开发高性能网络应用程序的具体实例.Java平台传统的I/0系统基于byte(字节)和Stream(数据流)。这种模式下的I/O 操作以字节为单位,以流的方式处理数据。而NIO( New I/O )以块的方式处理数据,它的系统操作面向Buffer(缓冲),Channel(通道)和Selector(选择器),不再是字节,这种模式利用了操作系统管理内存和文件的方式,并将一些耗时操作直接转移给操作系统,使JavaI/O的速度得以提高、性能得到了明显的改善 -The use of JAVA I/O and NI/O, prepared by two types of network servers ECHO to learn two different programming methods IO experience obstructive and non-blocking IO based on the development of high-performance network applications specific examples. Java platform for the traditional I/0 system is based on the byte (byte) and Stream (data streams). This mode of I/O operation in bytes in order to deal with data flow way. The NIO (New I/O) blocks the way to deal with data, its system for Buffer (buffer), Channel (channel) and the Selector (selector), is no longer a byte, this mode of use of operating system management of memory and the manner in which documents, and some time-consuming operation of a direc
    2022-02-09 15:18:54下载
    积分:1
  • 一个简单的电子白板,使用JAVA设计,能够实现简单的应用功能,已译通过....
    一个简单的电子白板,使用JAVA设计,能够实现简单的应用功能,已编译通过.-a simple Whiteboard, the use of Java designed to be simple function of the application, compile.
    2022-03-24 06:30:52下载
    积分:1
  • IPMSG的所有原代码哦。。 有一定的学习研究作用 大家可以下载来...
    IPMSG的所有原代码哦。。 有一定的学习研究作用 大家可以下载来-IPMSG Oh, all the original code. . Study has a certain role in U.S. can be downloaded to
    2022-02-01 14:44:26下载
    积分:1
  • 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP...
    计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。 还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。 当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。 -calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tai
    2022-01-26 06:39:03下载
    积分:1
  • TCP提供了一套完整的软件包,包括多
    TCP功能的完整封装,包括多线程的处理,大量并发客户端的处理。-TCP features a complete package, including multi-threaded processing, a large number of concurrent client-side processing.
    2022-03-01 20:17:56下载
    积分:1
  • ASP网络实例源序,对初学ASP网络很有帮助
    ASP网络编程实例源程序,对初学ASP网络编程很有帮助-ASP source example of network programming, network programming for the novice ASP helpful
    2022-06-15 14:30:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载