搜索资源列表
capture_server
- 视频传输的服务器端代码,短小易操作,下偶哦不错的-video transmission server code, short and easy to operate, even under good oh
avatar_chat
- 化身聊天-开放源码 --- --- --- --- --- --- -- 有兴趣的人士开放源码的ISO三维头像聊天引擎?这是一个非常简单的一个工作与PHP脚本和一个文本文件在服务器端,但也许是有益的。 随意更改/扩展代码-它是开放源码 --------------------------------------- To fix the server issue, add the following directly under the leaveroom functi
win_socket
- 本代码是基于windows下的socket编程,主要功能是实现从服务器端到客户端的文件传输,比较简单,适合初学者学习-The code is based on socket programming under windows, the main function is to achieve the transfer of files from the server to the client, is relatively simple, suitable for beginners to lea
Upfile
- linux下文件上传代码,服务器与客户端的协议公司内部自己定义的,主要实现了文件的定期上传以及磁盘的清理,测试了好多次没有问题,-agreement within the company code, server and client under linux file upload their own definition, the main achievement of the regular file upload and disk cleanup, tested many times an
Werner
- 使用场景 我们在测试客户端的功能时,经常碰到一种场景是,客户端接收服务器的返回,然后进行处理。但若客户端开发代码没有对服务器非预期的返回值进行处理,就极有可能导致客户端无法正常使用,甚至崩溃。常见的非预期值场景有: 返回格式非约定好的; 返回内容不完整,例如字段缺失; 返回的内容存在错误的值; 返回一些服务器异常,例如404,502等; 其他…… 因此为了测试客户端的健壮性,我们需要模拟不同的服务器返回内容。(On the name The name of the pro