Concurrency Patterns in C0 码力 | 20 页 | 1.35 MB | 6 月前3
Golang Manual By AstaXie-20120522official Go compiler toolchains: the gc Go compiler and the gccgo compiler that is part of the GNU C Compiler (GCC). The gc compiler is the more mature and well-tested of the two. This page is about installing Install the Go tools The Go binary distributions assume they will be installed in /usr/local/go (or c:\Go under Windows), but it is possible to install them in a different location. If you do this, you rm -r /usr/local/go Extract the archive into /usr/local, creating a Go tree in /usr/local/go: tar -C /usr/local -xzf go.release.go1.tar.gz (Typically these commands must be run as root or through sudo0 码力 | 6205 页 | 12.83 MB | 1 年前3
Go 101 (Golang 101) v1.21.0compilations combined is another main selling point of Go. Although this is a common selling point of many C family languages. But for web development area, seldom languages own the four characteristics at the Ian Lance Taylor, Robert Griesemer, Brad Fitzpatrick, Russ Cox, Matthew Dempsky, Keith Randall, Bryan C. Mills, Joe Tsai, Minux Ma, Josh Bleecher Snyder, Axel Wagner, Daniel Martí, Dave Cheney, Austin Clements ffmiyo, Arun Kumar, Bo Tao, KONY, Michael Winser, eNV25, opennota, luozhiyun, Huang Chao, Guilherme C. Matuella, Boy Baukema, Cuong Manh Le, chenxu zhao, Roman Ilchyshyn, Andy Wong, Luo Peng, Vitaly Zdanevich0 码力 | 610 页 | 945.17 KB | 1 年前3
Go 101 (Golang 101) v1.21.0compilations combined is another main selling point of Go. Although this is a common selling point of many C family languages. But for web development area, seldom languages own the four characteristics at the Lance Taylor, Robert Griesemer, Brad Fitzpatrick, Russ Cox, Matthew Dempsky, Keith Randall, Bryan C. Mills, Joe Tsai, Minux Ma, Josh Bleecher Snyder, Axel Wagner, Daniel Martí, Dave Cheney, Austin Clements ffmiyo, Arun Kumar, Bo Tao, KONY, Michael Winser, eNV25, opennota, luozhiyun, Huang Chao, Guilherme C. Matuella, Boy Baukema, Cuong Manh Le, chenxu zhao, Roman Ilchyshyn, Andy Wong, Luo Peng, Vitaly Zdanevich0 码力 | 880 页 | 833.34 KB | 1 年前3
Go 101 (Golang 101) v1.21.0compilations combined is another main selling point of Go. Although this is a common selling point of many C family languages. But for web development area, seldom languages own the four characteristics at the Ian Lance Taylor, Robert Griesemer, Brad Fitzpatrick, Russ Cox, Matthew Dempsky, Keith Randall, Bryan C. Mills, Joe Tsai, Minux Ma, Josh Bleecher Snyder, Axel Wagner, Daniel Martí, Dave Cheney, Austin Clements ffmiyo, Arun Kumar, Bo Tao, KONY, Michael Winser, eNV25, opennota, luozhiyun, Huang Chao, Guilherme C. Matuella, Boy Baukema, Cuong Manh Le, chenxu zhao, Roman Ilchyshyn, Andy Wong, Luo Peng, Vitaly Zdanevich0 码力 | 630 页 | 3.77 MB | 1 年前3
The Way To Go - 2012.............43 3.9.1. Interacting with C ......................................................................................43 3.9.2. Interacting with C++ ....................................... .....571 GO QUOTES: TRUE BUT NOT SO CUTE. ..................................................572 (C) LIST OF CODE EXAMPLES (Listings) ..............................................................572 experienced frustration with the software development processes within the company, particularly using C++ to write large server software. The binaries tended to be huge and took a long time to compile, and0 码力 | 629 页 | 4.85 MB | 1 年前3
Build web application with GolangPHP/Python/Ruby, you will learn how to build a web application with Go. For those of you who are working with C/C++, you will know how the web works. I believe the purpose of studying is sharing with others. The software development model that is easy to reason about, avoiding most of the problems associated with C-style header files. Is a static language that does not have levels in its type system, so users do need Go to compile Go. To compile Go 1.4 downwards, you will need a C compiler as some parts of Go are still written in Plan 9 C and AT&T assembler. On a Mac, if you have installed Xcode, you already0 码力 | 327 页 | 1.63 MB | 1 年前3
Golang 101(Go语言101 中文版) v1.21.a那你觉得Go的卖点是什么呢? 我个人的观点是,做为一门静态语言,Go却和很多动态脚本语言一样得灵活 是Go的主要卖点。 节省内存、程序启动快、代码执行速度快和编译速度快合在一块儿是Go的另 一个主要卖点。 虽然这三项是C家族语言的共同特征,但是在Web开发领域, 很少有语言同时拥有这四个特征。 事实上,这就是我当初从Java转到Go进行 Web开发的原因。 内置并发编程支持也算是Go的卖点,虽然我个人认为它不是Go的主要卖点。 Randall、 Brad Fitzpatrick、 Matthew Dempsky、 Russ Cox、 Jan Mercl、 Brad Fitzpatrick、 Joe Tsai、 Bryan C。 Mills、 Martin Möhrmann、 Konstantin Khomoutov、 Alan Donovan、 Minux Ma、 Dave Cheney、 Josh Bleecher Snyder、 使用Go编写的程序常常编译得非常快。 编译时间的长短是开发愉悦度的一个 重要因素。 编译时间短是很多程序员喜欢Go的一个原因。 Go程序生成的二进制可执行文件常常拥有以下优点: 内存消耗少 执行速度快 启动快 很多C家族语言,比如C/C++/Rust等,也拥有上述的优点。 但它们缺少Go语言 的几个重要优点: 程序编译时间短 像动态语言一样灵活 内置并发支持 上面所有提到的优点使得Go成为一个出众的编程语言。 对于很多项目来说,0 码力 | 821 页 | 956.82 KB | 1 年前3
Golang 101(Go语言101 中文版) v1.21.a那你觉得Go的卖点是什么呢? 我个人的观点是,做为一门静态语言,Go却和很多动态脚本语言一样得灵活是 Go的主要卖点。 节省内存、程序启动快、代码执行速度快和编译速度快合在一块儿是Go的另一 个主要卖点。 虽然这三项是C家族语言的共同特征,但是在Web开发领域,很 少有语言同时拥有这四个特征。 事实上,这就是我当初从Java转到Go进行Web 开发的原因。 内置并发编程支持也算是Go的卖点,虽然我个人认为它不是Go的主要卖点。 Randall、 Brad Fitzpatrick、 Matthew Dempsky、 Russ Cox、 Jan Mercl、 Brad Fitzpatrick、 Joe Tsai、 Bryan C。 Mills、 Martin Möhrmann、 Konstantin Khomoutov 、 Alan Donovan 、 Minux Ma 、 Dave Cheney 、 Josh Bleecher 使用Go编写的程序常常编译得非常快。 编译时间的长短是开发愉悦度的一个重 要因素。 编译时间短是很多程序员喜欢Go的一个原因。 Go程序生成的二进制可执行文件常常拥有以下优点: 内存消耗少 执行速度快 启动快 很多C家族语言,比如C/C++/Rust等,也拥有上述的优点。 但它们缺少Go语言 的几个重要优点: 程序编译时间短 像动态语言一样灵活 内置并发支持 上面所有提到的优点使得Go成为一个出众的编程语言。 对于很多项目来说,0 码力 | 608 页 | 1.08 MB | 1 年前3
Go 入门指南(The way to Go)折,在诸多问题上都不能给出令人满意的解决方案,尤其是在使用 C++ 来开发大型的服务端软件时,情 况更是不容乐观。由于二进制文件一般都是非常巨大的,因此需要耗费大量的时间在编译这些文件上,同 时编程语言的设计思想也已经非常陈旧,这些情况都充分证明了现有的编程语言已不符合时下的生产环 境。尽管硬件在过去的几十年中有了飞速的发展,但人们依旧没有找到机会去改变 C++ 在软件开发的重 要地位,并在实际开发过程 语言就在这样的环境下诞生了,它让人感觉像是 Python 或 Ruby 这样的动态语言,但却又拥有像 C 或者 Java 这类语言的高性能和安全性。 Go 语言出现的目的是希望在编程领域创造最实用的方式来进行软件开发。它并不是要用奇怪的语法和晦 涩难懂的概念来从根本上推翻已有的编程语言,而是建立并改善了 C、Java、C# 中的许多语法风格。它提 倡通过接口来针对面向对象编程,通过 goroutine 和 这门全新的,迷人的和充满希望的编程语言的开发者量身定做的。当然,你 在学习 Go 语言之前需要具备一些关于编程的基础知识和经验,并且拥有合适的学习环境,但你并不需要 对 C 或者 Java 或其它类似的语言有非常深入的了解。 对于那些熟悉 C 或者面向对象编程语言的开发者,我们将会在本书中用 Go 和一些编程语言的相关概念进 行比较(书中会使用大家所熟知的缩写 “OO” 来表示面向对象)。 本书将会0 码力 | 380 页 | 2.97 MB | 1 年前3
共 99 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10













