資源簡介
多線程采集網頁C#源代碼

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?DataEntity
{
????public?class?Entity_GatherThread
????{
????????public?Entity_GatherThread()
????????{?}
????????#region?Model
????????private?int?_strMgId?=?0;
????????private?string?_strMgName?=?string.Empty;
????????private?string?_strPeriodId?=?string.Empty;
????????private?string?_strStateId?=?string.Empty;
????????private?string?_strStateName?=?string.Empty;
????????private?string?_strCourseManageId?=?string.Empty;
????????private?DateTime?_dtNextTime?=?new?DateTime();
????????private?bool?_blYesOrNo?=?true;
????????private?bool?_blOneFlag?=?true;
????????private?int?_PeriodGather?=?0;
????????private?DateTime?_StartTime?=?new?DateTime();
????????private?DateTime?_EndTime?=?new?DateTime();
????????private?int?_DataSourceId?=?0;
????????private?string?_DataSourceName?=?string.Empty;
????????///?
????????///?信息編碼
????????///?
????????public?int?MgId
????????{
????????????get?{?return?this._strMgId;?}
????????????set?{?this._strMgId?=?value;?}
????????}
????????///?
????????///?信息名稱
????????///?
????????public?string?MgName
????????{
????????????get?{?return?this._strMgName;?}
????????????set?{?this._strMgName?=?value;?}
????????}
????????///?
????????///?信息采集周期
????????///?
????????public?string?PeriodId
????????{
????????????get?{?return?this._strPeriodId;?}
????????????set?{?this._strPeriodId?=?value;?}
????????}
????????///?
????????///?采集狀態ID
????????///?
????????public?string?StateId
????????{
????????????get?{?return?this._strStateId;?}
????????????set?{?this._strStateId?=?value;?}
????????}
????????///?
????????///?采集狀態名稱
????????///?
????????public?string?StateName
????????{
????????????get?{?return?this._strStateName;?}
????????????set?{?this._strStateName?=?value;?}
????????}
????????///?
????????///?采集線程Id
????????///?
????????public?string?CourseManageId
????????{
????????????get?{?return?this._strCourseManageId;?}
????????????set?{?this._strCourseManageId?=?value;?}
????????}
????????
????????///?
????????///?循環采集間隔時間,單位分鐘
????????///?
????????public?int?PeriodGather
????????{
????????????get?{?return?_PeriodGather;?}
????????????set?{?_PeriodGather?=?value;?}
????????}
????????///?
????????///?循環采集開始時間
????????///?
????????public?DateTime?StartTime
????????{
????????????get?{?return?_StartTime;?}
????????????set?{?_StartTime?=?value;?}
????????}
????????///?
????????///?循環采集結束時間
????????///?
????????public?DateTime?EndTime
????????{
????????????get?{?return?_EndTime;?}
????????????set?{?_EndTime?=?value;?}
????????}
????????///?
????????///?通過周期的計算,下次該信息啟動進程的時間
????????///?
????????public?DateTime?NextTime
????????{
????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2867??2008-01-27?08:55??多線程采集C#源代碼\DataEntity\說明.htm
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\bin\Debug\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\bin\Debug\說明.html
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\bin\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\bin\說明.html
?????文件???????1351??2007-10-15?15:54??多線程采集C#源代碼\DataEntity\Properties\AssemblyInfo.cs
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\Properties\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\Properties\說明.html
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\obj\Debug\TempPE\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\obj\Debug\TempPE\說明.html
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\obj\Debug\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\obj\Debug\說明.html
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\obj\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\obj\說明.html
?????文件???????2007??2007-10-15?16:13??多線程采集C#源代碼\DataEntity\Entity_Gather_Article.cs
?????文件????????945??2008-01-27?08:54??多線程采集C#源代碼\DataEntity\Entity_Gather_BasicConfig.cs
?????文件???????2193??2007-10-15?16:15??多線程采集C#源代碼\DataEntity\Entity_Gather_DataSourceConfig.cs
?????文件???????1707??2007-10-15?16:15??多線程采集C#源代碼\DataEntity\Entity_Gather_Message.cs
?????文件????????945??2008-01-27?08:54??多線程采集C#源代碼\DataEntity\Entity_Gather_OperationKind.cs
?????文件???????2808??2007-10-19?11:02??多線程采集C#源代碼\DataEntity\Entity_Gather_ParticularConfig.cs
?????文件???????1774??2007-10-15?16:17??多線程采集C#源代碼\DataEntity\Entity_Gather_Period.cs
?????文件???????4394??2007-10-21?20:20??多線程采集C#源代碼\DataEntity\Entity_GatherThread.cs
?????文件???????2553??2008-01-27?08:55??多線程采集C#源代碼\DataEntity\DataEntity.csproj
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\DataEntity\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\DataEntity\說明.html
?????文件???????2867??2008-01-27?08:55??多線程采集C#源代碼\WebDataGather\說明.htm
?????文件???????5632??2005-12-08?14:51??多線程采集C#源代碼\WebDataGather\bin\Debug\WebDataGather.vshost.exe
?????文件????????532??2008-01-27?09:09??多線程采集C#源代碼\WebDataGather\bin\Debug\WebDataGather.vshost.exe.config
?????文件???????2066??2007-03-07?08:34??多線程采集C#源代碼\WebDataGather\bin\Debug\china-code.net.txt
?????文件??????13457??2007-03-07?08:49??多線程采集C#源代碼\WebDataGather\bin\Debug\說明.html
............此處省略99個文件信息
- 上一篇:QuadTree四叉樹實現代碼 C#
- 下一篇:串口通信 實時解析或發送串口的數據包
評論
共有 條評論