上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: 1、修改配置 vi /etc/ssh/sshd_config 2、在配置中找到 #ClientAliveInterval 0 #ClientAliveCountMax 3 3、修改为 ClientAliveInterval 30 ClientAliveCountMax 3 ClientAliveIn 阅读全文
posted @ 2022-02-23 15:24 赵瑛 阅读(609) 评论(0) 推荐(0) 编辑
摘要: #方法一:使用 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 赵瑛 阅读(1450) 评论(0) 推荐(0) 编辑
摘要: 新建一个文本文档,输入以下内容 slmgr /skms kms.03k.org slmgr /ato 保存后,将该文本文档的名称重命名为:windows.bat,然后单击右键,选择“以管理员身份运行”即可。 最后重启一下电脑就可以哒。 阅读全文
posted @ 2022-02-23 08:41 赵瑛 阅读(666) 评论(0) 推荐(0) 编辑
摘要: action('index/index/upload',['参数' => '参数值']); //第一种 controller('index/index')->upload('参数'); //第二种 阅读全文
posted @ 2022-01-25 09:27 赵瑛 阅读(516) 评论(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 赵瑛 阅读(163) 评论(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 赵瑛 阅读(143) 评论(0) 推荐(0) 编辑
摘要: $ClientBuilder = new ClientBuilder(); $esClient = $ClientBuilder->create()->setHosts([config('search_host')])->build(); $params['index'] = config('sea 阅读全文
posted @ 2022-01-07 08:20 赵瑛 阅读(1111) 评论(0) 推荐(0) 编辑
摘要: find /目录 -name "*.php" | xargs rm -f 阅读全文
posted @ 2021-11-19 17:13 赵瑛 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 在web.config文件中更改上传文件的大小 <?xml version="1.0" encoding="utf-8" ?> <configuration> <system.webServer> <security> <requestFiltering> <!--单位:字节。 --> <reque 阅读全文
posted @ 2021-11-19 09:45 赵瑛 阅读(120) 评论(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 赵瑛 阅读(215) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

版权所有 © 2022 沅来是澧

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