摘要: layui 分片上传PHP后端 upload.js layui.define("layer", function(e) { "use strict"; var t = layui.$, i = layui.layer, n = layui.hint(), o = layui.device(), a 阅读全文
posted @ 2021-12-27 17:22 刘俊涛的博客 阅读(372) 评论(0) 推荐(0)
摘要: 语句写法: find 对应目录 -mtime +天数 -name "文件名" -exec rm -rf {} \; find /usr/local/backups -mtime +10 -name "*.log*" -exec rm -rf {} \; 将/usr/local/backups目录下所 阅读全文
posted @ 2021-12-27 15:05 刘俊涛的博客 阅读(286) 评论(0) 推荐(0)
摘要: 复习一下 thinkPHP 命令行工具 命令直接运行服务 我们可以不需要通过配置虚拟域名的方式来访问我们的项目非常方便,只需要在入口文件中 (默认在public目录下) 执行 如下命令 php -S localhost:8181 router.php php think run 就可以通过local 阅读全文
posted @ 2021-12-27 10:53 刘俊涛的博客 阅读(238) 评论(0) 推荐(0)