溺水妖精

就这样沉溺在水中,一个失败的妖精

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  25 随笔 :: 8 文章 :: 218 评论 :: 12 引用

公告

03 2004 档案

摘要: <在不知道应用程序路径的情况下,通过应用程序的名字,即可打开:public class Test{static void Main(string[] args){Process proc = new Process(); proc.StartInfo.FileName = "Dreamweaver.exe"; proc.Start();Console.ReadLine();}}当然,前提是,...阅读全文
posted @ 2004-03-29 15:52 溺水妖精 阅读(1778) | 评论 (5) 编辑

摘要: 刚在MSDN看了篇文章Determining the Span Between Two DatesExampleDateTime oldDate = new DateTime(2002,7,15);DateTime newDate = DateTime.Now;// Difference in days, hours, and minutes.TimeSpan ts = newDate - old...阅读全文
posted @ 2004-03-24 18:49 溺水妖精 阅读(1515) | 评论 (6) 编辑

摘要: 哪个大哥能给讲讲object类型~~还有什么情况下相等这个是MSDN上的例子:The exampleusing System;class Test{ static void Main() { string s = "Test"; string t = string.Copy(s); Console.WriteLine(s == t); Console.WriteLine((object)s == ...阅读全文
posted @ 2004-03-22 17:48 溺水妖精 阅读(2057) | 评论 (8) 编辑

摘要: 是真的吗?+++++++++++++++++++++++++++++++++++++++++++++++回复: 写了个很小的MSN机器人服务器端程序 问一下,你是直接用Socket通讯做的吗?据悉四月中旬,MSN Messenger 6.2将推出了,而且第三方程序均不能再调用MSNP了,所以我就不再开发了:) 3/5/2004 10:05 PM by 开心就好--+++++++++++++++++...阅读全文
posted @ 2004-03-19 18:08 溺水妖精 阅读(909) | 评论 (0) 编辑

posted @ 2004-03-19 16:47 溺水妖精 阅读(694) | 评论 (2) 编辑

posted @ 2004-03-17 18:27 溺水妖精 阅读(2042) | 评论 (8) 编辑

posted @ 2004-03-11 18:40 溺水妖精 阅读(1578) | 评论 (12) 编辑

posted @ 2004-03-08 17:26 溺水妖精 阅读(2287) | 评论 (5) 编辑

posted @ 2004-03-08 09:45 溺水妖精 阅读(439) | 评论 (0) 编辑

posted @ 2004-03-07 16:43 溺水妖精 阅读(468) | 评论 (2) 编辑

posted @ 2004-03-06 22:59 溺水妖精 阅读(2744) | 评论 (1) 编辑

posted @ 2004-03-06 17:43 溺水妖精 阅读(1181) | 评论 (9) 编辑

posted @ 2004-03-06 17:30 溺水妖精 阅读(395) | 评论 (1) 编辑

posted @ 2004-03-05 17:32 溺水妖精 阅读(519) | 评论 (5) 编辑

posted @ 2004-03-05 13:30 溺水妖精 阅读(1636) | 评论 (1) 编辑

posted @ 2004-03-04 16:43 溺水妖精 阅读(279) | 评论 (1) 编辑

posted @ 2004-03-03 14:45 溺水妖精 阅读(730) | 评论 (8) 编辑

posted @ 2004-03-03 10:58 溺水妖精 阅读(1044) | 评论 (2) 编辑

posted @ 2004-03-02 16:52 溺水妖精 阅读(407) | 评论 (3) 编辑