-
演示向浏览器端发送重定向结果的例子
演示向浏览器端发送重定向结果的例子-A example demonstrates how to send a redirect result to browsers
- 2023-04-19 18:35:04下载
- 积分:1
-
HTTP LOAD TEST
HTTP LOAD TEST
- 2022-01-26 07:47:43下载
- 积分:1
-
JAVA实现的输入输出系统
JAVA实现的输入输出系统-JAVA input output system
- 2022-07-28 12:28:38下载
- 积分:1
-
系统(PHP的MySQL的版本:showmov3.0)平台:Win和Linux / unlix其他发展……
系统版本:showmov3.0(php+mysql)
运行平台:win/linux/unlix等
开发语言:php+mysql
授权形式:免费
文件大小:3.5M左右
开发商:http://www.jdzcn.net
演示站:http://www.showmov.com
本程序为免费版。只允许个人用户用于测试与制作共享影片平台。任何个人或组织不得用于商业用途。
如果您做为商业用途。请支持程序发展购买商业版。
更新功能。-System Version : showmov3.0 (php mysql) platforms : win/linux/unlix other development languages : php mysql authorization forms : Free File Size : Radar developers around : http://www.jdzcn.net demo station : http :// www.showmov.com procedures for the free version. Allow only individual users for testing and production-sharing platform for the film. Any individual or organization may not be used for commercial purposes. If you are for commercial purposes. Please support the development of procedures for the purchase of a commercial version. Update function.
- 2022-05-26 14:02:05下载
- 积分:1
-
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SO...
此工程主要包含了两个自己编写的类,:CSocketBlockServer和CSocketBlockClient。程序主要说明如何通过使用这两个类,采用"阻塞SOCKET"来实现快捷、高效的目的。我们平常所见的SOCKET程序,一般都是使用"非阻塞SOCKET",以其提高程序的效率。那么有没有办法使用"阻塞SOCKET"也能方便、快捷的实现我们的网络通讯要求呢?CSocketBlockServer和CsocketBlockClient主要是为了这一目的而编写的。目的分述如下: 1.为了简化使用"阻塞SOCKET"的编程。 2.此外,我发现很多类似的程序中,服务器或客户端既是服务器、又是客户端,尽管这 并不影响通讯,但这确实淡化了C/S模式的本意 这两个类很好的体现了C/S模式,而且 支持多用户。 3.这两个类,可以做为"非阻塞SOCKET"的补充。 使用时,需要在主程序中开辟额外的线程,在线程内部调用这两个类的成员函数来实现,实现过程比较简便。只要客户端成功连接到服务器,双方就可以任意发送数据,而不需要多 次连接。 如果编译时有错误提示:找不到ws2_32.lib,则请确认该文件的实际路径,将此文件加入工程中即可。-this project mainly involves the preparation of his two categories : CSocketBlockServer and CSocketBlockClient. The procedure on how to use these two categories, "SOCKET obstruction" to achieve a fast, efficient purpose. Usually we see SOCKET procedures are generally used "nonblocking socket," with the efficiency of the process. So is there any way the use of "obstruction SOCKET" convenient and efficient realization of network communications requireme
- 2022-07-07 16:37:42下载
- 积分:1
-
对TABLE排序,行插入列插入,CELL编辑,列拖动
对TABLE排序,行插入列插入,CELL编辑,列拖动-TABLE sort of, the Insert Column Insert, CELL editing, drag out
- 2022-01-26 01:59:01下载
- 积分:1
-
定单管理系统:1 工单录入:2. 工单审核3. 工单分解和发布4. 工单执行5. 工单反馈打分6. 工单查询...
定单管理系统:1 工单录入:2. 工单审核3. 工单分解和发布4. 工单执行5. 工单反馈打分6. 工单查询-orders management system : one for single-recording : 2. three-audit work. for single decomposition and release 4. for five single implementation. Public feedback scoring single six. Public inquiries alone
- 2022-04-26 22:38:28下载
- 积分:1
-
FD download mini systems Meihuaban
FD迷你下载系统中文美化版-FD download mini systems Meihuaban
- 2023-03-14 02:20:04下载
- 积分:1
-
使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。...
使用 ISAPI Filter 实现的限制 IIS 多线程访问程序。 主要应用在下载系统,或者使用 IIS 做的流媒体点播系统中,稍加修改可以使其具有认证功能。在程序中已经对 用户认证 事件做了直接返回的处理。 使用本 Filter 可以很容易的获得服务器的连接数,从而可以实现多个服务器的负载平衡(可以把请求分发到连接较少的一个服务器上)。 可以对访问的有效控制,可以自定义无限制用户IP,限制用户的IP。 从而可以实现对某个IP的限制数不限制,或者对某个IP的封杀。-use ISAPI Filter achieve restrictions IIS multithreading visit procedures. The main application download system, or do IIS use of streaming media on-demand system, a little change can make it authenticated. The procedures for user authentication has done a deal with the direct return. The use of the Filter can easily access server connections, which can be achieved over the server load balancing (request can be sent to a less connected server). The visit can be an effective control, can define unlimited user IP, the IP user restrictions. Thus it is possible for a limited number of IP no restrictions, or to a particular IP block.
- 2022-03-21 03:45:01下载
- 积分:1
-
基于JSP的聊天室,功能齐全,能进行私聊和公聊,非常不错的程序。如果你在此基础上开发更多功能, 不要忘记告诉我了呀,...
基于JSP的聊天室,功能齐全,能进行私聊和公聊,非常不错的程序。如果你在此基础上开发更多功能, 不要忘记告诉我了呀,-JSP-based chat rooms, complete functions, and will conduct public chat Private Chat, very good procedures. If you based on the development of more functional, not to forget to tell me ah,
- 2023-07-14 03:05:04下载
- 积分:1