会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
ruoxu
博客园
首页
新随笔
联系
订阅
管理
2021年7月2日
html required readonly冲突
摘要: 原生html是不支持required和readonly同時使用的,可以用jQuery解決 <input type="text" class="readonly" autocomplete="off" required /> <script> $(".readonly").on('keydown pa
阅读全文
posted @ 2021-07-02 14:25 ruoxu
阅读(200)
评论(0)
推荐(0)
2021年6月16日
nginx中设置http重定向https
摘要: http重定向https 首先打开nginx的设定 $ sudo vim /etc/nginx/nginx.conf 添加如下设置,监听80端口并把请求重定向到https. server { listen 80 default; server_name www.example.com; return
阅读全文
posted @ 2021-06-16 09:58 ruoxu
阅读(412)
评论(0)
推荐(0)
公告