# Functions
渲染模板.
No description provided by the author
解密base64.
No description provided by the author
DiffSlice 返回old存在但是new中不存在的数组(deletes) + new中存在但是old中不存在的数组(adds).
DiffString 按separator分割oldS+newS oldS 中存在newS中不存在的放到deletes数组 newS 中存在oldS中不存在的放到adds数组.
加密base64.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
0:cf:e0:44:dd:be,enp1s0.
return len=8 salt.
生成随机字符串.
If 实现三元表达式的功能.
快速判断字符是否在字符数组中.
No description provided by the author
加密.
生成32位MD5.
No description provided by the author
SliceBothBySlice 返回同时存在s1和s2数组.
SliceContainer 数组是否存在sub字符串.
SliceEqual s1和s2数组是否数据一致 - 注意这里不判断顺序一致 只判断字符是否存在.
SliceJoinBySlice 返回s1+s2数组 - 去重.
SliceOnlyBySlice 返回s1存在但是s2不存在的数组.
SliceRemoveDuplication 数组去重: 顺序会乱.
SliceRemoveStr 删除数组中存在的str 返回返回剩余项.
写文件.