Ansel's Blog

It would probably render the application more complex

博客园 首页 新随笔 联系 订阅 管理
上一页 1 ··· 4 5 6 7 8

2005年4月8日 #

摘要: C#实现WEB服务器 这只是一个简单的用C#写的WEB服务器,只实现了get方式的对html文件的请求,有兴趣的朋友可以在此基础之上继续开发更多功能,小弟学c#不久,如有错漏,望请见凉!! 摘要: WWW的工作基于客户机/服务器计算模型,由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信,HTTP协议的作用原理包括四个步骤:连接,请求... 阅读全文
posted @ 2005-04-08 17:09 Ansel 阅读(1004) 评论(0) 推荐(1) 编辑

摘要: 文章来源:http://blog.csdn.net/21aspnet/archive/2004/10/27/155159.aspx 星期五 2005年4月8日 ASP.NET的实时天气及24小时天气预报(C#) 修改其中的url获得其他城市的天气情况 如广州为: http://weather.yahoo.com/forecast/CHXX0037_c.html 注意仅适用于获得ya... 阅读全文
posted @ 2005-04-08 13:32 Ansel 阅读(1980) 评论(3) 推荐(0) 编辑

摘要: 文章来源:http://dev.csdn.net/article/66/66969.shtm usingSystem; usingSystem.DirectoryServices;//要增加此DLL文件 privatevoidbutton3_Click(objectsender,System.EventArgse) { try { Dire... 阅读全文
posted @ 2005-04-08 13:19 Ansel 阅读(856) 评论(1) 推荐(0) 编辑

摘要: usingSystem; /**//*Thereasonthatiamusinginterfaceisthat,inseveral *weeksiwilluseabitwiseoperatorforhaveencryptionanddecryption **/ publicinterfaceIBindesh { stringen... 阅读全文
posted @ 2005-04-08 12:32 Ansel 阅读(973) 评论(3) 推荐(0) 编辑

摘要: 分3步. 1: 编译。 选取UltraEdit的菜单: 高级-〉工具配置 编译C# Console 命令行填: csc %n%e 工作目录: %p 名称随意。 保存活动文件,输出到列表窗口,捕捉输出 这3个都选上。 最后点击 “插入“。 %P Path only ("C:\project\test\") %N fileName only ("test") %E Exte... 阅读全文
posted @ 2005-04-08 11:30 Ansel 阅读(3282) 评论(12) 推荐(0) 编辑

摘要: usingSystem; usingSystem.DirectoryServices; usingSystem.Collections; usingSystem.Text.RegularExpressions; usingSystem.Text; namespaceWuhy.ToolBox { /**//// ///这个类是静态类。用来实现管理IIS... 阅读全文
posted @ 2005-04-08 11:24 Ansel 阅读(971) 评论(2) 推荐(0) 编辑

2005年4月7日 #

摘要: MarshalByRefObject, asthe name implies ,these objects are marshaled by reference,instead of copying a copy over the network.Only a pointer tothis object know as anObjRef. Contrary tocommon poi... 阅读全文
posted @ 2005-04-07 09:44 Ansel 阅读(438) 评论(0) 推荐(0) 编辑

2005年4月5日 #

摘要: 沸茶防治心脏早搏 ... 阅读全文
posted @ 2005-04-05 15:21 Ansel 阅读(817) 评论(0) 推荐(0) 编辑

摘要: 关于C#下写的Web Service 服务在Delphi下调用时的问题 首先我觉得有必要把.net平台下开发webservice进行一个比较全面的阐述,web service的最初产生是在电子商务的环境下出现的,有些问题通过传统的手段已经不容易解决,比如在应用程序之间进行商务通信、数据交换,使用DCom、CORBA等二进制机制的东西已经行不通了,姑且不说他们受各自平台的限制,比如... 阅读全文
posted @ 2005-04-05 15:19 Ansel 阅读(2618) 评论(0) 推荐(0) 编辑

摘要: 1、First and foremost you should refer your own Assembly then define a Class derived from "MarshalByRefObject" ! 2、Then you should register its ports : Http or Tcp as following: HttpChannel cnl=ne... 阅读全文
posted @ 2005-04-05 15:14 Ansel 阅读(890) 评论(1) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8