# Packages
No description provided by the author
# Functions
CompressZip Compress files to zip files File array, which can be files or folders under different dirs dest Compressed file storage address.
CreateDeployment create deployment.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DeCompressZip Zip unzip.
No description provided by the author
FileToHexString 读取文件内容,转换为 hex 字符串.
FormatJobToString 格式化为字符串 return: name(id).
No description provided by the author
GetFilenameWithSuffixAndFilenameOnly 获取带后置的文件名和不带后缀的文件名.
GetFiles 获取文件路径集合 workdir 基础路径 fuzzyPath 要赛选的路径 pathList 查找到的路径对象.
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
GetRedundantPath 获取多余的路径 longPath 相对于 shortPath 的 /a/b/ /a/b/c/d.txt return c/d.txt.
GetSameFileNameFiles 获取路径下的所有相同文件文件名的文件 workdir 基础路径 fileName 要赛选的路径 pathList 查找到的路径对象.
GetSuffixFiles 获取路径下的所有相同后缀文件 workdir 基础路径 suffixName 要赛选的路径 pathList 查找到的路径对象.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewCommand is like exec.CommandContext but ensures that subprocesses are killed when the context times out, not just the top level process.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReplaceWithParam 参数替换.
No description provided by the author
SlicePage paging return:page,pageSize,start,end.