07 2020 档案

摘要:输入用户名检测是否存在 //semantic-UI自定义表单验证规则 var valid = true; $.fn.form.settings.rules.checkUsername = function () { var username = $('#username').val(); $.aja 阅读全文
posted @ 2020-07-23 10:13 a3576419 阅读(266) 评论(0) 推荐(0)
摘要:一开始我是这么写的 1 <form id="form0" class="ui large form" action="" method=""> 2 <div class="ui segment"> 3 <div class="field"> 4 <div class="ui left icon in 阅读全文
posted @ 2020-07-22 09:40 a3576419 阅读(571) 评论(0) 推荐(0)
摘要:1.//Docker要求系统内核版本高于3.10,查看Linux内核uname -r2.//使用以下命令更新apt包索引sudo apt-get update3.//安装以下包以允许apt通过HTTPS使用存储库sudo apt-get install apt-transport-https ca- 阅读全文
posted @ 2020-07-17 11:04 a3576419 阅读(1930) 评论(0) 推荐(0)
摘要:Spring Boot 对静态资源映射提供了默认配置 Spring Boot 默认将 /** 所有访问映射到以下目录: classpath:/static classpath:/public classpath:/resources classpath:/META-INF/resources(需手动 阅读全文
posted @ 2020-07-16 09:34 a3576419 阅读(584) 评论(0) 推荐(0)
摘要:今天在启动服务器上的tomcat时,双击startup.bat时窗口一闪而过,使用doc窗口启动时报这个错误, The JRE_HOME environment variable is not defined correctly This environment variable is needed 阅读全文
posted @ 2020-07-16 09:03 a3576419 阅读(532) 评论(0) 推荐(0)