Time of Update: 2014-11-04
標籤:blog http io ar os 使用 sp strong 資料 轉摘網址:http://coolshell.cn/articles/3463.html對於SQL的Join,在學習起來
Time of Update: 2014-11-04
標籤:des style blog http io color ar os 使用 [轉]WinExec、ShellExecute和CreateProcess及傳回值判斷方式 http://ww
Time of Update: 2014-11-05
標籤:des style blog http io ar os for sp 1 2{《HeadFirst設計模式》原廠模式之Factory 方法&
Time of Update: 2014-11-05
標籤:des blog http io ar os for sp 檔案 {沒有應用狀態模式的代碼}//工程檔案program Project1;{$APPTYPE
Time of Update: 2014-11-05
標籤:des blog http io ar os sp div on //命令的接受者unit uReceiveObject;interfacetype TLight =
Time of Update: 2014-11-04
標籤:blog http io ar os 使用 for sp 檔案 [轉]Win7 UAC的安全、相容及許可權http://www.cnblogs.com/mydomain/archive/2
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。docker的log在pkg/log路徑下的log.go。很簡單:1. 一共4個層級Debug,Info, Error,Fatal。2. Info是直接輸出到Stdout,其他是輸出到Stderr(包括debug)。Fatal輸出完log會自動結束3. 實際進行輸出的是logf 函數。其中用到golang的runtime庫,如下_, file,line, ok :=runtime.Caller(2)4.
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。1. 安裝必備的編譯環境 sudo apt-get install bison libc6-dev ed python-setuptools python-dev build-essentialsudo easy_install mercurial2. 用mercurial下載最新go的編譯環境 hg clone -r release https://go.googlecode.com/hg/ go卡住hg clone -u
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。原文:Golang Http Handlers as Middleware譯者:youngsterxyf大多數現代Web組件棧允許通過棧式/組件式中介軟體“過濾”請求,這樣就能乾淨地從web應用中分離出橫切關注點(譯註:面向方面程式設計中的概念?)。本周我嘗試在Go語言的http.FileServer中植入鉤子,發現實現起來十分簡便,讓我非常驚訝。讓我們從一個基本的檔案伺服器開始說起:func main() {
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。原文:Why is a Goroutine's stack infinite?譯者:youngsterxyfGo編程新手可能會偶然發現Go語言---與一個Goroutine可用棧空間大小相關---的一個古怪特性。這通常是由於程式員無意間構造了一個無限遞迴函式調用而產生的。為了闡明這個特性,以如下代碼(有點刻意設計的)為例。package mainimport "fmt"type S struct { a, b int}//
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。原文:Go – taking slices of any type as input
Time of Update: 2014-11-05
這是一個建立於
Time of Update: 2014-11-05
這是一個建立於
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。這篇文章出現的理由是業務上需要建立一個Web Server。建立web是所有語言出現必須實現的功能之一了。在nginx+fastcgi+php廣為使用的今天,這裡我們不妨使用Go來進行web伺服器的搭建。 前言
Time of Update: 2014-11-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。go build -ldflags "-s -w" x.go (go install類似)-s 去掉符號表,然後 panic 的時候 stack trace 就沒有任何檔案名稱/行號資訊了,這個等價於普通C/C++程式被strip的效果。不推薦使用。-w 去掉 DWARF 調試資訊,得到的程式就不能用 gdb 調試了,如果不打算用 gdb 調試,基本沒啥損失。樣本:# go build main.go &&
Time of Update: 2014-11-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。使用mgo http://godoc.org/labix.org/v2/mgo
Time of Update: 2014-11-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。func main() {http.HandleFunc("/say",say)err := http.ListenAndServe(":8080", nil)if err != nil {log.Fatal(err.Error())}}func say(w http.ResponseWriter, r *http.Request) {//}上面是一段啟動web服務的代碼通過監聽8080連接埠
Time of Update: 2014-11-05
標籤:style io color ar 使用 for sp strong div NSMutableDictionary *dict = [[NSMutableDictionary
Time of Update: 2014-11-04
標籤:style color ar os sp div on art ad 第一則:工作不養閑人,團隊不養懶人。第二則:入一行, 先別惦記著能賺錢,
Time of Update: 2014-11-04
標籤:style blog io color ar sp 資料 div on <table border="0" cellpadding="0" cellspacing="0"