您的当前位置:首页>全部文章
PHP使用curl设置Content-Type需要注意的事项
PHP使用curl设置Content-Type需要注意的事项
HTTP请求头的Content-Type字段,就是在curl发送请求的时候需要指定以何种方式来请求数据,按照postman的POST方法的分类,常用的有3类:1、form-data就是multipar...
发表于:2023-05-19 浏览:2800 TAG: #curl #ContentType
PHP基于版本4格式生成UUID
PHP中生成UUID的函数为com_create_guid(),该函数返回一个版本4格式的UUID字符串。该函数在Windows系统中使用COM库生成UUID,在Linux系统中使用内置的uuid_c...
发表于:2023-04-23 浏览:2800 TAG: #UUID
PHPWord 表格克隆多行
直接上代码<?phpnamespaceapp\shop\service;usePhpOffice\PhpWord\TemplateProcessor;/***自定义克隆多行*ClassPhpWo...
发表于:2023-04-20 浏览:2721 TAG: #PHPWord #Word克隆 #ThinkAdmin
Layui的插件xmSelect的自定义工具栏的使用方法
官方文档:https://gitee.com/maplemei/xm-selectlayui.use('xmSelect',function(xmSelect){vartoolFun=function...
发表于:2023-04-17 浏览:3195 TAG: #xmSelect
ThinkAdmin使用弹窗多选
在选择页面<labelclass="layui-form-itemblockrelativelabel-required-prev"id="SelectInviteCode"style="dis...
发表于:2023-04-17 浏览:2760 TAG: #ThinkAdmin #多选
ckeditor设置禁止编辑
ckeditor设置禁止编辑
/*!加载扩展插件*/require(['ckeditor','angular'],function(){window.createEditor('[name="content"]',{height:...
发表于:2023-04-17 浏览:2915 TAG: #ckeditor #ThinkAdmin
在非空目录下git克隆项目方法
在非空目录下gitclone项目时会提示错误信息:fatal:destinationpath'.'alreadyexistsandisnotanemptydirectory.解决办法:1.进入非空目录...
发表于:2023-04-14 浏览:2891 TAG: #克隆 #非空目录