08 2012 档案

config
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Configuration;namespace Logger{ internal class Configer { public static string Config(string key) { string result = null; try { result = Configuration... 阅读全文

posted @ 2012-08-08 13:56 sajiao 阅读(199) 评论(0) 推荐(0)

logger
摘要:logger 阅读全文

posted @ 2012-08-08 13:54 sajiao 阅读(139) 评论(0) 推荐(0)

myTimer
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Runtime.Remoting.Messaging;using System.Timers;using Logger;namespace Untitly{ public class myTimer { public static System.Timers.Timer timers; public myTimer() { ... 阅读全文

posted @ 2012-08-08 13:53 sajiao 阅读(452) 评论(0) 推荐(0)

Singleton
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Untitly{ public class Singleton<T> where T :new() { private static object objInstance = null; public static T getInstance() { if (objInstance == null) objInstance = new T(... 阅读全文

posted @ 2012-08-08 13:53 sajiao 阅读(184) 评论(0) 推荐(0)

global
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Security;using System.Web.SessionState;using System.Net;using System.IO;using System.Threading;using Logger;using System.Timers;using Untitly;using System.Runtime.Remoting.Messaging;namespace WebApplica 阅读全文

posted @ 2012-08-08 13:52 sajiao 阅读(303) 评论(0) 推荐(0)

采集
摘要:<?xml version="1.0" encoding="utf-8"?><gathers> <gather> <!--&lt; < 小于号 &gt; > 大于号 &amp; & 和 &apos; " 单引号 &quot; " 双引号--> <gathertime>2012-7-28 12:09:09</gathertime> <!--1 按采集时间,2按采集页列表+时间,3 只按采集列表--&g 阅读全文

posted @ 2012-08-04 16:50 sajiao 阅读(316) 评论(0) 推荐(0)

热门标签
摘要:热门标签的标签 阅读全文

posted @ 2012-08-03 13:21 sajiao 阅读(103) 评论(0) 推荐(0)

导航

街边网