- 博客(7)
- 收藏
- 关注
原创 asp.net 获取服务器时间然后在页面上动态显示时间
方法1: $(function () {window.setInterval(changeClock, 1000);} var st = ''; var a = st.split(" "); var b = a[0].split("-"); var c = a
2013-11-18 14:41:59 1116
原创 C# xml 读取 编辑保存 新增保存 查找是否存在特定节点
XmlDocument document = new XmlDocument();document.Load("Config.xml");XmlNodeList list = document.SelectNodes("/configuration/SysSettings/Item");ID = document.SelectSingleNode("/SmsSet/ID").InnerT
2013-07-31 10:42:22 1382
转载 服务 线程传参object一个参数(object类来实现多参数)
private void CreateOneThread(XmlNode node,int id) { try { //动态创建线程带object参数 ParameterizedThreadStart threadStart = new ParameterizedThre
2013-07-31 10:14:56 511
转载 C# 服务创建线程
#region 每隔10秒执行一次来将xml中的信息更新到全局list中 public void UpdateXml2List()//服务启动时调用 { System.Threading.ThreadStart m_updateThread = new System.Threading.ThreadStart(TimerScheduler);
2013-07-31 10:10:32 627
原创 反射reflect
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Xml;using System.Data;namespace AutoService{ public class Reflection
2013-07-31 10:02:19 481
转载 写入到txt的类
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;namespace AutoService{ class WriteLog { static String path = AppDomain.CurrentD
2013-07-31 09:59:13 423
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人