# Functions
No description provided by the author
No description provided by the author
Base32Decode 32进制转字符串.
Base32Encode 字符串转32进制.
Base64Decode 64进制转字符串.
Base64Encode 字符串转64进制.
Base64UrlSafeEncode Base64 Url Safe is the same as Base64 but does not contain '/' and '+' (replaced by '_' and '-') and trailing '=' are removed.
CheckDir 判断文件目录否存在.
CheckFile 判断文件是否存在 存在返回 true 不存在返回false.
Cmd 执行命令.
CmdDir 指定目录执行命令.
CmdDirToShow 指定目录执行命令,并且处理每一条返回.
DecryptCBC DES/CBC/PKCS5Padding 解密.
DecryptECB DES/ECB/PKCS5Padding 解密.
DecryptUseCBC Decrypt using cbc mode There are two kinds of panic that may occur: 1.
DecryptUseCBCWithDefaultProtocol Decrypt using given iv parameter and cbc mode When key does not match the cipher text, it will panic.
No description provided by the author
EncryptCBC DES/CBC/PKCS5Padding 加密.
EncryptECB DES/ECB/PKCS5Padding 加密.
EncryptUseCBC Encrypt using cbc mode When iv length does not equal block size, it will panic.
EncryptUseCBCWithDefaultProtocol Encrypt using random iv parameter and cbc mode Never panic, only possible to return an error.
No description provided by the author
GetFileSize 获取文件大小.
GetPath 获取项目路径.
GzipDecode Gzip转字符串.
GzipEncode 字符串转gzip.
HexDecode 16进制转字符串.
HexEncode 字符串转16进制.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MD5 加密字符串.
MD5File 计算文件的md5,适用于本地文件计算.
MkdirDir 创建文件夹,支持x/a/a 多层级.
NewECBDecrypter returns a BlockMode which decrypts in electronic code book mode, using the given Block.
NewECBEncrypter returns a BlockMode which encrypts in electronic code book mode, using the given Block.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Random 随机字符串指定范围.
Random09 随机字符串 0-9.
Random0Z 随机字符串 0~Z.
RandomI 随机数.
RandomI64 随机数.
RemoveDir 删除文件.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TripleDecrypt 3DES解密.
TripleEncrypt 3DES加密.
Unzip 文件解压.
UploadFile 创建文件并生产目录.
UrlDecode URL解码.
UrlEncode URL编码.
No description provided by the author
No description provided by the author
Zip 文件压缩.
# Variables
ApiRoot 当前项目根目录.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author