<meter id="pryje"><nav id="pryje"><delect id="pryje"></delect></nav></meter>
          <label id="pryje"></label>

          新聞中心

          EEPW首頁 > 消費(fèi)電子 > 設(shè)計應(yīng)用 > Timer定時器的設(shè)計方法

          Timer定時器的設(shè)計方法

          作者: 時間:2018-09-04 來源:網(wǎng)絡(luò) 收藏

          本文引用地址:http://www.ex-cimer.com/article/201809/388353.htm

            if (ExcuteUpdate())

            {

            autoEvent.Set();

            }

            }

            /**////

            /// 更新

            ///

            ///

            private bool ExcuteUpdate()

            {

            try

            {

            //應(yīng)該從數(shù)據(jù)庫獲得Paper對象的集合,這里簡略

            //ListpaperList = getPaperList();

            ListpaperList = new List();

            foreach (Paper item in paperList)

            {

            if (item.EndTime = DateTime.Now)

            {

            if (item.Status == Paper.StatusOfNormal)

            {

            item.Status = Paper.StatusOfTerminate;

            }

            }

            }

            /**/////執(zhí)行數(shù)據(jù)更新,這里省略

            return true;

            }

            catch

            {

            return false;

            }

            }

            }

            這是問卷的實(shí)體類,只是簡單的列出必要的屬性。

            Paper實(shí)體類

            /**////

            /// 實(shí)體類

            ///

            public class Paper

            {

            /**////

            /// 終止時間

            ///

            public DateTime EndTime;

            /**////

            /// 狀態(tài)

            ///

            public int Status;

            /**////

            /// 正常

            ///

            public const int StatusOfNormal = 1;

            /**////

            /// 終止

            ///

            public const int StatusOfTerminate = 2;

            /**////

            ///

            ///

            ///

            ///

            public Paper(int status, DateTime endTime)

            {

            Status = status;

            EndTime = endTime;

            }

            }


          上一頁 1 2 3 下一頁

          關(guān)鍵詞:

          評論


          相關(guān)推薦

          技術(shù)專區(qū)

          關(guān)閉
          看屁屁www成人影院,亚洲人妻成人图片,亚洲精品成人午夜在线,日韩在线 欧美成人 (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })();