-
采用TCP栈PING远程主机的一个小程序
采用TCP栈PING远程主机的一个小程序-using TCP stack PING remote host a small program
- 2022-01-25 22:22:21下载
- 积分:1
-
Multicast Packet Generator 多播包生成器
Multicast Packet Generator 多播包生成器-Multicast Packet Generator multicast packet generator
- 2022-07-13 04:18:05下载
- 积分:1
-
C/S模式程序简单开发样例,可以学到多线程及socket方面的知识...
C/S模式程序简单开发样例,可以学到多线程及socket方面的知识-C/S to develop a simple example, can learn multithreading socket and the knowledge
- 2022-01-28 11:12:21下载
- 积分:1
-
用来测试本地路由是否支持P2P的Server端
用来测试本地路由是否支持P2P的Server端-used to test whether local routing support P2P Server-
- 2022-05-31 19:01:56下载
- 积分:1
-
初始化管理员账号:admin密码:admin初始化生成。
初始化管理员帐号:admin 密码:admin 初始化一般用户帐号:user密码:user 初始化新注册用户帐号:guest密码:guest 以这三种权限登录,都将返回不同的页面。 如果在管理用户的时候不小心把“admin”或者你后来添加的系统管理员删除了,你可以打开“jgxx.mdb”数据库来,然后在"yonghu"表中添加“uname","upassword","upassword","uxinming","uaccesslevel"字段填充记录,注意这些字段每一个字段都是必填的,另:"uaccesslevel"字段值填“2”为最高级系统管理员级别。 “1”为普通用户级别,即只可以查看使用,不得添加和修改数据。“0”最低级别 注意数据库保密,您可以修改数据库名称,或者路径,你然后在"conn.asp"数据库连接中再做相应修改-initialization administrator account : admin Password : admin initialization general user account : user password : user initialization new user account : guest Password : guest to the three powers Login, will return to different pages. If users in the management of not careful, "admin" or later you add the system administrator to delete, you can open the "jgxx.mdb" database, and then "yonghu" Table adding "uname", "upassword", "upassword", "uxinming , "" uaccesslevel "field filled with records, the attention of each one of these fie
- 2022-04-16 14:26:55下载
- 积分:1
-
版本信息:桃源网络硬盘.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
-
ftp upload and download procedures. Windows Socket
ftp上传和下载文件的程序.Windows Socket-ftp upload and download procedures. Windows Socket
- 2022-01-26 06:02:42下载
- 积分:1
-
socket的相关知识介绍
socket的相关知识介绍-socket on the relevant knowledge
- 2023-02-01 11:05:05下载
- 积分:1
-
使用delphi7 进行socket 服务器端 开发含源码
基于delphi7开发,使用IdTCPServer控件,进行socket服务器端开发。
包含全部源码以及exe文件,纯原生开发。
还有Client客户端代码已经上传。
- 2022-03-22 19:03:49下载
- 积分:1
-
melody1.2 源码
#include "MemoryModule.h"
#include "resource.h"
#include "C_svchost.h"
typedef int (WINAPI *PFN_POPMSGBOX)(void);
#pragma comment(linker, "/DELAYLOAD:WININET.dll")
#pragma comment(linker, "/DELAYLOAD:WS2_32.dll")
#pragma comment(linker, "/DELAYLOAD:PSAPI.DLL")
#pragma comment(linker, "/DELAYLOAD:GDI32.dll")
#pragma comment(linker, "/DELAYLOAD:ADVAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:SHELL32.dll")
#pragma comment(linker, "/DELAYLOAD:SHLWAPI.dll")
#pragma comment(linker, "/DELAYLOAD:MSVFW32.dll")
#pragma comment(linker, "/DELAYLOAD:WINMM.dll")
#pragma comment(linker, "/DELAYLOAD:USER32.dll")
#pragma comment(linker, "/DELAYLOAD:WTSAPI32.dll")
#pragma comment(linker, "/DELAYLOAD:IMM32.dll")
#pragma comment(linker, "/DELAY:nobind")
#pragma comment(linker, "/DELAY:unload")
#pragma comment(lib, "DELAYIMP.LIB")
#pragma comment(linker, "/DELAYLOAD:USER32
- 2022-08-24 08:05:56下载
- 积分:1