08 2012 档案

oracle 数的构建
摘要:select lpad(' ',4*(level-1))||t.EQU_NAME AS EQU_NAME , t.PARENT_ID, t.equ_id from T_EQU_INFO_TEST t start with t.equ_id IN (SELECT equ_id FROM T_EQU_INFO_TEST WHERE parent_ID IS NULL AND ORGAN_ID= '200511171119415510' ) connect by prior EQU_ID=P... 阅读全文

posted @ 2012-08-23 13:49 蔡成 阅读(110) 评论(0) 推荐(0)

windows服务的调试
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.ServiceProcess; 4 using System.Text; 5 6 namespace WSFileTransfer 7 { 8 static class Program 9 {10 /// <summary>11 /// 应用程序的主入口点。12 /// </summary>13 static void Main()14 {15 ... 阅读全文

posted @ 2012-08-09 17:36 蔡成 阅读(214) 评论(0) 推荐(0)

导航