在 Go 语言中,当我们需要引入一个包时,可以使用 import: import ( "io" ) 对于标准库,如 bufio、time、net 等,只需要一个名字即可引入,就像 C 语言的 #include 。 如果我们要引入自己编写的包或第三方源码,则会有些细节需要留[......] 继续阅读
在 Go 语言中,当我们需要引入一个包时,可以使用 import: import ( "io" ) 对于标准库,如 bufio、time、net 等,只需要一个名字即可引入,就像 C 语言的 #include 。 如果我们要引入自己编写的包或第三方源码,则会有些细节需要留[......] 继续阅读
Windows and Linux both have hidden partitions such as EFI, boot, etc. The situation in Linux is much more complex, for example, with Docker mapped par[......] 继续阅读
Windows 和 Linux 都会有一些隐藏的分区,例如 EFI、boot 等。在 Linux 中情况又复杂对得多,例如 Docker 映射的分区/卷等,ram 交换页文件等。 Linux 中 DriveType 嗨哟 Fixed、Ram、CD 等类型,如果要对其进行筛选,编写获取方法是一件较为麻[......] 继续阅读
Learning Requirements Concepts and Terminology The basic concepts of data structures: data, data elements, data structures, logical structure of data,[......] 继续阅读
学习要求 概念和术语 数据结构的基本概念:数据、数据元素、数据结构、数据的逻辑结构、物理结构、算法等。 基本概念和术语 【1】 数据 (Data) 是信息的载体,能够被计算机识别、存储和加工处理。 数据元素(Data Element) 是数据的基本单位,有时数据元素也称为元素、节点、顶点、记录。 数[......] 继续阅读
呀呀呀,这些资源作者搜集了很久的!请看图! Compiler Theory, Dragon Book? Here it is! Operating Systems? More importantly, it’s all e-books here! Not videos! Not those[......] 继续阅读
呀呀呀,这些资源作者搜集了很久的!请看图! 编译原理,龙书?有! 操作系统? 更重要的是,这里全是电子书!不是视频!不是那种拍照的 pdf 版本! 网盘下载地址: 链接:https://pan.baidu.com/s/1CCBWsN93CyYfLImCoT8Euw 提取码:a21l 微信小[......] 继续阅读
Contains e-books on microservices, architecture design, etc., which are very suitable for learning from intermediate to advanced programmers and archi[......] 继续阅读
Artificial intelligence encompasses a wide range of foundational content, which includes knowledge in data structures, mathematics, artificial intelli[......] 继续阅读
Big data resources include experiences from major companies, introductory books on big data, and professional technical books on big data, which are s[......] 继续阅读
Programming language study resources are mostly in the form of e-books, which include architectural design, microservices, C#, Java, GO, Python, HTML5[......] 继续阅读
This directory contains learning resources related to cloud computing, but the author has not collected much material. If readers have good learning r[......] 继续阅读
目录 Cross-Platform UI Applications Blazor Desktop Applications System.CommandLine Other Updates ASP.NET Core Recently, .NET 6 Preview 1 has been rele[......] 继续阅读
目录 跨平台 UI 应用 Blazor 桌面应用 System.CommandLine 其它更新 ASP.NET Core 最近 .NET 6 Preview 1 发布了,.NET 统一是此版本的核心。大家可以读一下原文博客: https://devblogs.microsoft.com/dot[......] 继续阅读
Distributed tracking What is distributed tracing Distributed Systems Distributed tracking What is the use of distributed tracing? Dapper Imple[......] 继续阅读