
- PHP使用curl设置Content-Type需要注意的事项
- HTTP请求头的Content-Type字段,就是在curl发送请求的时候需要指定以何种方式来请求数据,按照postman的POST方法的分类,常用的有3类:1、form-data就是multipar...
- 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...

