摘要: from selenium.webdriver.common.by import By from selenium.webdriver.support.ui import WebDriverWait from selenium.webdriver.support import expected_co 阅读全文
posted @ 2025-05-15 23:12 鲨鱼大王 阅读(3) 评论(0) 推荐(0)
摘要: 第一步,配置command.php文件,目录在application/command.php <?php return [ 'app\home\command\ClassName', ]; 第二步,建立命令类文件,新建application/common/command/ClassName.php 阅读全文
posted @ 2025-05-11 22:06 鲨鱼大王 阅读(20) 评论(0) 推荐(0)
摘要: pip install DrissionPage from DrissionPage import ChromiumOptions path =r'D:\chrome\chrome.exe' # 请改为你电脑内chrome可执行文件路径 Chromiumoptions().set_browser_p 阅读全文
posted @ 2025-04-17 11:16 鲨鱼大王 阅读(14) 评论(0) 推荐(0)
摘要: [{ "code": "110000", "name": "北京市", "list": [{ "name": "全部", "code": "000000", "list": [{ "name": "全部", "code": "000000" }] }, { "code": "110100& 阅读全文
posted @ 2024-06-08 10:53 鲨鱼大王 阅读(320) 评论(0) 推荐(0)
摘要: <view class="pubOtherInfoTable"> <view class="pubOtherInfoTr bg-header"> <view class="pubOtherInfoTh"></view> <view class="pubOtherInfoTh">日期</view> < 阅读全文
posted @ 2024-04-13 22:35 鲨鱼大王 阅读(55) 评论(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 鲨鱼大王 阅读(77) 评论(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 鲨鱼大王 阅读(231) 评论(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 鲨鱼大王 阅读(332) 评论(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 鲨鱼大王 阅读(885) 评论(0) 推荐(0)
摘要: //参数说明:replace(字段名,旧值,新值)update goods set content= replace(content, 'datemiii', 'hidishop'); 阅读全文
posted @ 2023-04-21 22:42 鲨鱼大王 阅读(39) 评论(0) 推荐(0)