資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
namespace?IntelligentRecord
{????
????class?accumulater
????{
????????private?int?count;//計(jì)數(shù)器
????????private?bool?isWorking;
????????public?int?Count
????????{
????????????get?{?return?count;?}
????????}
????????public?bool?IsWorking//開關(guān)
????????{
????????????get?{?return?isWorking;?}
????????????set?
????????????{
????????????????isWorking?=?value;
????????????????if?(!value)
????????????????{
????????????????????this.count?=?0;
????????????????}
????????????}
????????}
????????///?
????????///?在其工作的地方調(diào)用,通過IsWorking來控制工作狀態(tài)
????????///?
????????public?void?Start()
????????{
????????????if?(!this.isWorking)
????????????{
????????????????return;
????????????}
???????
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????1005056??2014-12-22?10:21??IntelligentRecord\dlls\CSkin.dll
?????文件?????422400??2016-12-01?09:16??IntelligentRecord\dlls\ESBasic.dll
?????文件?????209604??2016-12-01?09:16??IntelligentRecord\dlls\ESBasic.xm
?????文件?????324608??2016-02-29?14:12??IntelligentRecord\dlls\OMCS.Boost.dll
?????文件??????34379??2016-02-29?14:12??IntelligentRecord\dlls\OMCS.Boost.xm
?????文件????2271232??2016-02-29?14:09??IntelligentRecord\dlls\OMCS.dll
?????文件?????783000??2016-02-27?11:05??IntelligentRecord\dlls\OMCS.xm
?????文件????1224192??2016-12-08?08:38??IntelligentRecord\dlls\Oraycn.MCapture.dll
?????文件????1025957??2016-12-06?09:16??IntelligentRecord\dlls\Oraycn.MCapture.xm
?????文件?????124416??2016-12-06?09:20??IntelligentRecord\dlls\Oraycn.MFile.dll
?????文件??????20302??2016-12-06?09:19??IntelligentRecord\dlls\Oraycn.MFile.xm
?????文件????????892??2016-08-01?15:56??IntelligentRecord\IntelligentRecord\accumulater.cs
?????文件????????347??2016-09-13?08:39??IntelligentRecord\IntelligentRecord\App.config
?????文件????2866688??2016-01-08?16:01??IntelligentRecord\IntelligentRecord\bin\Debug\AudioEngineCore.dll
?????文件???13496832??2012-12-06?15:38??IntelligentRecord\IntelligentRecord\bin\Debug\avcodec-53.dll
?????文件?????349696??2012-12-06?15:37??IntelligentRecord\IntelligentRecord\bin\Debug\avdevice-53.dll
?????文件?????890880??2012-12-06?15:37??IntelligentRecord\IntelligentRecord\bin\Debug\avfilter-2.dll
?????文件????2462208??2012-12-06?15:38??IntelligentRecord\IntelligentRecord\bin\Debug\avformat-53.dll
?????文件?????137728??2012-12-06?15:37??IntelligentRecord\IntelligentRecord\bin\Debug\avutil-51.dll
?????文件????1005056??2014-12-22?10:21??IntelligentRecord\IntelligentRecord\bin\Debug\CSkin.dll
?????文件?????121344??2012-04-20?08:43??IntelligentRecord\IntelligentRecord\bin\Debug\dxba
?????文件?????422400??2016-12-01?09:16??IntelligentRecord\IntelligentRecord\bin\Debug\ESBasic.dll
?????文件?????209604??2016-12-01?09:16??IntelligentRecord\IntelligentRecord\bin\Debug\ESBasic.xm
?????文件??????13312??2017-03-13?15:44??IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.exe
?????文件????????347??2016-09-13?08:39??IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.exe.config
?????文件??????40448??2017-03-13?15:44??IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.pdb
?????文件??????11608??2017-03-13?15:40??IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.vshost.exe
?????文件????????347??2016-09-13?08:39??IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.vshost.exe.config
?????文件????????490??2010-03-17?22:39??IntelligentRecord\IntelligentRecord\bin\Debug\IntelligentRecord.vshost.exe.manifest
?????文件?????319488??2017-03-13?15:22??IntelligentRecord\IntelligentRecord\bin\Debug\OMCS.Boost.dll
............此處省略305個(gè)文件信息
- 上一篇:c#文件上傳工具
- 下一篇:NLogger日志組件
評論
共有 條評論