misc

module
v1.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 6, 2020 License: MIT

Directories

Path Synopsis
Utility for converting numbers to/from different bases/alphabets.
Utility for converting numbers to/from different bases/alphabets.
Package expvar provides a standardized interface to public variables, such as operation counters in servers.
Package expvar provides a standardized interface to public variables, such as operation counters in servers.
Package trace implements tracing of requests and long-lived objects.
Package trace implements tracing of requests and long-lived objects.
timeseries
Package timeseries implements a time series structure for stats collection.
Package timeseries implements a time series structure for stats collection.
Package httplib is used as http.Client Usage: import "github.com/astaxie/beego/httplib" b := httplib.Post("http://beego.me/") b.Param("username","astaxie") b.Param("password","123456") b.PostFile("uploadfile1", "httplib.pdf") b.PostFile("uploadfile2", "httplib.txt") str, err := b.String() if err != nil { t.Fatal(err) } fmt.Println(str) more docs http://beego.me/docs/module/httplib.md
Package httplib is used as http.Client Usage: import "github.com/astaxie/beego/httplib" b := httplib.Post("http://beego.me/") b.Param("username","astaxie") b.Param("password","123456") b.PostFile("uploadfile1", "httplib.pdf") b.PostFile("uploadfile2", "httplib.txt") str, err := b.String() if err != nil { t.Fatal(err) } fmt.Println(str) more docs http://beego.me/docs/module/httplib.md
crypto/dh
********************************************************** * * Diffie–Hellman key exchange * * 1.
********************************************************** * * Diffie–Hellman key exchange * * 1.
* * 四则混合运算类 * *初始化的时候需要传入公式: * *只支持加减乘除和括号 * * *execute计算结算方法 * *参数一个变量和数值的字符串数组 * *AVAILABLE_PARAMETER_CODE(变量定义,只支持单字节变量) * *例:公式a+b*4 * *参数String[]{"a","1","b","2"} * *计算结果9 *
* * 四则混合运算类 * *初始化的时候需要传入公式: * *只支持加减乘除和括号 * * *execute计算结算方法 * *参数一个变量和数值的字符串数组 * *AVAILABLE_PARAMETER_CODE(变量定义,只支持单字节变量) * *例:公式a+b*4 * *参数String[]{"a","1","b","2"} * *计算结果9 *
Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
Package proxyutil implements helper types and functions for proxying (generally non-rpc) http requests to/from backing services.
Package proxyutil implements helper types and functions for proxying (generally non-rpc) http requests to/from backing services.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL