`
小路20191120
  • 浏览: 815 次
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
System.Timers.Timer timer = new System.Timers.Timer { // Interval = 2 * 60 * 1000, Interval = 1000, SynchronizingObject = this }; AutoUpdater.DownloadPath = Environment.CurrentDirectory; AutoUpdater.UpdateFormSize = new System.Drawing.Size(800, 600); AutoUpdater.ShowUpdateForm(); timer.Elapsed += del ...
Incorrect query syntax [         select         t.id,t.busFlowID,t.entName,t.leRep,t.type,t.entTypePro,t.entType,t.dom,t.tel,t.accDate,t.state,t.busID     from         com.topsoft.domain.icis.reg.entxml.entity.EntActInfoXML t     where         t.state in ('01','02','04','12','91','03')         and ( ...
Global site tag (gtag.js) - Google Analytics