
.net&mobilink
文章平均质量分 81
sky_zt
以前很懒,现在想改变~!
展开
-
Wince :.net读取和保存图片到UltraLite数据库
1.连接UltraLite数据库. 1: private void Connect() 2: { 3: // This will connect to the UltraLite database and create a ULConn connection object 4: try原创 2009-08-14 18:07:00 · 455 阅读 · 0 评论 -
MobiLink - 服务器启动的同步
注意一:支持的平台 只有Windows、Windows Mobile、Palm OS才支持 Mobilink 监听器。 轮回事件执行顺序 Fire begin_connection eventFor each poll ( Fire begin_poll event Fire shutdown_query event Fire原创 2009-09-28 17:02:00 · 239 阅读 · 0 评论 -
创建型模式类(单件模式)
1: namespace DoFactory.GangOfFour.Singleton.RealWorld { // MainApp test application 2: class MainApp { static void Main() 3: { 4: LoadBalancer b1 = LoadBala原创 2009-11-26 06:58:00 · 198 阅读 · 0 评论