-
网络编程比较好的参考书籍。从入门到精通都有阐述。
网络编程比较好的参考书籍。从入门到精通都有阐述。-Comparison of network programming good reference books. From entry to the master are described.
- 2022-07-16 01:30:10下载
- 积分:1
-
fhb vhxnbvbnfghngbdhcbdfb bncbn
fhb vhxnbvbnfghngbdhcbdfb bncbn
- 2023-05-01 20:45:03下载
- 积分:1
-
本实例产生一个ISAPICookies.Dll文件,客户端通过服务器浏览本文件,可以进行Cookie的管理,包括生成、显示用户创建的Cookie。...
本实例产生一个ISAPICookies.Dll文件,客户端通过服务器浏览本文件,可以进行Cookie的管理,包括生成、显示用户创建的Cookie。-ISAPICookies.Dll have a document, the client server browsing through this document can be carried out Cookie management, including creation, display users to create a Cookie.
- 2022-01-22 08:57:52下载
- 积分:1
-
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或...
StressMark测试软件是一个使用Visual C++编写的,开放源代码的测试工具,可以完成服务程序及重要算法的功能和性能测试,其最主要的功能是模拟多线程或多客户端的自动化压力测试。-StressMark test software is a Visual C prepared in the open-source testing tool, service procedures to be completed and important algorithm functional and performance tests, its main function is simulated multi-threaded or multi-client automation pressure tests.
- 2023-02-27 01:40:03下载
- 积分:1
-
不好意思,是DOTNET版本的,感兴趣的可以将其改成VisualC++的代码...
不好意思,是DOTNET版本的,感兴趣的可以将其改成VisualC++的代码-sorry, yes DOTNET version, interest can be changed Visual C code
- 2022-12-11 01:00:03下载
- 积分:1
-
一个基于windows api 的源程序...有很强的参考价值
一个基于windows api 的源程序...有很强的参考价值-a windows-based api of the source ... a strong reference value
- 2022-01-26 07:03:01下载
- 积分:1
-
tcp for test
tcp for test
- 2022-08-09 21:57:20下载
- 积分:1
-
一本c#的编程的源码
一本c#的编程的源码-a c# programming source code
- 2023-05-28 19:45:03下载
- 积分:1
-
新世纪影院源码,可自动生成html文件
新世纪影院源码,可自动生成html文件-new century theater source that can automatically generate html document
- 2022-03-18 21:04:22下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1