The Way To Go - 2012
THE WAY TO GO IVO BALBAERT A Thorough Introduction to the Go Programming Language The Way To Go Also by Ivo Balbaert: “Handboek Programmeren met Ruby en Rails.”, 2009, Van Duuren Media, ISBN: 978-90-5940-365-9 978-90-5940-365-9 The Way To Go a Thorough Introduction to the Go Programming Language Ivo BaLBaerT iUniverse, Inc. Bloomington The Way to Go A Thorough Introduction to the Go Programming Language teaching programming languages and databases, organizing the concepts and techniques in a systematic way. Several researchers and developers at Google experienced frustration with the software development0 码力 | 629 页 | 4.85 MB | 1 年前3Go 入门指南(The way to Go)
为知识的传承献上您的一份力量! 如果当前文档生成时间太久,请到 书栈(BookStack.CN) 获取最新的文档,以跟上知识更新换代的步伐。 文档地址:http://www.bookstack.cn/books/the-way-to-go_ZH_CN 书栈官网:http://www.bookstack.cn 书栈开源:https://github.com/TruthHun 分享,让知识传承更久远! 感谢知识的创造者 的 Go 语言书籍,而国外的优秀书籍 因为英文的缘故在一定程度上也为不少 Go 语言爱好者带来了一些学习上的困扰,不仅为了加快扩散 Go 爱好者的国 内群体,本人在完成阅读这本名叫 《The Way to Go》 之后,决定每天抽出一点时间来进行翻译的工作,并且以 开源的形式免费分享给有需要的 Go 语言爱好者。 尽管该书对目前 Go 语言版本来说有小部分内容相对过时,但是为当下不可多得的好书,相关内容已获得作者同意根 的 Go 语言书籍,而国外的优秀书籍 因为英文的缘故在一定程度上也为不少 Go 语言爱好者带来了一些学习上的困扰,不仅为了加快扩散 Go 爱好者的国 内群体,本人在完成阅读这本名叫 《The Way to Go》 之后,决定每天抽出一点时间来进行翻译的工作,并且以 开源的形式免费分享给有需要的 Go 语言爱好者。 本书的主要译者是 @无闻Unknwon,是一名 Go 语言爱好者和传播者,目前是0 码力 | 466 页 | 4.44 MB | 1 年前3Go 入门指南(The way to Go)
前言 原文出处:https://github.com/Unknwon/the-way-to-go_ZH_CN 用更少的代码,更短的编译时间,创建运行更快的程序,享受更多 的乐趣 对于学习 Go 编程语言的爱好者来说,这本书无疑是最适合你的一本书籍,这里包含了当前最全面的学习 资源。本书通过对官方的在线文档、名人博客、书籍、相关文章以及演讲的资料收集和整理,并结合我自 身在软件工程、编程语 构建 "The ABC of Go";25.5;1500 "Functional Programming with Go";56;280 "Go for It";45.9;356 "The Go Way";55;500 每行的第一个字段为 title,第二个字段为 price,第三个字段为 quantity。内容的格式基本与 示例 12.3c 的相同,除了分隔符改成了分号。请读取出文件的内容, 通道。 通道实际上是类型化消息的队列:使数据得以传输。它是先进先出(FIFO)结构的所以可以保证发送给他 们的元素的顺序(有些人知道,通道可以比作 Unix shells 中的双向管道(tw-way pipe))。通道也是引 用类型,所以我们使用 make() 函数来给它分配内存。这里先声明了一个字符串通道 ch1,然后创建了它 (实例化): var ch1 chan string ch10 码力 | 380 页 | 2.97 MB | 1 年前3Istio-redirector: the way to go to manage thousands of HTTP redirections
#IstioCon Istio-redirector: the way to go to manage thousands of HTTP redirections Etienne Fontaine (@etifontaine) #IstioCon Istio-redirector 301-redirection from /bus/routes/bruxelles/lille0 码力 | 13 页 | 1.07 MB | 1 年前3Extending service mesh capabilities using a streamlined way based on WASM and ORAS
#IstioCon Extending service mesh capabilities using a streamlined way based on WASM and ORAS 王夕宁 | 阿里云服务网格ASM 2 Envoy’s Filter Chain Listener Downstre am Filter Filter Filter Cluster Upstrea0 码力 | 23 页 | 2.67 MB | 1 年前3秘钥管理秘钥Turtles all the way down - Securely managing Kubernetes Secrets
Turtles all the way down: securely managing Kubernetes secrets with secrets Alexandr Tcherniakhovski, Google Cloud Maya Kaczorowski, Google Cloud Nov 14 2018 Turtles all the way down Turtles Turtles all the way down Alex Tcherniakhovski Security Engineer, Google Cloud Maya Kaczorowski Security PM, Google Cloud @MayaKaczorowski Protecting secrets What’s a secret? Credentials, configurations0 码力 | 52 页 | 2.84 MB | 1 年前3The Rust Programming Language,2nd Edition
license information, configuration files, and anything else not related to your code. In this 20 way, using Cargo helps you keep your projects nice and tidy. There’s a place for everything, and everything Cargo coordinate the build. With Cargo, you can just run cargo build, and it should work the right way. Even though this project is simple, it now uses much of the real tooling you’ll use for the rest of content by adding the user input. The & indicates that this argument is a reference, which gives you a way to let multiple parts of your code access one piece of data with- out needing to copy that data into0 码力 | 617 页 | 1.54 MB | 1 年前3GNU Image Manipulation Program User Manual 2.4
graphics features such as gradient fills, Bezier curves and curve stroking. It is also the easiest way to create regular or irregular polygons in the GIMP. In the GIMP 2.2, you can create GFig layers, and many available by other means. In fact, the ability to write plug-ins (and scripts) is the easiest way for people not on the GIMP development team to add new capabilities to GIMP. All of the commands in docked to the Main Toolbox in the screenshot. Knowledgeable users almost always have them set up this way: it is very difficult to use tools effectively without being able to see how their options are set0 码力 | 653 页 | 19.93 MB | 1 年前3GIMP User Manual 2.2
graphics features such as gradient fills, Bezier curves and curve stroking. It is also the easiest way to create regular or irregular polygons in the GIMP. In the GIMP 2.2, you can create GFig layers, docked to the Main Toolbox in the screenshot. Knowledgeable users almost always have them set up this way: it is very difficult to use tools effectively without being able to see how their options are set displays—all into a single comprehensive window. The GIMP developers have always felt that this is a poor way of working, because it forces the program to perform a wide range of functions that are much better0 码力 | 421 页 | 8.45 MB | 1 年前3Computer Programming with the Nim Programming Language
ABOUT THIS BOOK In the year 1970, Prof. Niklaus Wirth invented the Pascal programming language as a way to teach his students the fundamentals of computer programming. Although the initial core Pascal language for beginners with no prior programming experience, but at the same time is not restricted in any way. Nim offers all the concepts of modern and powerful programming languages, combined with high performance of the book early on. In Part II, we explain the basics of computer programming step by step in a way that should enable even those with no prior experience to learn independently. In this part, we might0 码力 | 865 页 | 7.45 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100