海鸥航迹

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

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

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 海天一鸥 阅读(3476) 评论(0) 推荐(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 海天一鸥 阅读(1479) 评论(0) 推荐(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 海天一鸥 阅读(2430) 评论(0) 推荐(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 海天一鸥 阅读(427) 评论(0) 推荐(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 海天一鸥 阅读(1127) 评论(0) 推荐(0) 编辑

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