07 2020 档案

摘要:https://github.com/protocolbuffers/protobuf#:~:text=Protocol%20Buffers%20-%20Google%27s%20data%20interchange%20format%201,written%20in%20C%2B%2B.%20.. 阅读全文
posted @ 2020-07-30 18:57 PanPan003 阅读(157) 评论(0) 推荐(0) 编辑
摘要:原文: https://docs.microsoft.com/en-us/aspnet/core/grpc/?view=aspnetcore-3.1 Introduction to gRPC on .NET Core gRPC is a language agnostic, high-perform 阅读全文
posted @ 2020-07-30 18:54 PanPan003 阅读(241) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/volcao/p/11444679.html 一、HDFS 的设计思路 1)思路 切分数据,并进行多副本存储; 2)如果文件只以多副本进行存储,而不进行切分,会有什么问题 缺点 不管文件多大,都存储在一个节点上,在进行数据处理的时候很难进行并行处 阅读全文
posted @ 2020-07-30 18:08 PanPan003 阅读(367) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/volcao/p/11443787.html 一、简介 定义:开源的,做分布式存储与分布式计算的平台; 功能:搭建大型数据仓库,对PB级数据进行存储、处理、分析、统计等业务;(如日志分析、数据挖掘) Hadoop工作模块 Common:提供框架和 阅读全文
posted @ 2020-07-30 18:06 PanPan003 阅读(998) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cnblogs.com/volcao/p/11446657.html 一、HDFS 写数据流程 写的过程: CLIENT(客户端):用来发起读写请求,并拆分文件成多个 Block; NAMENODE:全局的协调和把控所有的请求,提供 Block 存放在 DataNode 阅读全文
posted @ 2020-07-30 18:01 PanPan003 阅读(1002) 评论(1) 推荐(0) 编辑
摘要:原文: https://www.jianshu.com/p/73f9670f71cf 部署环境使用4台机器,OS使用CentOS7,部署图如下: Paste_Image.png 环境准备 1、节点间互信 # ssh-keygen -t rsa # cat .ssh/id_rsa.pub >> .ss 阅读全文
posted @ 2020-07-30 16:34 PanPan003 阅读(992) 评论(0) 推荐(0) 编辑
摘要:原文:https://stackoverflow.com/questions/1216380/what-is-a-stream A stream represents a sequence of objects (usually bytes, but not necessarily so), whi 阅读全文
posted @ 2020-07-30 16:12 PanPan003 阅读(227) 评论(0) 推荐(0) 编辑
摘要:kubectl exec -n **** platform-adsproxyapi-deployment-***** cat /var/log/AdsPlatformProxyApi.log >>d:/proxy.log 阅读全文
posted @ 2020-07-27 18:40 PanPan003 阅读(1124) 评论(0) 推荐(0) 编辑
摘要:原文:https://www.cloudera.com/tutorials/manage-files-on-hdfs-via-cli-ambari-files-view/2.html Introduction In the previous tutorial, we learned to manag 阅读全文
posted @ 2020-07-27 11:00 PanPan003 阅读(609) 评论(0) 推荐(0) 编辑
摘要: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 阅读(909) 评论(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 阅读(587) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://www.anquanke.com/post/id/193149 0x00 前言 这个系列文章主要讲ntlm认证相关的内容。以及着重介绍ntlm两大安全问题–PTH和ntlm_relay。 ntlm篇分为四篇文章 第1篇文章也是本文,这篇文章主要简单介绍一些基础概念以及引进一 阅读全文
posted @ 2020-07-09 19:27 PanPan003 阅读(1787) 评论(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 阅读(372) 评论(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 阅读(188) 评论(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 阅读(126) 评论(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 阅读(211) 评论(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 阅读(436) 评论(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 阅读(193) 评论(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 阅读(152) 评论(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 阅读(352) 评论(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 阅读(118) 评论(0) 推荐(0) 编辑
摘要:Git忽略规则和.gitignore规则不生效的解决办法 Git忽略规则: 在git中如果想忽略掉某个文件,不让这个文件提交到版本库中,可以使用修改根目录中 .gitignore 文件的方法(如果没有这个文件,则需自己手工建立此文件)。这个文件每一行保存了一个匹配的规则例如: # 此为注释 – 将被 阅读全文
posted @ 2020-07-03 18:42 PanPan003 阅读(214) 评论(0) 推荐(0) 编辑
摘要:Git 中 .gitignore 的配置语法 阅读全文
posted @ 2020-07-03 13:56 PanPan003 阅读(232) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示