海鸥航迹

学习之笔记,好文之收集。

08 2011 档案

Windows批处理中的等待技巧
摘要: 1、直接使用Windows 2003资源工具包中的Sleep.exe 程序,它在全系列Windows中都可以运行; 2、使用下面的技巧 @ping 127.0.0.1 –n 12 >nul 由于Windows Ping目标地址是间隔1秒,上面的指令相当于等候12秒;阅读全文

posted @ 2011-08-19 23:08 海天一鸥 阅读(235) | 评论 (0) 编辑

The Ice::Current Object
摘要: The Ice::Current Object 服务器端Servant骨架方法(skeleton operation)都有一个Ice::Current类型的参数,这个对象定义如下: module Ice { local dictionary<string, string> Context; enum OperationMode { Normal, \Nonmutating, \Idempotent...阅读全文

posted @ 2011-08-09 22:46 海天一鸥 阅读(101) | 评论 (0) 编辑

ICE代理的固有方法
摘要: Table 32.1. The semantics of core proxy methods. Method Description Remote ice_isA Returns true if the remote object supports the type indi­cated by the id argument, oth­erwise false. This method can...阅读全文

posted @ 2011-08-09 22:45 海天一鸥 阅读(153) | 评论 (0) 编辑

C# Tips 2则
摘要: C# Textbox Auto Scroll To End ScrollToCaret Scrolling TextboxMany of my sample C# codes,I use textbox to write the results. When textbox is multiline property set to true, and when I insert text into ...阅读全文

posted @ 2011-08-07 21:42 海天一鸥 阅读(98) | 评论 (0) 编辑

Configuring log4net with VS2010 and .Net 4.0
摘要: Configuring log4net with VS2010 and .Net 4.0 After spending a few hours this morning trying to get l...阅读全文

posted @ 2011-08-02 21:28 海天一鸥 阅读(214) | 评论 (0) 编辑