上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: .xhcy_img {width:159px;height:94px;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;} .xhcy_img img {marg 阅读全文
posted @ 2022-06-09 11:12 赵瑛 阅读(58) 评论(0) 推荐(0)
摘要: <audio id="bgmusic" src="/static/media/flipsound.mp3" preload></audio> // audio音频 var audio = document.getElementById("bgmusic"); if (typeof WeixinJSB 阅读全文
posted @ 2022-05-25 09:55 赵瑛 阅读(593) 评论(0) 推荐(0)
摘要: .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 赵瑛 阅读(122) 评论(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 赵瑛 阅读(354) 评论(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 赵瑛 阅读(697) 评论(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 赵瑛 阅读(1755) 评论(0) 推荐(0)
摘要: 新建一个文本文档,输入以下内容 slmgr /skms kms.03k.org slmgr /ato 保存后,将该文本文档的名称重命名为:windows.bat,然后单击右键,选择“以管理员身份运行”即可。 最后重启一下电脑就可以哒。 阅读全文
posted @ 2022-02-23 08:41 赵瑛 阅读(737) 评论(0) 推荐(0)
摘要: action('index/index/upload',['参数' => '参数值']); //第一种 controller('index/index')->upload('参数'); //第二种 阅读全文
posted @ 2022-01-25 09:27 赵瑛 阅读(580) 评论(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 赵瑛 阅读(183) 评论(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 赵瑛 阅读(166) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页

版权所有 © 2025 沅来是澧

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