-
C# ftp上传文件代码,配置服务器和本地目录后自动上传文件
C# ftp上传文件代码,配置服务器和本地目录后自动上传文件-C# ftp Uploadfile SourceCode
- 2022-02-03 09:32:22下载
- 积分:1
-
以工作区的形式有效的管理工程的所有数据,是现行的比较主要的一种管理方式,尤其对大型工程很有效!...
以工作区的形式有效的管理工程的所有数据,是现行的比较主要的一种管理方式,尤其对大型工程很有效!-Work area to form effective management of all project data, is present mainly as a comparison of management methods, especially for large-scale projects very effective!
- 2022-07-03 15:47:45下载
- 积分:1
-
sockte编程指南,内容清晰适合初,中级者阅读,为以且学习加快速度...
sockte编程指南,内容清晰适合初,中级者阅读,为以且学习加快速度-sockte Programming Guide, which clearly fit the early, intermediate reading, and studying for speed
- 2022-04-28 12:40:30下载
- 积分:1
-
clientudp
clientUDP
-clientUDP
- 2022-01-26 06:34:40下载
- 积分:1
-
这是我准备连接客户端和服务器软件的一个。疗法…
这是我编写的一个处理多连接的客户端,服务器软件。里面有代码和程序-This is the one I prepared to handle connecting client and server software. There are codes and procedures
- 2022-02-02 12:34:15下载
- 积分:1
-
网络通讯实例子,可以更多的电脑通讯 简单使用
网络通讯实例子,可以更多的电脑通讯 简单使用-Examples of sub-network communication can be more simple to use computer communication
- 2022-04-11 01:24:12下载
- 积分:1
-
1:布局重新整理,使其更合理,修正慢的问题!
2:首页增加留言显示!
3:修正本地软件无法下载问题!
4:修正装备展示内容限制问题,可以无限添加!...
1:布局重新整理,使其更合理,修正慢的问题!
2:首页增加留言显示!
3:修正本地软件无法下载问题!
4:修正装备展示内容限制问题,可以无限添加!
5:删除合作资源,增加了新手指南!
****************************************************
保持3.3所有功能
V3.4更新内容
1:解决后台网站设置问题
2:增加菜单管理功能!(分顶部导航,顶部版权)
3:客服部分,电话,QQ采用无限制!
4:增加在线统计修改功能!
5:修正新手指南首页不显示错误!
6:修正了新手指南内容不换行错误!
7:修正新闻公告注入BUG!
8:修正首页只能显示一张照片的错误!
由于时间匆忙,请各位手动升级
V3.4最新功能,导航菜单添加管理,
升级方法:
新建表:Gq_menu
字段:id 自动编号
字段:menuid 长整型
字段:title 字符型 50
字段:url 字符型 随意
字段:open 逻辑型
字段:foot 逻辑型
字段:pass 逻辑型
新建表:Gq_config
字段分别为:qq dh sf RMB bbs
全部为备注型
-1 : layout re-organized to make it more reasonable, that the problem of slow! 2 : Home show increased voice! 3 : Amendments to the local software can not be downloaded! 4 : Amendments equipment display content restrictions, can add unlimited! 5 : delete cooperation resources, the increase is coming!**************************************************** maintain all the functions SP 3.3 update 1 : background website set up to solve
- 2022-03-04 04:36:30下载
- 积分:1
-
仿佛是一口
osip是一个基于SIP协议的开发环境工具,这是最新版本-osip is a SIP-based development environment tool, which is the latest version!
- 2022-05-01 02:55:05下载
- 积分:1
-
windows提供了命令行式的Ping命令,判定是否与某台主机通信畅通,这个程序就实现了这个功能。...
windows提供了命令行式的Ping命令,判定是否与某台主机通信畅通,这个程序就实现了这个功能。-windows provide a command-line-style Ping order, and determine whether a host of clear communication, the process of realization of this function.
- 2022-03-06 20:13:35下载
- 积分:1
-
P2P c++ sdk
P2P dll c++ ,
static emReturnType SetAppType(emAppType AppType);//设置程序类型,服务器emAppType_Server或者客户端emAppType_Client
static emReturnType SetClientCallback(IMsgCallback *pMsgCallback);//设置回调类,回调类继承IMsgCallback接口
static emReturnType Startup();//开启网络
static emReturnType Cleanup();//关闭网络
//Server 以下函数是服务器调用
static emReturnType BeginService(unsigned short nPort);//如果是服务器,调用该函数开启服务,nPort:端口号
static emReturnType EndService();//服务器退出的时候,调用该函数关闭服务
//Client 以下函数是客户端调用
static emReturnType Logon(LOGONINFO* pLogonInfo);//函数登录服务器。pLogonInfo:登录信息,详细见P2PHeaderDef.h->LOGONINFO
static emReturnType Logout();//登出服务器
static emReturnType ConnectAnchor(CLIENTINFO* pClientInfo);//连接主播,该函数是用户调用
static emReturnType SendP2PMSG(CLIENTINFO* pClientInfo, char* pszMsg, int nMsgLen);//发送P2P消息,pClientInfo,要发送的客户信息,如果是用户,则pClientI
- 2022-02-03 19:54:38下载
- 积分:1