- PHP基于版本4格式生成UUID
- PHP中生成UUID的函数为com_create_guid(),该函数返回一个版本4格式的UUID字符串。该函数在Windows系统中使用COM库生成UUID,在Linux系统中使用内置的uuid_c...
- PHPWord 表格克隆多行
- 直接上代码<?phpnamespaceapp\shop\service;usePhpOffice\PhpWord\TemplateProcessor;/***自定义克隆多行*ClassPhpWo...
- Layui的插件xmSelect的自定义工具栏的使用方法
- 官方文档:https://gitee.com/maplemei/xm-selectlayui.use('xmSelect',function(xmSelect){vartoolFun=function...
- ThinkAdmin使用弹窗多选
- 在选择页面<labelclass="layui-form-itemblockrelativelabel-required-prev"id="SelectInviteCode"style="dis...

