搜索资源列表
Managed_RTC_LCS_Bot_src
- 在Windows下采用RTC进行通信的源代码,可作为服务等多种方式交互。-used in Windows RTC communications source code, as a variety of services such as interactive way.
del12205345345
- 多线程传输 客户端一次发送65000字节的包,服务端负责组装并处理数据粘连。 使用ReadBuffer(),Send()函数来接收发送Buffer内字节,这样作的目的是使程序具有更好的灵活性。你可以自定义Buffer内那些字节的含义,例如是字符串、图像、声音、命令等等。 文件的多线程读写采用windows内存映像技术。
P2P 源代码
- 源代码编译及安装说明 源代码编译及安装说明编译说明: . 编译环境安装 Microsoft Visual Studio .NET 2003 . 下载WTL(版本:7.5), 网站 http://sourceforge.net/projects/wtl/, 解压并将 wtl/include 加入VS.Net include 工程 参考方法: 打开 Microsoft Visual Studio .NET 2003 点击菜单 工具->选项->Projects-&g
SampleApplications
- 这是Peer-To-Peer的Windows官方提供的三个小例子。需要开启P2P网络服务,并且在VS下编译以后,方可运行。内附详细的英文使用说明~!-This is a Peer-To-Peer in Windows provides three small examples of the official. Need to open P2P network services, and later compiled under VS before running. Included detail
delphi_sever_win_fortaiwan
- delphi编写windows服务程序 delphi2007的源码 从台湾论坛网上下载的一个代码。调试通过-delphi write windows service program delphi2007 source Downloaded from an online forum in Taiwan code. Debugging through
数据同步
- 一款实现多台服务器同步文件的工具,使用go开发。区块链技术。 安装golang之后使用powershell执行build.ps文件即可构建到bin目录下。 运行syncthing.exe即可在windows启动服务.txt 访问地址是http://127.0.0.1:8384 也可在当前用户目录找到syncthing目录修改config.xml文件内的IP地址将访问地址修改成0.0.0.0:8384即可实现本网络内的访问。 启动后通过本机id实现多台服务器的相互添加,界面非常简单直观。