03 2020 档案
程序全屏开机运行,不允许操作电脑桌面,适用工控机触摸屏
摘要:Dim nTime As Long Call frmWelcome.WelcomeStype Call frmWelcome.Show nTime = timeGetTime Do While (timeGetTime - nTime) / 1000 < 2 frmWelcome.lbProcess 阅读全文
posted @ 2020-03-20 15:26 Gu 阅读(450) 评论(0) 推荐(0)
JQuery DataTable 笔记
摘要:后端 public ActionResult ListByPage1(int start = 0, int length = 10) { string value = Request.Query["search[value]"]; string sortColumnIndex = Request.Q 阅读全文
posted @ 2020-03-04 01:54 Gu 阅读(254) 评论(0) 推荐(0)