摘要:
Dim thread As LedShow = New LedShow thread.iTransMode = 1 thread.iConType = 3 thread.iping = 1 thread.Led_Ip = led_ip.ToString() '//LED网卡IP地址 Dim th1 As Threading.Thread If type = "1" Then '//预约一笔警示信息 ... 阅读全文
摘要:
using System;using System.Data;using System.Text;using System.Data.SqlClient;namespace Website.DAL{ /// <summary> /// 数据访问类Message。 /// </summary> public class Message { public Message() {} #region 成员方法 /// <summary> /// 得到最大ID /// </summary> public int GetMaxId() { return Db 阅读全文