包含微服务、架构设计等电子书,非常适合从初中级程序员到高级程序员和架构师学习。现在一共搜集了 8 本。 网盘下载地址: 链接:https://pan.baidu.com/s/1w29q0UX-mO6XkBnyehQ63Q 提取码:ynz2 微信小程序二维码: [......] 继续阅读
Artificial intelligence encompasses a wide range of foundational content, which includes knowledge in data structures, mathematics, artificial intelligence principles, computer fundamentals, databases, and more. Therefore, it requires the study of many discipl…
Big data resources include experiences from major companies, introductory books on big data, and professional technical books on big data, which are suitable for understanding and learning technical knowledge related to big data and data mining. Currently, the…
Programming language study resources are mostly in the form of e-books, which include architectural design, microservices, C#, Java, GO, Python, HTML5, SQL, and other programming e-books, roadmaps, question banks, and interview questions. Below is an overview …
This directory contains learning resources related to cloud computing, but the author has not collected much material. If readers have good learning resources, they can share them with the author. Large Corporation Cloud Computing Architecture Documents File r…
目录 Cross-Platform UI Applications Blazor Desktop Applications System.CommandLine Other Updates ASP.NET Core Recently, .NET 6 Preview 1 has been released, and the unification of .NET is at the core of this version. You may read the original blog post: https://d…
目录 跨平台 UI 应用 Blazor 桌面应用 System.CommandLine 其它更新 ASP.NET Core 最近 .NET 6 Preview 1 发布了,.NET 统一是此版本的核心。大家可以读一下原文博客: https://devblogs.microsoft.com/dotnet/announcing-net-6-preview-1/ .NET 6.0 SDK 和 Runtime 下载地址: https://dotnet.microsoft.com/download/dotnet/6.0 下面…
Distributed tracking What is distributed tracing Distributed Systems Distributed tracking What is the use of distributed tracing? Dapper Implementation of Distributed Tracking System Trace tree and span Jaeger and OpenTracing OpenTracing Jaeger structure OpenT…
Distributed tracking What is distributed tracing Distributed Systems Distributed tracking What is the use of distributed tracing? Dapper Implementation of Distributed Tracking System Trace tree and span Jaeger 和 OpenTracing OpenTracing Jaeger 结构 OpenTracing 数据…
Distributed Tracing What is Distributed Tracing Distributed Systems Distributed Tracing What is the Use of Distributed Tracing Dapper Implementation of Distributed Tracing Systems Trace Tree and Span Jaeger and OpenTracing OpenTracing Jaeger Structure OpenTrac…
分布式追踪 什么是分布式追踪 分布式系统 分布式追踪 分布式追踪有什么用呢 Dapper 分布式追踪系统的实现 跟踪树和 span Jaeger 和 OpenTracing OpenTracing Jaeger 结构 OpenTracing 数据模型 Span 格式 Trace Span OpenTracing API 本系列共有三篇: .NET Core 中的日志与分布式链路追踪 分布式链路追踪框架的基本实现原理(当前) 开源一个简单的兼容 Jaeger 的框架 柠檬(Lemon丶)大佬在一月份开业了柠檬研究院,…
Managed Code Automatic Memory Management Garbage Collection GC Memory Physical Memory Virtual Memory .NET Memory Composition Memory in CLR CLR Virtual Memory States Memory Allocation Memory Release Conditions for Garbage Collection Managed Heap Native Heap Man…
- [托管代码](#托管代码) - [自动内存管理](#自动内存管理) 垃圾回收 GC 内存 物理内存 虚拟内存 .NET 内存组成 CLR 中的内存 CLR 虚拟内存状态 内存分配 内存释放 垃圾回收的条件 托管堆 本机堆(Native Heap) 托管堆(Managed Heap) 托管堆代数 参考资料: 【1】https://docs.microsoft.com/zh-cn/dotnet/standard/managed-code 【2】:https://docs.microsoft.com/zh-cn/do…
<!-- TOC --> - [Log and distributed link tracking in .NET Core](#log-and-distributed-link-tracking-in-net-core) - [Logs in .NET Core](#logs-in-net-core) - [Console output](#console-output) - [Non-intrusive logging](#non-intrusive-logging) - [`Microsoft.E…
Log and distributed link tracking in .NET Core Logs in .NET Core Console output Non-intrusive logging Microsoft.Extensions.Logging ILoggerFactory ILoggerProvider ILogger Logging Providers how to use Log Level Trace, Debug Link tracking OpenTracing Log and dist…
.NET Core Logging and Distributed Tracing .NET Core Logging Console Output Non-intrusive Logging Microsoft.Extensions.Logging ILoggerFactory ILoggerProvider ILogger Logging Providers Usage Log Levels Trace and Debug Tracing OpenTracing Context and Tracing Func…