modulepackage
0.0.0-20241202092806-e6fe7d0ac493
Repository: https://github.com/shankusu2017/utils.git
Documentation: pkg.go.dev
# README
NOTE 初始化
- 如果用到 pac 组件则需要调用 InitPac 初始化函数并传入配置文件
TODO
- 完成 logger 组件
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
CalDstSessionID 计算一个IP会话的ID(类似TCP、UDP的五元组) 从接收端发往源端.
CalSrcSessionID 计算一个IP会话的ID(类似TCP、UDP的五元组) 从源端发往接收端.
No description provided by the author
No description provided by the author
No description provided by the author
IsFileDirExist 文件或者目录存在吗?.
No description provided by the author
No description provided by the author
MakeFile 文件不存在则创建,存在则直接返回.
MakeHexString buf.len = 4,那么产生随机的4个Byte,转换成8个CHAR "6eb88a73".
MakeMagic2Buf 用随机值填充buf.
OpenFile 可读写的方式打开(若不存在则创建)文件 写时自动追加在末尾.
No description provided by the author
RandWeigh 带权重的随机.
No description provided by the author
TrimSpaceNewLine 去掉首尾所有的空格和换行.