仇柯人

Results 9 issues of 仇柯人

``` package main import ( "os" ) func main() { println(`hei`) } ```

enhancement
priority:low

``` // TLS starts as // 0: 0x16 - handshake protocol magic // 1: 0x03 - SSL version major // 2: 0x00 to 0x03 - SSL version minor (SSLv3 or...

``` CREATE TABLE `MDBAuthConfig` ( `id` int(20) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID', `a` int(10) unsigned NOT NULL COMMENT 'a', `b` varchar(64) NOT NULL DEFAULT '' COMMENT 'b', `c` int(10)...

for example: ``` and status in (7,9) group by 1 with rollup limit 1; ``` crashes with exception `cannot calculate position of WITH ROLLUP within with rollup limit 0,25 `,...

clang def.cc --std=c++11 ``` In file included from def.cc:39: ././util/path.h:58:10: error: use of undeclared identifier '_getcwd'; did you mean 'getcwd'? _getcwd(buffer, 1024); ^~~~~~~ getcwd /usr/include/unistd.h:448:7: note: 'getcwd' declared here char...

如题,想看一下,都不知如何下手…

when using ``` package model //+AR type User struct { Id int `db:"users"` Uname string Unick string Avatar string Token string //Deleted_at time.Time //Updated_at time.Time //Created_at time.Time Depart int }...

libco is a coroutine library which is widely used in wechat back-end service. It has been running on tens of thousands of machines since 2013. https://github.com/Tencent/libco What's more, just want...

``` # ls fib.n # tree . └── fib.n 0 directories, 1 file # cat fib.n import fmt fn fib(int n):int { if n

bug