摘要: 错误如下: 解决方法, AzureStorageEmulator.exe.config (配置文件)找到如下配置 <services> <service name="Blob" url="http://127.0.0.1:10000/"/> <service name="Queue" url="ht 阅读全文
posted @ 2021-07-19 21:26 Mac_Lee 阅读(401) 评论(0) 推荐(0) 编辑
摘要: The IoC principle suggests to invert the control, meaning that instead of driving the car yourself, you hire a cab, where another person will drive th 阅读全文
posted @ 2021-03-09 08:54 Mac_Lee 阅读(57) 评论(0) 推荐(0) 编辑
摘要: NETSH WLAN set hostednetwork mode=allow ssid=yourssid key=yourpwdNETSH WLAN start hostednetwork 阅读全文
posted @ 2018-03-11 20:15 Mac_Lee 阅读(289) 评论(0) 推荐(0) 编辑
摘要: CPU 100%: 有时可能是硬盘性能不足,或者内存容量不够,让CPU一直忙于I/O. 导致性能问题的一些因素: 用户习惯:在运行尖峰时刻做一些不必做但消耗资源的事情,如之行数据库完整备份,如在服务器上运行消耗资源的屏保。 需要有基线,而不是我觉得。。。。,需要数据及量化。 性能调优前要分析出性能的 阅读全文
posted @ 2017-08-16 18:15 Mac_Lee 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 今天解决了一个问题,程序安装目录下的某个文件不能被卸载,干净环境下不能重现,某些计算机可以重现。 解决: 这个问题里有两个文件不能被卸载 1.由程序生成的文件,如日志,即不是通过安装包安装的文件在卸载的时候是不会被卸载,从而所在的文件夹目录也不会被删除。、 2.由安装包安装的文件,经排查,也没有被任 阅读全文
posted @ 2017-08-16 15:32 Mac_Lee 阅读(155) 评论(0) 推荐(0) 编辑
摘要: msiexec.exe /p "C:\Documents and Settings\qa\Desktop\8.3 Patch.msp" /l*v c:\log85gold.log if you already have exe then try below one : "8.3 SP2.exe" / 阅读全文
posted @ 2017-08-10 15:49 Mac_Lee 阅读(651) 评论(2) 推荐(0) 编辑
摘要: https://zh.wikipedia.org/wiki/Dependency_Walker For situations where the system says it can’t find some dll “or one of its dependencies”, I recommend 阅读全文
posted @ 2017-07-24 12:53 Mac_Lee 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 我找到一个工具,可以很容易把SQLServer里的数据导入到SQLCE: 3.打开对应脚本,找到INSERT语句即可 4.在LINQPAD里之行结果 阅读全文
posted @ 2017-05-12 10:26 Mac_Lee 阅读(319) 评论(0) 推荐(0) 编辑
摘要: Quick summary: 阅读全文
posted @ 2017-04-27 11:24 Mac_Lee 阅读(472) 评论(0) 推荐(0) 编辑
摘要: System.FileName:~=“(” 这样就行。 括号上加个引号 ~= 是包含的意思, ~< 是以什么为开头, = 是以什么为名, ~! 是不包含 来自: http://www.lao8.org/article_1493/sousuo_teshufuhao 同样也适用于windows 10 阅读全文
posted @ 2017-04-17 11:27 Mac_Lee 阅读(3971) 评论(0) 推荐(0) 编辑