上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: .error {border:#ff0000 1px solid;background: rgba(195,5,5,.2);}<form action="#" method="post" onsubmit="return checkForm(this);"> </form> function che 阅读全文
posted @ 2022-05-24 16:38 赵瑛 阅读(119) 评论(0) 推荐(0)
摘要: 在/etc/hosts.allow输入(其中192.168.10.88是你要允许登陆ssh的ip,或者是一个网段192.168.10.0/24) sshd:192.168.10.88:allow 在/etc/hosts.deny输入(表示除了上面允许的,其他的ip 都拒绝登陆ssh) sshd:AL 阅读全文
posted @ 2022-02-23 16:01 赵瑛 阅读(343) 评论(0) 推荐(0)
摘要: 1、修改配置 vi /etc/ssh/sshd_config 2、在配置中找到 #ClientAliveInterval 0 #ClientAliveCountMax 3 3、修改为 ClientAliveInterval 30 ClientAliveCountMax 3 ClientAliveIn 阅读全文
posted @ 2022-02-23 15:24 赵瑛 阅读(684) 评论(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 赵瑛 阅读(1728) 评论(0) 推荐(0)
摘要: 新建一个文本文档,输入以下内容 slmgr /skms kms.03k.org slmgr /ato 保存后,将该文本文档的名称重命名为:windows.bat,然后单击右键,选择“以管理员身份运行”即可。 最后重启一下电脑就可以哒。 阅读全文
posted @ 2022-02-23 08:41 赵瑛 阅读(710) 评论(0) 推荐(0)
摘要: action('index/index/upload',['参数' => '参数值']); //第一种 controller('index/index')->upload('参数'); //第二种 阅读全文
posted @ 2022-01-25 09:27 赵瑛 阅读(563) 评论(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 赵瑛 阅读(175) 评论(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 赵瑛 阅读(164) 评论(0) 推荐(0)
摘要: $ClientBuilder = new ClientBuilder(); $esClient = $ClientBuilder->create()->setHosts([config('search_host')])->build(); $params['index'] = config('sea 阅读全文
posted @ 2022-01-07 08:20 赵瑛 阅读(1233) 评论(0) 推荐(0)
摘要: find /目录 -name "*.php" | xargs rm -f 阅读全文
posted @ 2021-11-19 17:13 赵瑛 阅读(234) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

版权所有 © 2025 沅来是澧

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