Go GRPC 入门 Go GRPC 入门 1,安装包 2,gRPC 服务端 3,gRPC 客户端 4,编译运行 5,其它 GRPC Protobuf buffer 字段类型 字段规则 Protobuf gRPC 四种服务方法 编译 proto 1,安装包 grpc golang-grpc 包提供了 gRPC 相关的代码库,通过这个库我们可以创建 gRPC 服务或客户端,首先需要安装他。 go get -u google.golang.org/grpc 协议插件 要玩 gRPC,自然离不开 proto 文件,需要安…

2021年3月28日 0条评论 4627点热度 0人点赞 痴者工良 阅读全文

In Go language, when we need to import a package, we can use import: import ( "io" ) For standard libraries such as bufio, time, net, etc., we can import them with just their names, similar to C language's #include. However, when we want to import ou…

2021年3月27日 0条评论 10093点热度 2人点赞 痴者工良 阅读全文

在 Go 语言中,当我们需要引入一个包时,可以使用 import: import ( "io" ) 对于标准库,如 bufio、time、net 等,只需要一个名字即可引入,就像 C 语言的 #include 。 如果我们要引入自己编写的包或第三方源码,则会有些细节需要留意。 可以使用 go env 命令,查看默认的包下载存储路径。 当前目录 除了 main.go,如果我们在当前目录或下一级目录创建了新的包(.go文件),如果想引入,则需要使用 ./ 开头的相对路径符号。 import ( &q…

2021年3月27日 0条评论 12341点热度 2人点赞 痴者工良 阅读全文

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 partitions/volumes, RAM swap files, etc. In Linux, DriveType can be types like Fixed, Ram, CD, etc. Writing a met…

2021年3月12日 0条评论 6368点热度 0人点赞 痴者工良 阅读全文

Windows 和 Linux 都会有一些隐藏的分区,例如 EFI、boot 等。在 Linux 中情况又复杂对得多,例如 Docker 映射的分区/卷等,ram 交换页文件等。 Linux 中 DriveType 嗨哟 Fixed、Ram、CD 等类型,如果要对其进行筛选,编写获取方法是一件较为麻烦的事情。 这时候可以使用 CZGL.SystemInfo 库,在 Nuget 上可以搜索。 使用 var disks = DiskInfo.GetDisks(); 可以直接获取所有磁盘信息,但是这些信息会有很多非物理磁…

2021年3月12日 0条评论 9738点热度 0人点赞 痴者工良 阅读全文

Learning Requirements Concepts and Terminology The basic concepts of data structures: data, data elements, data structures, logical structure of data, physical structure, algorithms, etc. Basic Concepts and Terminology 【1】 Data (Data) is the carrier of informa…

2021年3月3日 0条评论 1148点热度 0人点赞 痴者工良 阅读全文

学习要求 概念和术语 数据结构的基本概念:数据、数据元素、数据结构、数据的逻辑结构、物理结构、算法等。 基本概念和术语 【1】 数据 (Data) 是信息的载体,能够被计算机识别、存储和加工处理。 数据元素(Data Element) 是数据的基本单位,有时数据元素也称为元素、节点、顶点、记录。 数据结构(Data Structure) 指的是数据之间的相互关系,即数据的组织形式。数据结构异步包括以下三个方面的内容: 数据结构一般包括以下三个方面的内容:数据的逻辑结构、数据的存储结构、数据的运算。 ​ ① 数据的逻…

2021年3月3日 0条评论 4935点热度 0人点赞 痴者工良 阅读全文

呀呀呀,这些资源作者搜集了很久的!请看图! Compiler Theory, Dragon Book? Here it is! Operating Systems? More importantly, it’s all e-books here! Not videos! Not those photographed PDF versions! Cloud drive download link: Link: https://pan.baidu.com/s/1CCBWsN93CyYfLImCoT8Euw Extrac…

2021年2月21日 0条评论 8902点热度 0人点赞 痴者工良 阅读全文

