摘要: 另一篇:在 Docker 中手工部署 ASP.NET Core 应用 操作步骤 1. 安装 Docker For Windows(安装之前 Windows 需要 开启 Hyper-V 虚拟机功能 ) https://store.docker.com/editions/community/docker 阅读全文
posted @ 2018-10-30 01:08 jinzesudawei 阅读(354) 评论(0) 推荐(0) 编辑
摘要: 另一篇:在 Visual Studio 中部署 ASP.NET Core 应用 操作步骤 1. 安装 Docker For Windows(安装之前 Windows 需要开启 Hyper-V 虚拟机功能) https://store.docker.com/editions/community/doc 阅读全文
posted @ 2018-10-30 00:45 jinzesudawei 阅读(640) 评论(0) 推荐(0) 编辑
摘要: 查看方式:Visual Studio -> Analyze -> Calculate code metrics feature 代码度量(Code Metrics)是用来测量专业标准的软件特性。在某些方面,它提供了量化的有用反馈给开发者。 查看代码度量值很简单:在项目或解决方案上按右键,选择"Cal 阅读全文
posted @ 2018-09-19 12:07 jinzesudawei 阅读(4120) 评论(0) 推荐(0) 编辑
摘要: 背景 在单元测试中请求 HTTPS API 失败。 异常 Result StackTrace: at System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest request) at System.Web.Se 阅读全文
posted @ 2018-07-18 11:27 jinzesudawei 阅读(4511) 评论(0) 推荐(0) 编辑
摘要: 1. 使用 Nuget 安装 NLog。 2. 在 Sql Server 中创建 NLog 数据表。 3. 创建并配置 nlog.config。 4. 在 Startup 中配置 NLog 5. 测试:手工记 Log + 全局异常捕获。 参考资料 https://blog.csdn.net/u013 阅读全文
posted @ 2018-06-23 23:15 jinzesudawei 阅读(372) 评论(0) 推荐(0) 编辑
摘要: DittoClipboard manager; 剪贴板工具https://ditto-cp.sourceforge.io/ 参考资料 https://www.liutf.com/posts/3720794851.html 阅读全文
posted @ 2018-05-15 13:17 jinzesudawei 阅读(497) 评论(0) 推荐(0) 编辑
摘要: 什么是 SFTP ? 在了解 SFTP 之前,我们先看看什么是 FTP 。 FTP( File Transfer Protocol )文件传输协议,是一种常用来在两终端系统之间传输文件的方法。 SFTP( SSH File Transfer Protocol )安全文件传输协议,是一个独立的 SSH 阅读全文
posted @ 2018-05-13 21:33 jinzesudawei 阅读(2137) 评论(0) 推荐(0) 编辑
摘要: 公共服务领域英文译写规范 第1部分:通则http://www.moe.gov.cn/ewebeditor/uploadfile/2015/01/13/20150113091910679.pdf 第2部分:交通第3部分:旅游第4部分:文化娱乐第5部分:体育第6部分:教育第7部分:医疗卫生第8部分:邮政 阅读全文
posted @ 2018-05-07 00:10 jinzesudawei 阅读(873) 评论(0) 推荐(0) 编辑
摘要: Scaffold-DbContext 命令 参数 范例(注意反斜线是一个) 效果(转载自参考资料) 参考资料 通过现有数据库在 ASP.NET Core 上开始使用 EF Corehttps://docs.microsoft.com/zh-cn/ef/core/get-started/aspnetc 阅读全文
posted @ 2018-04-21 22:39 jinzesudawei 阅读(1099) 评论(0) 推荐(1) 编辑
摘要: 背景 根据HTTP标准,HTTP请求可以使用多种请求方法。 HTTP 1.0 定义了三种请求方法:GET、POST 和 HEAD 方法。HTTP 1.1 新增了五种请求方法:OPTIONS、PUT、DELETE、TRACE 和 CONNECT 方法。 1) GET:请求指定的页面信息,并返回实体主体 阅读全文
posted @ 2018-04-13 09:57 jinzesudawei 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 背景 在做网页数据分析的时候,我们关注的部分是内容,可以过滤掉HTML标签、Javascript、CSS等代码。 目标输入 输出结果 开发工具 Html Agility Packhttp://html-agility-pack.net/ 实现方案1:(过滤规则严谨,保留HTML版式,推荐使用!) 实 阅读全文
posted @ 2018-04-04 00:48 jinzesudawei 阅读(1687) 评论(0) 推荐(0) 编辑
摘要: 推荐更新: Windows平台为 ElasticSearch 6.x 安装 Head 客户端插件 elasticsearch-head A web front end for an Elasticsearch cluster. http://mobz.github.io/elasticsearch- 阅读全文
posted @ 2018-03-28 00:37 jinzesudawei 阅读(10937) 评论(0) 推荐(0) 编辑
摘要: 背景 Asp.Net Core 项目升级至 2.x 版本后,Cookie 验证方式需要进行更新。 升级前:.Net Core 1.x Startup.cs Login Logout 升级后:.Net Core 2.x Startup.cs Login Logout 参考资料(了解更多细节) http 阅读全文
posted @ 2018-03-26 11:46 jinzesudawei 阅读(409) 评论(0) 推荐(0) 编辑
摘要: 背景 使用 PuTTY 克隆 Asp.Net Core 项目失败。 错误 解决 在WIn10系统中,Git 的配置文件位于 C:\Users\<登录用户名>\.gitconfig 。 使用文本编辑工具打开并加入: 参考资料 https://blog.csdn.net/DJY1992/article/ 阅读全文
posted @ 2018-03-26 11:05 jinzesudawei 阅读(6443) 评论(0) 推荐(0) 编辑
摘要: 背景 使用 SourceTree 克隆 Asp.Net Core 项目失败。 错误 warning: templates not found C:\Program Files\Git\share\git-core\templates. 原因 SourceTree 寻找 template 文件的路径不 阅读全文
posted @ 2018-03-25 22:25 jinzesudawei 阅读(5382) 评论(0) 推荐(0) 编辑