摘要: <view class="pubOtherInfoTable"> <view class="pubOtherInfoTr bg-header"> <view class="pubOtherInfoTh"></view> <view class="pubOtherInfoTh">日期</view> < 阅读全文
posted @ 2024-04-13 22:35 鲨鱼大王 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 创建WxUser Model类 <?php namespace app\api\model; use app\common\controller\Api; use think\Model; // 引入tp框架的Model类 use think\Db; // 引入 tp 框架的Db类 use thin 阅读全文
posted @ 2023-11-23 11:04 鲨鱼大王 阅读(15) 评论(0) 推荐(0) 编辑
摘要: composer 安装 think-queue # tp5.0 composer require topthink/think-queue=1.1.6 --no-plugins # tp5.1.x composer require topthink/think-queue 2.0.4 --no-pl 阅读全文
posted @ 2023-11-23 10:59 鲨鱼大王 阅读(58) 评论(0) 推荐(0) 编辑
摘要: 1.添加类库 omposer require phpoffice/phpword --ignore-platform-reqs 2.调用类库 $name = explode('.',$attachment->url); $t = $name[1]; $p = $name[0]; if($t=='do 阅读全文
posted @ 2023-07-03 15:39 鲨鱼大王 阅读(168) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Data; using MySql.Data.MySqlClient; namespace WordWorld { public class MySQLHelper { priv 阅读全文
posted @ 2023-06-11 22:05 鲨鱼大王 阅读(598) 评论(0) 推荐(0) 编辑
摘要: //参数说明:replace(字段名,旧值,新值)update goods set content= replace(content, 'datemiii', 'hidishop'); 阅读全文
posted @ 2023-04-21 22:42 鲨鱼大王 阅读(26) 评论(0) 推荐(0) 编辑
摘要: --ignore-platform-reqs 阅读全文
posted @ 2023-04-20 12:25 鲨鱼大王 阅读(64) 评论(0) 推荐(0) 编辑
摘要: 点击下载修改文件 阅读全文
posted @ 2023-04-04 14:36 鲨鱼大王 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 环境ThinkPHP+Redis 1.IP保存文件,文件名自定义,与后文对应 2.获取IP信息脚本.sh文件 #!/bin/bash #variables ip_txt_path=/www/wwwroot/checkip/china_ip.txt; ip_url='http://ftp.apnic. 阅读全文
posted @ 2023-03-17 23:05 鲨鱼大王 阅读(260) 评论(0) 推荐(0) 编辑
摘要: table.on('checkbox(user-table)', function(obj){ console.log(obj); //当前行的一些常用操作集合 console.log(obj.checked); //当前是否选中状态 console.log(obj.data); //选中行的相关数 阅读全文
posted @ 2022-10-18 09:46 鲨鱼大王 阅读(23) 评论(0) 推荐(0) 编辑