package
1.3.1
Repository: https://github.com/gitmine/pholcus.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Bytes2String直接转换底层指针,两者指向的相同的内存,改一个另外一个也会变。 效率是string([]byte{})的百倍以上,且转换量越大效率优势越明显。.
检查并打印错误.
No description provided by the author
将Excel工作表名中非法字符替换为下划线 .
No description provided by the author
The GetWDPath gets the work directory path.
No description provided by the author
The IsDirExists judges path is directory or not.
The IsFileExists judges path is file or not.
The IsNum judges string is number or not.
JsonpToJson modify jsonp string to json string Example: forbar({a:"1",b:2}) to {"a":"1","b":2}.
将对象转为json字符串.
切分用户输入的自定义信息.
string to hash.
制作特征值方法二.
制作特征值方法一.
创建目录.
RandomCreateBytes generate random []byte by specify chars.
转相对路径.
String2Bytes直接转换底层指针,两者指向的相同的内存,改一个另外一个也会变。 效率是string([]byte{})的百倍以上,且转换量越大效率优势越明显。 转换之后若没做其他操作直接改变里面的字符,则程序会崩溃。 如 b:=String2bytes("xxx"); b[1]='d'; 程序将panic。.
遍历目录,可指定后缀.
遍历文件,可指定后缀.
遍历目录,可指定后缀,返回相对路径.
遍历文件,可指定后缀,返回相对路径.
simple xml to string support utf8.

# Constants

Spider中启用Keyin的初始值.