上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页
摘要: Configure Windows Authentication in ASP.NET Core Windows Authentication (also known as Negotiate, Kerberos, or NTLM authentication) can be configured 阅读全文
posted @ 2020-07-21 18:08 PanPan003 阅读(877) 评论(0) 推荐(0) 编辑
摘要: Model validation in ASP.NET Core MVC and Razor Pages ModelStateInvalidFilter Class webapi:Create web APIs with ASP.NET Core Automatic HTTP 400 respons 阅读全文
posted @ 2020-07-13 19:49 PanPan003 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://www.anquanke.com/post/id/193149 0x00 前言 这个系列文章主要讲ntlm认证相关的内容。以及着重介绍ntlm两大安全问题–PTH和ntlm_relay。 ntlm篇分为四篇文章 第1篇文章也是本文,这篇文章主要简单介绍一些基础概念以及引进一 阅读全文
posted @ 2020-07-09 19:27 PanPan003 阅读(1756) 评论(0) 推荐(0) 编辑
摘要: PS D:\*****\Source> .\packages\xunit.runner.console.2.4.1\tools\net472\xunit.console.exe .\*****.Test\bin\Debug\****.Test.dll >>test.log 阅读全文
posted @ 2020-07-08 10:04 PanPan003 阅读(364) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/visualstudio/test/configure-unit-tests-by-using-a-dot-runsettings-file?view=vs-2019 https://docs.microsoft.com/en-us/ 阅读全文
posted @ 2020-07-07 20:15 PanPan003 阅读(186) 评论(0) 推荐(0) 编辑
摘要: The testrunner tries to discover the unit tests in xunit.runner.visualstudio.testadapter.dll. Why? Because it matches the default test sources spec of 阅读全文
posted @ 2020-07-07 20:14 PanPan003 阅读(124) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dotnet/wcf/blob/master/Documentation/.NET%20Fx%20to%20.NET%20Core%20Porting%20Playbook.md Wcf Core Playbook - Work In Progress Purp 阅读全文
posted @ 2020-07-07 16:40 PanPan003 阅读(203) 评论(0) 推荐(0) 编辑
摘要: https://github.com/dotnet/wcf/issues/3311 I'm running into an issue when calling an external WCF behind a corporate proxy. In full .Net framework the 阅读全文
posted @ 2020-07-07 15:47 PanPan003 阅读(429) 评论(0) 推荐(0) 编辑
摘要: https://www.seeleycoder.com/blog/using-wcf-with-dotnetcore/ POSTED ON: February 16, 2019WRITTEN BY: Jon SeeleyCATEGORIZED IN: .NET Core, ASP.NET, WCFT 阅读全文
posted @ 2020-07-07 14:29 PanPan003 阅读(190) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/53784440/wcf-on-net-core-missing-client-negotiate-scheme-in-authorization-scheme Well its too bad if another proje 阅读全文
posted @ 2020-07-07 14:22 PanPan003 阅读(151) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/4629800/how-to-use-fiddler-to-monitor-wcf-service You need to add this in your web.config <system.net> <defaultPro 阅读全文
posted @ 2020-07-07 14:18 PanPan003 阅读(345) 评论(0) 推荐(0) 编辑
摘要: https://jasonrowe.com/2012/09/14/testing-wcf-soap-messages-using-fiddler/ Testing WCF Soap Messages Using Fiddler Posted byJason September 14, 2012 7 阅读全文
posted @ 2020-07-07 13:51 PanPan003 阅读(115) 评论(0) 推荐(0) 编辑
摘要: Git忽略规则和.gitignore规则不生效的解决办法 Git忽略规则: 在git中如果想忽略掉某个文件,不让这个文件提交到版本库中,可以使用修改根目录中 .gitignore 文件的方法(如果没有这个文件,则需自己手工建立此文件)。这个文件每一行保存了一个匹配的规则例如: # 此为注释 – 将被 阅读全文
posted @ 2020-07-03 18:42 PanPan003 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Git 中 .gitignore 的配置语法 阅读全文
posted @ 2020-07-03 13:56 PanPan003 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 原文:https://thecodebuzz.com/consuming-wcf-web-services-in-net-core-best-practices/ Consuming WCF Services in .NET Core – Best Practices Today in this a 阅读全文
posted @ 2020-06-17 19:14 PanPan003 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: vs附带小工具:xsd https://docs.microsoft.com/en-us/dotnet/standard/serialization/xml-schema-definition-tool-xsd-exe https://stackoverflow.com/questions/4203 阅读全文
posted @ 2020-06-16 18:32 PanPan003 阅读(779) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-12 15:47 PanPan003 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 原文: https://docs.oracle.com/cd/E37670_01/E75728/html/section_c5q_n2z_fp.html 4.3 Creating a Docker Image from an Existing Container If you modify the 阅读全文
posted @ 2020-06-11 19:20 PanPan003 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.cyberciti.biz/faq/how-to-install-xfs-and-create-xfs-file-system-on-debianubuntu-linux/ recently switched to a Ubuntu/Debian Linux serve 阅读全文
posted @ 2020-06-11 15:08 PanPan003 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.storagetutorials.com/install-create-xfs-filesystem-ubuntu/ 1. Verify if the “xfsprogs package” is installed or not on your server. Also 阅读全文
posted @ 2020-06-11 10:45 PanPan003 阅读(541) 评论(0) 推荐(0) 编辑
摘要: https://stackoverflow.com/questions/18797608/update-multiple-rows-in-same-query-using-postgresql 问题描述: SQL update fields of one table from fields of a 阅读全文
posted @ 2020-06-05 17:08 PanPan003 阅读(299) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-05 16:35 PanPan003 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1. 双击【已发送】邮件 2. 选择如图=》撤回该邮件 3. 撤回成功与否,会邮件给出提示:据此决定下一步操作(done) 阅读全文
posted @ 2020-06-03 10:51 PanPan003 阅读(1449) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-28 16:14 PanPan003 阅读(5) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-27 14:42 PanPan003 阅读(1) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-05-21 19:15 PanPan003 阅读(8) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices Why unit test? Characteristics of a good unit test Let's speak the sa 阅读全文
posted @ 2020-05-21 12:06 PanPan003 阅读(167) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test This tutorial shows how to build a solution containing a unit test 阅读全文
posted @ 2020-05-21 12:00 PanPan003 阅读(356) 评论(0) 推荐(0) 编辑
摘要: https://www.clariontech.com/blog/why-should-you-use-xunit-a-unit-testing-framework-for-.net Why Should You Use xUnit? A Unit Testing Framework For .Ne 阅读全文
posted @ 2020-05-21 11:23 PanPan003 阅读(193) 评论(0) 推荐(0) 编辑
摘要: Let's unit test a C# extension method using XUnit's [Theory] and [InlineData] attributes, so we can write lots of tests in little time! In this final 阅读全文
posted @ 2020-05-21 10:57 PanPan003 阅读(462) 评论(0) 推荐(0) 编辑
摘要: https://hamidmosalla.com/2017/02/25/xunit-theory-working-with-inlinedata-memberdata-classdata/ xUnit Theory: Working With InlineData, MemberData, Clas 阅读全文
posted @ 2020-05-21 10:39 PanPan003 阅读(462) 评论(0) 推荐(0) 编辑
摘要: While designing Simple Injector we defined a set of rules that formed the foundation for development. These rules still keep us focused today and cont 阅读全文
posted @ 2020-05-20 15:39 PanPan003 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 依赖注入问题 The container is locked after the first call to resolve When an application makes its first call to GetInstance, GetAllIntances or Verify, the 阅读全文
posted @ 2020-05-20 15:20 PanPan003 阅读(183) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="utf-8" ?> <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2020-05-19 14:40 PanPan003 阅读(607) 评论(1) 推荐(0) 编辑
摘要: https://www.cnblogs.com/guolianyu/p/9580626.html?spm=a2c6h.12873639.0.0.5b8968cduViP7W 0、目录 整体架构目录:ASP.NET Core分布式项目实战-目录 一、介绍 此篇文章将会介绍项目的全局异常收集以及采用lo 阅读全文
posted @ 2020-05-19 14:38 PanPan003 阅读(646) 评论(1) 推荐(0) 编辑
摘要: https://developer.aliyun.com/article/686284 简介: 0、整体架构 整体架构目录:ASP.NET Core分布式项目实战-目录 一、介绍ELK 1、说明(此篇ELK采用rpm的方式安装在服务器上)-牛刀小试 承接上一篇文章的内容准备部署ELK来展示asp.n 阅读全文
posted @ 2020-05-19 14:35 PanPan003 阅读(644) 评论(0) 推荐(1) 编辑
摘要: 原文链接: https://www.cnblogs.com/lwc1st/p/10009935.html 1、新建一个 ASP.NET Core项目 2、安装Nuge包 运行:Install-Package NLog.Web.AspNetCore 运行:Install-Package NLog 运行 阅读全文
posted @ 2020-05-19 14:28 PanPan003 阅读(591) 评论(0) 推荐(0) 编辑
摘要: https://www.tutorialsteacher.com/core/fundamentals-of-logging-in-dotnet-core .NET Core SDK is a light weight SDK which includes a bare minimum set of 阅读全文
posted @ 2020-05-19 12:20 PanPan003 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 原文:https://www.entityframeworktutorial.net/efcore/logging-in-entityframework-core.aspx We often need to log the SQL and change tracking information fo 阅读全文
posted @ 2020-05-19 12:19 PanPan003 阅读(866) 评论(0) 推荐(0) 编辑
摘要: Optimally Configuring Entity Framework Core Lets talk about configuring your Entity Framework Core DbContext for a moment. There are several options y 阅读全文
posted @ 2020-05-19 12:02 PanPan003 阅读(236) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 35 下一页