呀呀呀,这些资源作者搜集了很久的!请看图! 编译原理,龙书?有! 操作系统? 更重要的是,这里全是电子书!不是视频!不是那种拍照的 pdf 版本! 网盘下载地址: 链接:https://pan.baidu.com/s/1CCBWsN93CyYfLImCoT8Euw 提取码:a21l 微信小程序: [......] 继续阅读

2021年2月21日 0条评论 8617点热度 0人点赞 痴者工良 阅读全文

Contains e-books on microservices, architecture design, etc., which are very suitable for learning from intermediate to advanced programmers and architects. A total of 8 books have been collected. Cloud disk download link: Link: https://pan.baidu.com/s/1w29q0U…

2021年2月21日 0条评论 6258点热度 0人点赞 痴者工良 阅读全文

包含微服务、架构设计等电子书,非常适合从初中级程序员到高级程序员和架构师学习。现在一共搜集了 8 本。 网盘下载地址: 链接:https://pan.baidu.com/s/1w29q0UX-mO6XkBnyehQ63Q 提取码:ynz2 微信小程序二维码: [......] 继续阅读

2021年2月21日 0条评论 9016点热度 0人点赞 痴者工良 阅读全文

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…

2021年2月21日 0条评论 5996点热度 0人点赞 痴者工良 阅读全文

人工智能基础内容比较多,里面包含数据结构、数学、人工智能、计算机原理、数据库等知识,因此要学习很多学科的知识。 里面主要是视频压缩包,需要下载到本地解压,请保存后使用电脑下载! 网盘下载链接: 链接:https://pan.baidu.com/s/1PbOBdGJfyknSAg5H9ih73Q 提取码:zgwa 微信小程序二维码: [......] 继续阅读

2021年2月21日 0条评论 8795点热度 0人点赞 痴者工良 阅读全文

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…

2021年2月21日 0条评论 5328点热度 0人点赞 痴者工良 阅读全文

大数据资料中有大厂的大数据经验、入门大数据书籍、大数据专业技术书籍,适合了解和学习大数据方面、书籍挖掘的技术知识。当前比较缺少编程语言学习大数据方面的资料,缺少实践项目类型的书籍。如果你有更好的资源愿意共享,可以添加作者微信 whuanlex 或者关注公众号 NatvieCloud 发送信息。 网盘资源下载: 链接:https://pan.baidu.com/s/1qrAV2rEMMspn90j5qkBzww 提取码:jg2f 微信小程序: [......] 继续阅读

2021年2月21日 0条评论 8997点热度 0人点赞 痴者工良 阅读全文

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 …

2021年2月21日 0条评论 6146点热度 0人点赞 痴者工良 阅读全文

编程语言类学习资源绝大部分都是电子书,包含 架构设计、微服务、C#、Java、GO、Python、HTML5、SQL 等编程电子书、路线图、题库、面试题等。下面是资源一览: 如遇资源失效的情况,可联系作者微信直接分享资源! 网资源下载: 链接:https://pan.baidu.com/s/1C06iJNnDlbyXgfzGwjMsYg 提取码:fth7 微信小程序二维码: [......] 继续阅读

2021年2月21日 0条评论 8853点热度 0人点赞 痴者工良 阅读全文

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…

2021年2月21日 0条评论 1156点热度 0人点赞 痴者工良 阅读全文

该目录包含了云计算相关的学习资源,但是作者收集不到多少资料,读者如果有好的学习资源,可以跟作者共享一下哟。 大厂云计算架构文档 文件资源内容预览(部分): 百度网盘下载: 链接:https://pan.baidu.com/s/1RhIW6fRCGZyE7KJTzqvhwQ 提取码:jzp5 [......] 继续阅读

2021年2月21日 0条评论 4037点热度 0人点赞 痴者工良 阅读全文

目录 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…

2021年2月19日 4条评论 1400点热度 1人点赞 痴者工良 阅读全文
1242526272854