Time of Update: 2014-09-03
標籤:blog http os io 使用 ar for 資料 art These two terms in the Predicate Information section
Time of Update: 2014-08-26
標籤:style blog http color os java 使用 io strong 一、gzip介紹 &
Time of Update: 2014-09-02
標籤:http os io ar 檔案 art sp on linux socket相關程式從Windows移植到Linux下需要注意的:1)標頭檔 Windows下winsock.h
Time of Update: 2014-09-01
標籤:style blog http color io 使用 strong ar for 去年就知道有這個功能,不過沒去深究總結過,最近有寫網路部落格的慾望了,於是又重新拾起這玩意兒。
Time of Update: 2014-09-01
標籤:blog http os 使用 strong ar 2014 art log 今天下載了最新的windows live writer
Time of Update: 2014-08-24
標籤:des style blog http color os io strong for RECOMMENDED: Click here to fix Windows errors and
Time of Update: 2014-10-25
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。先看C語言中的類似問題:Null 字元串。 const char* empty_str0 = "";const char* empty_str1 = "\0empty";const char* empty_str2 = NULL; 以上3個字串並不相等,但是從某種角度看,它們都是對應空的字串。 empty_str0 指向一個空的字串,但是empty_str0本身的值是有效。
Time of Update: 2014-10-16
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。最近需要做一些在go中使用動態C++庫的工作,經常碰到找不到動態庫路徑這種情況,所以就花點時間,專門做一下實驗來瞭解Go。一、範例程式碼目錄結構(假設代碼根目錄為/home/gdc/cgotest):----|bin:----|pkg----|src--------|main------------|main.go--------|oidb------------|hello----------------|hello.go:--
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 1 // filelist.go 2 package main 3 4 import ( 5 //"flag" 6 "fmt" 7 "os" 8 "path/filepath" 9 "strings"10 )11 12 var (13 ostype = os.Getenv("GOOS"
Time of Update: 2014-10-05
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 有個項目中正好需要用到一個對稱加解密函數,想起了,DZ的那個authcode函數,於是乎在網上找了哈,沒有發現,不曉得是不是我搜尋技術不夠哈,總之是沒有找到,好吧,自己動手豐衣足食。。。GO。 大概原來是秘鑰放在加密串中的,到期時間也在裡面,然後是驗證字串,解密的時候要先出去前面幾位的動態秘鑰,當然可以不用哈,那麼每次加密結果都一樣的。 key + text text[0:10]到期時間 0:不到期 text[1
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。 Blank identifier Go defines a special identifier _, called the blank identifier. The blank identifier can be used in a declaration to avoid declaring a name, and it can be used in an assignment to discard a value.
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。網站建立起源 http://build.golangtc.com 一開始我是想找一個網站,只要告訴它我的github地址,它就能把代碼編譯好,然後把代碼給打包,給我一個下載地址。這樣分享給朋友也很方便。 先是問了問謝大建的GoWeb交流群,有沒有網站提供這樣的功能,結果是沒有。當時腦子一熱,我就回了句:”既然沒有我就自己寫一個吧”。男人說話一定要算話嘛,然後就劈裡啪啦的編碼啦 #¥%……&*(。 調研編碼
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。在使用golang做資料轉送的時候,會經常遇到byte與int的互轉,但golang並沒有現成的方法,因此只能通過binary包來解決 所以,需要 :import "encoding/binary",又因為是byte的轉換,所以還涉及到了bytes:import "bytes" 代碼如下: package main import ( "bytes"
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。用golang 寫了個server,java寫了個client 通訊使用msgpack 進行打包,發現golang和java pack的包不一致 public class MyMessage { // public fields are serialized. public String name; public double version;} MyMessage src = new MyMessage(
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。在做更新時,收到下面提示: go get github.com/astaxie/beego go install runtime/cgo: open /usr/local/go/pkg/darwin_amd64/runtime/cgo.a: permission denied 看目錄下,也沒有cgo.a 檔案。
Time of Update: 2014-10-04
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。最近項目需要,需要操作access,以前是用VC++ OLE訪問,網路用ACE庫,感覺很龐大。。。決定用go試試網上用的最多的就是這個https://github.com/weigj/go-odbc安裝方式如下:ODBC database driver for GoInstall:cd $GOPATH/srcgit clone git://github.com/weigj/go-odbc.git odbccd odbcgo
Time of Update: 2014-09-13
標籤:blog http io os 使用 ar strong 檔案 資料 轉:http://blog.csdn.net/fxhflower/article/details/7274925WCF
Time of Update: 2014-09-03
標籤:blog http io java ar 檔案 資料 問題 cti 最近在與大家的討論中發現了LoadRunner的很多問題,出於解決問題的出發點,我也就相關自己不理解的問題在Google
Time of Update: 2014-08-24
標籤:style http color os 使用 io strong ar 問題 一個網友問了我一個問題如下:loadruner報錯:Error -27728: Step download
Time of Update: 2014-08-24
標籤:des blog 使用 檔案 for 資料 ar 問題 div 採用Oracle資料庫,使用Powerdesigner設計,產生Sql檔案匯入後查詢出現“ORA-00942: