runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 78 下一页

2017年4月25日

摘要: IIS没有完全安装,要勾选“应用程序”,包含ASP.NET等。 处理程序“ExtensionlessUrlHandler-Integrated-4.0”在其模块列表中有一个错误模 32位机器: c:\windows\microsoft.net\framework\v4.0.30319\aspnet_ 阅读全文
posted @ 2017-04-25 10:50 runliuv 阅读(224) 评论(0) 推荐(0)

2017年4月24日

摘要: GLog.WLog("_thdTimer before"); _thdTimer = new System.Threading.Timer(new TimerCallback(TimerProc)); //2秒后开始执行计时器;每3秒执行一次 _thdTimer.Change(2000,3000); 阅读全文
posted @ 2017-04-24 00:24 runliuv 阅读(185) 评论(0) 推荐(0)

2017年4月6日

摘要: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VSBC7\Ports\COM3COM4] “Port1”=”COM3” “Port2”=”COM4”https://www.eltima.com/wiki/user-guides/vspd/ 阅读全文
posted @ 2017-04-06 13:14 runliuv 阅读(6169) 评论(0) 推荐(0)

2017年3月30日

摘要: 一个类库引用了web service A,用另一个EXE做承载时,访问这个web service A时就提示:“在 ServiceModel 客户端配置部分中,找不到引用协定“IpsBarcode.ScanService”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素中 阅读全文
posted @ 2017-03-30 14:01 runliuv 阅读(436) 评论(0) 推荐(0)

2017年3月15日

摘要: 数据库资源不足。 阅读全文
posted @ 2017-03-15 16:38 runliuv 阅读(464) 评论(0) 推荐(0)

2017年3月13日

摘要: 付了1元后,直接进 https://manage.windowsazure.cn 创建虚拟机即可。 阅读全文
posted @ 2017-03-13 09:36 runliuv 阅读(284) 评论(0) 推荐(0)

2017年1月12日

摘要: 网易上有Slowdown 版本。《Jolene》Dolly Parton 阅读全文
posted @ 2017-01-12 13:21 runliuv 阅读(338) 评论(0) 推荐(0)

2017年1月6日

摘要: if (this.InvokeRequired) this.Invoke(new MethodInvoker(() => { this.Close(); })); else this.Close(); 重点: if (this.InvokeRequired) 用来判断是否后台线程来修改UI线程。如果 阅读全文
posted @ 2017-01-06 17:32 runliuv 阅读(258) 评论(0) 推荐(0)

2017年1月1日

摘要: 引用:http://www.linuxidc.com/Linux/2016-05/131097.htm 通过ppa,安装最新版本的Chromium浏览器 sudo add-apt-repository ppa:a-v-shkop/chromium sudo apt-get update sudo a 阅读全文
posted @ 2017-01-01 22:39 runliuv 阅读(193) 评论(0) 推荐(0)

2016年12月31日

摘要: 1.打开设置,打开“Language Support”。 2.如果列表中没有你的语言,点击“Install/Remove Language”,下拉选择你的语言,点击“Apply Changes”。 3.应用成功后,回到语言列表,把你的语言拖到第一(如:汉语(中国)),点击“Apply System- 阅读全文
posted @ 2016-12-31 07:10 runliuv 阅读(630) 评论(0) 推荐(0)

上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 78 下一页