启动新会话:
tmux [new -s 会话名 -n 窗口名]
恢复会话:
tmux at [-t 会话名]
| // C++11 32bit FNV-1 and FNV-1a string hasing (Fowler–Noll–Vo hash) | |
| // | |
| // Requires a compiler with C++11 support | |
| // See main(...) for examples | |
| #include <iostream> | |
| #include <cassert> | |
| namespace hash | |
| { |
| package main | |
| import ( | |
| "crypto/aes" | |
| "crypto/cipher" | |
| "fmt" | |
| "crypto/rand" | |
| "io" | |
| "encoding/base64" | |
| "encoding/hex" |
| // Copyright 2012 Junqing Tan <ivan@mysqlab.net> and The Go Authors | |
| // Use of this source code is governed by a BSD-style | |
| // Part of source code is from Go fcgi package | |
| // Fix bug: Can't recive more than 1 record untill FCGI_END_REQUEST 2012-09-15 | |
| // By: wofeiwo | |
| package fcgiclient | |
| import ( |