上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: #方法一:使用 not in ,容易理解,效率低 ~执行时间为:1.395秒~ SELECT COUNT(1) FROM ecs_goods WHERE ecs_goods.goods_id NOT IN (SELECT ecs_member_price.goods_id FROM ecs_memb 阅读全文
posted @ 2022-02-23 11:36 赵瑛 阅读(1314) 评论(0) 推荐(0) 编辑
摘要: 新建一个文本文档,输入以下内容 slmgr /skms kms.03k.org slmgr /ato 保存后,将该文本文档的名称重命名为:windows.bat,然后单击右键,选择“以管理员身份运行”即可。 最后重启一下电脑就可以哒。 阅读全文
posted @ 2022-02-23 08:41 赵瑛 阅读(652) 评论(0) 推荐(0) 编辑
摘要: action('index/index/upload',['参数' => '参数值']); //第一种 controller('index/index')->upload('参数'); //第二种 阅读全文
posted @ 2022-01-25 09:27 赵瑛 阅读(499) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash ftp -n<<! open 192.168.1.2 #ftp上传地址 user ftp_username ftp_userpass #ftp帐号和密码 binary hash cd / #ftp服务端存储目录 lcd /home/backup/database #ftp客户 阅读全文
posted @ 2022-01-18 10:48 赵瑛 阅读(159) 评论(0) 推荐(0) 编辑
摘要: <script> $(function (){ $('#content img').each(function() { var strA = "<a href='" + $(this).attr('src') + "' target='_blank'></a>"; $(this).wrapAll(s 阅读全文
posted @ 2022-01-14 22:41 赵瑛 阅读(141) 评论(0) 推荐(0) 编辑
摘要: $ClientBuilder = new ClientBuilder(); $esClient = $ClientBuilder->create()->setHosts([config('search_host')])->build(); $params['index'] = config('sea 阅读全文
posted @ 2022-01-07 08:20 赵瑛 阅读(1070) 评论(0) 推荐(0) 编辑
摘要: find /目录 -name "*.php" | xargs rm -f 阅读全文
posted @ 2021-11-19 17:13 赵瑛 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 在web.config文件中更改上传文件的大小 <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <security> <requestFiltering> <!--单位:字节。 --> <reque 阅读全文
posted @ 2021-11-19 09:45 赵瑛 阅读(117) 评论(0) 推荐(0) 编辑
摘要: $exp =new \think\db\Expression('(SELECT count(*) from `news` where `news`.`comid` = `company`.`comid`) DESC'); $entlist = Db::name('company') ->join(' 阅读全文
posted @ 2021-11-16 09:39 赵瑛 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 问题:使用coreseek搜索关键词发现搜索出来数据还没有mysql模糊查询的数据多。。。问题出在配置的参数上。 代码如下: <?php require_once('sphinxapi.php'); $key = isset($_GET['keys'])?$_GET['keys']:'一个'; $p 阅读全文
posted @ 2021-11-15 08:19 赵瑛 阅读(178) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

版权所有 © 2022 沅来是澧

如果有程序开发、网站建设等需求的请联系我,QQ:47419233