会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pengcx
博客园
首页
新随笔
联系
订阅
管理
2025年4月11日
phpoffice/phpspreadsheet导出数据
摘要: public function excelExport($filename, $header, $data, $excelName , $format = 'Xls') {// $format只能为 Xlsx 或 Xls $newExcel = new Spreadsheet(); //创建一个新的
阅读全文
posted @ 2025-04-11 15:58 pengcx
阅读(8)
评论(0)
推荐(0)
2024年8月7日
tailwindcss中文文档
摘要: 1、https://tailwind.nodejs.cn/docs/guides/vite
阅读全文
posted @ 2024-08-07 15:59 pengcx
阅读(267)
评论(0)
推荐(0)
2022年12月1日
黑白色CSS代码
摘要: html{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);
阅读全文
posted @ 2022-12-01 10:18 pengcx
阅读(61)
评论(0)
推荐(0)
2022年11月21日
将sql导入到服务器
摘要: 2. 直接mysqldump 一.MYSQL的命令行模式的设置:桌面->我的电脑->属性->环境变量->新建->PATH=“;path\mysql\bin;”其中path为MYSQL的安装路径。二.简单的介绍一下命令行进入MYSQL的方法:1.C:\>mysql -h hostname -u use
阅读全文
posted @ 2022-11-21 17:05 pengcx
阅读(103)
评论(0)
推荐(0)
2022年8月2日
linux服务器之间的文件传输
摘要: scp命令 来源:https://www.runoob.com/linux/linux-comm-scp.html
阅读全文
posted @ 2022-08-02 17:54 pengcx
阅读(31)
评论(0)
推荐(0)
linux系统防火墙开放端口
摘要: 在外部访问CentOS中部署应用时,需要通过防火墙管理软件,开端口,或者直接关闭防火墙进行解决(不建议)常用命令:systemctl start firewalld #启动systemctl stop firewalld #停止systemctl status firewalld #查看状态syst
阅读全文
posted @ 2022-08-02 10:36 pengcx
阅读(9152)
评论(0)
推荐(0)
2022年7月25日
百度编辑器批量选择图片上传成功后,按照选择的顺序进行排列
摘要:
阅读全文
posted @ 2022-07-25 09:44 pengcx
阅读(94)
评论(0)
推荐(0)
2022年5月13日
PHP 正则表达式
摘要: 来源:https://blog.csdn.net/kelinfeng16/article/details/82632796
阅读全文
posted @ 2022-05-13 14:40 pengcx
阅读(15)
评论(0)
推荐(0)
2022年4月29日
nginx 处理跨域以及 OPTIONS预检请求
摘要: 在 server中加入一下代码 #跨域处理 add_header Access-Control-Allow-Origin *; add_header Access-Control-Allow-Headers X-Requested-With,Content-Type,language; add_he
阅读全文
posted @ 2022-04-29 11:28 pengcx
阅读(1070)
评论(0)
推荐(1)
2022年4月7日
thinkphp框架 插入数据时报错 xx字段不存在
摘要: database.php 配置 'fields_strict' => false,
阅读全文
posted @ 2022-04-07 20:11 pengcx
阅读(347)
评论(0)
推荐(0)
下一页
公告