Devying
Devying
if the data's key is int, when i use `json` keywords in the template file, ``` {{with get "/bigkey"}} {{$data := json .Value}} 1=>{{$data.1}}, 2=>{{$data.2}}, {{end}} ``` i can't get...
ingress
楼主什么时候出一期,ingress 的配置
很不错,加油。
using the `git2go` we can achieve a fuction like `git pull ` , but when a conflict occurred,we got the error message `2 uncommitted changes would be overwritten by merge`....
``` open("/data/php/lib/php/extensions/no-debug-non-zts-20131226/git2.so", O_RDONLY) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\\\3\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=4192650, ...}) = 0 mmap(NULL, 3480840, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7fd2745ff000 mprotect(0x7fd274736000, 2097152, PROT_NONE) = 0 mmap(0x7fd274936000,...
有一个问题
``` sr := strings.NewReader("ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890") buf := bufio.NewReaderSize(sr, 0) b := make([]byte, 10) fmt.Println(buf.Buffered()) // s, _ := buf.Peek(5) s[0], s[1], s[2] = 'a', 'b', 'c' fmt.Printf("%d %q\n", buf.Buffered(), s) ```...
Oh,no!!!!,Who can borrow me an account? TWITTER_KEY TWITTER_SECRET TWITTER_ACCESSTOKEN TWITTER_ACCESSSECRET