摘要:
1 [TestMethod] 2 public void UnitTest() 3 { 4 var subString = "2017/10/1 0:00:00-2017/10/31 0:00:00"; 5 Regex regexObj = new Regex("(?\\d{2,4})... 阅读全文
摘要:
$(function () { //限制键盘只能按数字键、小键盘数字键、退格键 $("#dmamout").keydown(function (e) { var code = parseInt(e.keyCode); if (code >= 96 && code <= 105 || code >= 阅读全文
摘要:
首先打开cmd。 进入这个地址 C:\Windows\Microsoft.NET\Framework\v4.0.30319 执行操作 InstallUtil.exe E:\QueueWinService\bin\Debug\QueueWinService.exe 完成安装 执行操作 InstallU 阅读全文