zoukankan      html  css  js  c++  java
  • WeedFS依赖库 0.6.1

    WeedFS依赖库

    版本 0.6.1

    =======================================================================
    glog
    =======================================================================
    http://code.google.com/p/google-glog

    This is an efficient pure Go implementation of leveled logs in the
    manner of the open source C++ package

    =======================================================================
    rwcarlsen/goexif
    =======================================================================
    github.com/rwcarlsen/goexif

    Provides decoding of basic exif and tiff encoded data. Still in alpha - no guarantees. Suggestions and pull requests are welcome. Functionality is split into two packages - "exif" and "tiff" The exif package depends on the tiff package. Documentation can be found at http://godoc.org/github.com/rwcarlsen/goexif

    =======================================================================
    disintegration/imaging
    =======================================================================
    https://github.com/disintegration/imaging

    Package imaging provides basic image manipulation functions (resize, rotate, flip, crop, etc.). This package is based on the standard Go image package and works best along with it.

    =======================================================================
    goprotobuf
    =======================================================================
    code.google.com/p/goprotobuf/proto

    This package provides Go support, in the form of a library and protocol compiler plugin, for Google's protocol buffers. (RPC is not supported.)

    To install it, you must first have Go (version 1.1) installed (see http://golang.org/doc/install). Next, install the standard protocol buffer implementation from http://code.google.com/p/protobuf/; you must be running version 2.5.0 or higher.

    =======================================================================
    tgulacsi/go-cdb
    =======================================================================
    https://github.com/tgulacsi/go-cdb

    cdb.go is a Go package to read and write cdb ("constant database") files.

    See the original cdb specification and C implementation by D. J. Bernstein at http://cr.yp.to/cdb.html.

    =======================================================================
    goraft/raft
    =======================================================================
    github.com/goraft/raft

    This is a Go implementation of the Raft distributed consensus protocol. Raft is a protocol by which a cluster of nodes can maintain a replicated state machine. The state machine is kept in sync through the use of a replicated log.

    =======================================================================
    syndtr/goleveldb
    =======================================================================
    github.com/syndtr/goleveldb/leveldb

    This is an implementation of the LevelDB key/value database in the Go programming language.

    =======================================================================
    gorilla/mux
    =======================================================================
    https://github.com/gorilla/mux

    gorilla/mux is a powerful URL router and dispatcher.

    =======================================================================
    bazillion/fuse
    =======================================================================
    http://bazil.org/fuse/

    It is a from-scratch implementation of the kernel-userspace communication protocol, and does not use the C library from the project called FUSE. bazil.org/fuse embraces Go fully for safety and ease of programming.

  • 相关阅读:
    linux下安装字体解决爬虫截图乱码问题
    开线程爬取黑猫里的阿里投诉信息
    CSS以及JS各种库的在线CDN引用地址
    linux系统下安装PHP扩展pcntl
    linux系统下安装Git
    linux进行文件vim编辑时没有退出文件直接关闭出现E325: ATTENTION Found a swap file by the name "/usr/local/php/etc/.php.ini.swp"
    windows安装redis和PHP redis扩展
    找回phpstorm删除文件/文件夹(phpstorm删除文件/文件夹的恢复)
    YII报错笔记:<pre>PHP Notice &#039;yiiaseErrorException&#039; with message &#039;Uninitialized string offset: 0&#039; in /my/test/project/iot/vendor/yiisoft/yii2/base/Model.php:778
    linux下使用svn创建版本库和权限管理
  • 原文地址:https://www.cnblogs.com/forrestsun/p/3816429.html
Copyright © 2011-2022 走看看