소스 검색

Added upload.py for codereview; README in Chinese.

tags/0.0.1
mikespook 13 년 전
부모
커밋
1ad734ceb4
2개의 변경된 파일2253개의 추가작업 그리고 0개의 파일을 삭제
  1. +24
    -0
      README.zh
  2. +2229
    -0
      upload.py

+ 24
- 0
README.zh 파일 보기

@@ -0,0 +1,24 @@
Go 语言的 Gearman API

这是 Go 语言的 Gearman API。
它使用 Go 语言原生实现了 Gearman 的 Worker 端和 Client 端 API 协议。

- 安装
$ cd ./src/pkg/gearman/
$ make install

- 例程
# example/worker.go
$ make worker
$ ./worker

# example/client.go
$ make client
$ ./client

- 代码格式
gofmt -spaces=true -tabwidth=4 -w=true -tabindent=false $(DIR)
----
xingxing<mikespook@gmail.com>
http://mikespook.com
http://twitter.com/mikespook

+ 2229
- 0
upload.py
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장