上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: 背景 VS 2017 智能感知无法使用,重置 "导入和导出设置..." 后仍无法使用。 解决 我在 VS 上安装了 Resharper 的,猜测可能跟其配置有关,重置 IntelliSense 为 Visual Studio 后,VS 智能感知正常启用。 阅读全文
posted @ 2017-08-17 23:49 jinzesudawei 阅读(1008) 评论(0) 推荐(0)
摘要: 背景 VS 2017 升级至 VS 2017 v15.3 后,.Net Core 1.1 应用编译报错: Error: 包含了重复的“Content”项。.NET SDK 默认情况下包括你项目中的“Content”项。可以从项目文件中删除这些项,或者如果希望将其显示包含在项目文件中,则可以将“Ena 阅读全文
posted @ 2017-08-17 01:10 jinzesudawei 阅读(765) 评论(0) 推荐(0)
摘要: 背景 目标是通过 iTextSharp 读取 PDF 模板,填充内容后以生成新 PDF 文件。利用 福昕PDF编辑器个人版 可以获取到 RadioButtonList 的组名,但是获取不到每一个 RadioButton 的 Value,因而无法进一步对单选框控件赋值。 解决 使用 Adobe Liv 阅读全文
posted @ 2017-08-16 15:42 jinzesudawei 阅读(308) 评论(0) 推荐(0)
摘要: 在 VMware 15 中安装 MacOS Mojave 安装文件 下载:Unlocker v3.0 for VMware 15地址:https://github.com/DrDonk/unlocker 下载:VMware Workstation Pro v15 for Windows地址:http 阅读全文
posted @ 2017-08-12 16:10 jinzesudawei 阅读(5124) 评论(0) 推荐(0)
摘要: 1. 安装 QT 版 Shadowsocks sudo add-apt-repository ppa:hzwhuang/ss-qt5sudo apt-get updatesudo apt-get install shadowsocks-qt5 2. 配置 SS 客户端 导入 SS 的 xxx.jso 阅读全文
posted @ 2017-08-09 22:30 jinzesudawei 阅读(5) 评论(0) 推荐(0)
摘要: 背景 VS + Fiddler 调试 WebAPI,监控请求包含大量 VSHub Request。http://localhost:49161/vshub/bb195f2e0d5c4765b9411f7bf479d012/DataWarehouseModule/dataWarehouse/getRe 阅读全文
posted @ 2017-08-07 14:52 jinzesudawei 阅读(1339) 评论(0) 推荐(0)
摘要: 背景 Visual Studio 2015 在 Debug 模式下调试失败。 错误 解决 删除解决方案下 .vs/config 文件夹,重新运行解决方案可进行调试。 参考资料 https://stackoverflow.com/a/39740867 阅读全文
posted @ 2017-08-01 18:55 jinzesudawei 阅读(844) 评论(0) 推荐(1)
摘要: 背景 请求部署在 IIS7.5 上的 REST 服务的 Put/POST/DELETE 操作发生 HTTP Error 405.0 - Method Not Allowed 错误。 Issue 解决 方法一:从HttpModule中移除 IIS拒绝PUT和DELETE请求是由于IIS为网站默认注册的 阅读全文
posted @ 2017-07-21 00:14 jinzesudawei 阅读(8675) 评论(0) 推荐(0)
摘要: 分页控件(定义分页参数) ~/ViewComponents/PaginationViewComponent.cs ~/Views/Shared/Components/Pagination/Default.cshtml 列表页面(更新分页参数) ~/Controllers/ArticleControl 阅读全文
posted @ 2017-07-16 10:46 jinzesudawei 阅读(2153) 评论(0) 推荐(0)
摘要: 场景 WinForm 应用,使用了 DevExpress.XtraEditors.TextEdit 控件的 KeyPress 和 Leave 事件。期望在 TextEdit 上按下回车键或者当 TextEdit 失去焦点时进行相关验证并弹窗提示。 问题 弹窗显示并关闭后,TextEdit 默认是 F 阅读全文
posted @ 2017-07-14 00:42 jinzesudawei 阅读(3630) 评论(0) 推荐(0)
摘要: 环境 项目中使用了 System.Web.WebPages.Razor, Version=3.0.0.0,Nuget 还原缺失包后自动更新至 Version=3.2.5.0,编译成功,运行失败。 错误 “/”应用程序中的服务器错误。未能加载文件或程序集“System.Web.WebPages.Raz 阅读全文
posted @ 2017-07-05 00:23 jinzesudawei 阅读(893) 评论(0) 推荐(1)
摘要: 背景 在 WinForm 解决方案中,更新 DataSet 应用程序集对象失败,Visual Studio 自动重启。 试一试 1. 更新 .xsd 时打开对应的 .Designer.cs。2. 如果更新 TableB 失败,但是更新 TableA 没问题,试着同时更新AB两张表,TableB 可能 阅读全文
posted @ 2017-07-04 23:50 jinzesudawei 阅读(245) 评论(0) 推荐(0)
摘要: 背景 使用 Syncfusion / RichTextEditor 对录入后的信息进行展示:1. 希望内容高度自适应。2. 希望禁用原文中的超链接。 实现 录入页面 浏览页面 参考资料 https://help.syncfusion.com/aspnet-core/richtexteditor/wo 阅读全文
posted @ 2017-07-03 01:12 jinzesudawei 阅读(420) 评论(0) 推荐(0)
摘要: 设置方法 在 GridView 中设置 OptionSelection 属性如下: 效果 参考资料 https://stackoverflow.com/a/9078848http://blog.csdn.net/nanchuan/article/category/1163101 阅读全文
posted @ 2017-06-29 15:53 jinzesudawei 阅读(1454) 评论(0) 推荐(0)
摘要: Issue Windows 10 管理员模式下,点击 ClickOnce 安装程序无反应。 解决 1. 按 WIN+R 键打开“运行”窗口,输入 “gpedit.msc" 打开组策略。2. 在 “计算机配置”-“Windows设置”-“安全设置”-“本地策略”-“安全选项” 中禁用掉 “用户帐户控制 阅读全文
posted @ 2017-06-29 11:58 jinzesudawei 阅读(1938) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 下一页