02 2007 档案

摘要: 阅读全文
posted @ 2007-02-28 13:26 RobotTech 阅读(411) 评论(1) 推荐(0) 编辑
摘要:示例程序是同步套接字程序,功能很简单,只是客户端发给服务器一条信息,服务器向客户端返回一条信息;这里只是一个简单的示例,是一个最基本的socket编程流程,在接下来的文章中,会依次记录套接字的同步和异步,以及它们的区别。 下面是示例程序的简单步骤说明 服务器端: 第一步:用指定的端口号和服务器的ip建立一个EndPoint对像; 第二步:建立一个Socket对像; 第三步:用socket对像的... 阅读全文
posted @ 2007-02-15 12:13 RobotTech 阅读(21715) 评论(18) 推荐(4) 编辑
摘要:在asp.net中一步一步调试JavaScript,在这篇文章里我使用了IIS和Visual Studio 2005。配置第一步:在Visual Studio 2003/05中打开一个已经存在的asp.net应用程序,其中要有一些JavaScript。第二步:当我们在微软的Visual Studio中创建了一个web项目,那么一个名为web.config的文件默认也被创建在了该web项目中。我们检... 阅读全文
posted @ 2007-02-15 09:25 RobotTech 阅读(585) 评论(0) 推荐(0) 编辑
摘要:WebForm1 按学号统计 学号: 姓名: 性别: '> ... 阅读全文
posted @ 2007-02-11 12:11 RobotTech 阅读(524) 评论(0) 推荐(0) 编辑
摘要:WebForm1 '> --------------------------------------------------------------------------------... 阅读全文
posted @ 2007-02-11 11:55 RobotTech 阅读(339) 评论(0) 推荐(0) 编辑
摘要:using System;using System.IO;using System.Diagnostics;public static bool Ping(string remoteHost) { bool Flag = false; Process proc = new Process(); try { proc.StartInfo.FileName = "cmd.exe... 阅读全文
posted @ 2007-02-09 13:11 RobotTech 阅读(666) 评论(0) 推荐(0) 编辑
摘要:System.Configuration.AppSettingsReader configurationAppSettings = new System.Configuration.AppSettingsReader();ServerIP = configurationAppSettings.GetValue("ServerIP",typeof(string)).ToString();Server... 阅读全文
posted @ 2007-02-09 13:10 RobotTech 阅读(1774) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示