-
Html教程,非常详细
Html教程,非常详细-Html Guide, a very detailed
- 2023-07-03 19:40:03下载
- 积分:1
-
冠龙科技企业网站管理系统,冠龙的企业网站
完全源代码
冠龙科技企业网站管理系统,冠龙的企业网站
完全源代码-Scientific and technological enterprises冠龙site management system, corporate site冠龙completely source code
- 2023-04-03 20:50:04下载
- 积分:1
-
socket编程方面的例子
socket编程方面的例子-an example about socket programming.
- 2022-12-18 23:30:02下载
- 积分:1
-
基于Windows平台的一个小型HTTP服务器
这是一个VS2005项目,该项目使用套接字来实现一个非常小的HTTP服务器。实际上,它只能处理一个特殊的客户端的请求。但它可以处理HTTP请求继续。你可以参考它如何程序在Windows VS2005通过网络通信软件。应该很容易在其他Visual Studio版本中使用,因为它是唯一的包含有效cpp文件。
- 2022-06-11 22:02:14下载
- 积分:1
-
如何异步调用Web Service程序
网络通信程序,异步调用WEB SERVICE程序可以拿来学习 或者工作借鉴一下,VS 编程环境,已经测试通过,
- 2022-01-25 23:12:37下载
- 积分:1
-
C # FTP客户端库
FTP client library for C#
- 2022-12-04 14:55:03下载
- 积分:1
-
这样的一个例子,一个代理服务器,它支持二级代理,其中有一个古董…
这是一个代理服务器实例,它支持二级代理,其中还有一个虚拟的Web服务器,其根目录是“ProxyServer”, 在运行该程序前首先需要把该目录拷贝到C盘的根目录下,当然你也可以在源代码中改变指定的位置。-This an example of a proxy server, which supports two agents, which have a virtual Web server, the root directory is "ProxyServer" run the procedure before first need to copy the directory C was the root directory, of course, you could also change the source code for the designated location.
- 2022-02-25 13:38:06下载
- 积分:1
-
tcpipstack源程序用于C51的TCP/IP协议栈,,C
tcpipstack源程序用于C51的TCP/IP协议栈,,C-C++,TCP/IP Stack -tcpipstack C51 source for the TCP/IP protocol stack, and C-C, TCP/IP Stack
- 2022-12-14 23:30:03下载
- 积分: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
-
Pretty small loading control, with a time of new on the list
漂亮的loading小控件,用的时候new一个就行了-Pretty small loading control, with a time of new on the list
- 2022-05-21 12:43:05下载
- 积分:1