# Functions
BuildTree 从节点列表构建树.
CamelToSnakeCase 将驼峰命名转换为蛇形.
No description provided by the author
No description provided by the author
FileExists 检查文件是否存在.
No description provided by the author
FirstLetterToUpper 首字母大写.
No description provided by the author
GetFileExtension 获取文件扩展名.
No description provided by the author
No description provided by the author
GetLastWeekRange 获取上周的起始和结束日期,如 20230824, 20230830.
No description provided by the author
No description provided by the author
GetMonthRange 获取指定偏移月的起始日期和结束日期,如 20230901, 20230930 offset: 相对于当前月的偏移量,0 表示当前月,-1 表示上个月,1 表示下个月.
No description provided by the author
GetThisWeekRange 获取本周的起始和结束日期,如 20230901, 20230907.
No description provided by the author
No description provided by the author
GetWeekRange 获取本周的起始和结束日期,返回示例:20230901, 20230907 offset: 0 表示本周,-7 表示上周.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReplaceIdToID 将id、Id、iD替换为Id.
No description provided by the author
SliceDiff 返回在 a 中但不在 b 中的元素.
No description provided by the author
SnakeToLowerCamel 蛇形转小驼峰.
SnakeToPascal 蛇形转大驼峰.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
TrimFileExtension 去除文件扩展名.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
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
# Type aliases
No description provided by the author