本帖子內容都是翻譯自此**翻譯水平有限,請多見諒),內容如下:
go語言示例
go語言是乙個開源的語言。專為簡單,迅速的編譯可靠的軟體而設計。
本例具有操作介紹和注釋,你可以直接看第乙個例子或者通過下面的列表
hello world
values
variables
constants
forif/else
switch
arrays
slices
maps
range
functions
multiple return values
variadic functions
closures
recursion
pointers
structs
methods
inte***ces
errors
goroutines
channels
channel buffering
channel synchronization
channel directions
select
timeouts
non-blocking channel operations
closing channels
range over channels
timers
tickers
worker pools
rate limiting
atomic counters
mutexes
stateful goroutines
sorting
sorting by functions
panic
defer
collection functions
string functions
string formatting
regular expressions
json
time
epoch
time formatting / parsing
random numbers
number parsing
url parsing
sha1 hashes
base64 encoding
reading files
writing files
line filters
command-line arguments
command-line flags
environment variables
spawning processes
exec'ing processes
signals
exit
設計模式 總目錄
設計模式是程式設計師在長期開發中總結出來的最佳例項。學會設計模式可以幫助我們書寫質量更高的 此外,很多開源框架也用到了很多設計模式。掌握設計模式也可以幫助我們更好的閱讀開源框架的原始碼。目前計畫是講述設計模式的六大原則以及23種設計模式。因為內容可能會很多,所以會慢慢更新,感覺有幫助的朋友可以關注收...
AI 系列 總目錄
ai 系列 答應了園區大牛 張善友 要寫ai 的系列部落格,所以開始了ai 系列之旅。需要最新原始碼,或技術提問,qq群 538327407 我的各種github 開源專案和 2 阿里篇 4 訊飛篇 二 機器學習系列 1 tensorflow 2 cntk 三 結合應用篇 2 微軟人工智慧和對話平台...
Python學習總目錄
目錄 一 計算機基礎 二 python基礎 三 函式 四 常用模組 五 模組和包 六 物件導向 七 網路程式設計socket 八 資料庫 九 前端 十 python web框架 十一 版本控制 git 十二 爬蟲 十三 前端框架之vue 十四 量化投資與python 十五 演算法 十六 設計模式 十...