摘要: cmd执行关键代码 卸载软件:msiexec.exe /x {xxxxx-xxxx-xxxx-xxxxx} /quiet /norestart 解释: {xxxxx-xxxx-xxxx-xxxxx} 软件productcode /quiet 安静模式,无用户交互 /norestart 安装完成后不重 阅读全文
posted @ 2018-06-22 09:13 735882640 阅读(3348) 评论(0) 推荐(0) 编辑
摘要: msbuild.exe编译代码实例 cmd执行语句 解释: Form1.Designer.cs IOHelper.cs CmdHelper.cs ComboItemModel.cs ConfigModel.cs BackGoundWorkerArgsModel.cs BackGoundWorkerR 阅读全文
posted @ 2018-06-21 17:58 735882640 阅读(2919) 评论(0) 推荐(0) 编辑
摘要: xml序列号错误((XmlHelper.Deserialize))提示:XML 文档(1, 2)中有错误。{"不应有 <entryOrder xmlns=''>。"} 原因:1.缺少根目录(<root>)2.xml字段转换失败(string->int) 代码: var xmlData = row[" 阅读全文
posted @ 2018-05-10 16:57 735882640 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 顺序:httpModel->httpHandler 区别: httpModel所有都执行 httpHandler根据后缀执行 实例: <httpHandlers> <add verb="*" path="*.zip" type="WQB.Service.HttpHandler.SecurityHan 阅读全文
posted @ 2018-04-12 10:23 735882640 阅读(594) 评论(0) 推荐(0) 编辑
摘要: sqlserver导出数据选择编码格式 方法:1.查询数据右键“将结果另存为”,2.填写导出文件名称3.选择导出保存类型4.保存按钮下拉框,选择“编码保存” 阅读全文
posted @ 2018-04-12 10:02 735882640 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: 安装参考:https://www.cnblogs.com/xcsn/p/4529569.html 代码步骤: 1.批量生成模板BatchTest.cst 2.生成模板样例Model.cst 阅读全文
posted @ 2018-02-01 10:30 735882640 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 参考文档 https://www.zybuluo.com/iamfox/note/239385 环境准备 1.申请阿里云账号,开通消息队列服务,申请accessKey。 2.SDK导入(c++): ManagedONS.dll, ONSClient4CPP.exp(阿里后台下载) 3.添加引用(c# 阅读全文
posted @ 2018-02-01 09:54 735882640 阅读(1409) 评论(0) 推荐(0) 编辑
摘要: Thread 等待异步方法执行完成方案:AutoResetEvent.WaitOne() 阅读全文
posted @ 2018-01-11 09:38 735882640 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 1.处理程序“PageHandlerFactory-Integrated”在其模块列表中有一个错误模块“ManagedPipelineHandler” 。原因:ASP.Net没有成功注册到IIS中,很有可能是先安装.Net Framework,然后安装IIS。为了避免此问题发生,要先安装IIS再安装 阅读全文
posted @ 2017-10-04 20:54 735882640 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 关机:shutdown -s -t 0 注销:shutdown -l 进入D盘:1.输入D:,2.输入cd D:\test 打开iis:start mmc %systemroot%\\system32\\inetsrv\\iis.msc & exit 打开浏览器:start iexplore www 阅读全文
posted @ 2017-10-04 19:25 735882640 阅读(6473) 评论(0) 推荐(1) 编辑