摘要: 1 用户名 /^[a-z0-9_-]{3,16}$/ 2 密码 /^[a-z0-9_-]{6,18}$/ 3 十六进制值 /^#?([a-f0-9]{6}|[a-f0-9]{3})$/ 4 电子邮箱 /^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/ 阅读全文
posted @ 2020-03-08 12:17 尚宇园 阅读(73) 评论(0) 推荐(0) 编辑
摘要: 1 XmlHttp是什么? 2 最通用的定义为:XmlHttp是一套可以在Javascript、VbScript、Jscript等脚本语言中通过http协议传送或从接收XML及其他数据的一套API。XmlHttp最大的用处是可以更新网页的部分内容而不需要刷新整个页面。 3 来自MSDN的解释:Xml 阅读全文
posted @ 2020-03-08 12:12 尚宇园 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 表格局部刷新 1 $(id).DataTable().ajax.reload(); 阅读全文
posted @ 2020-03-08 11:37 尚宇园 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 页面代码 1 <div class="fl search-box"> 2 <button type="button" name="btnSubmit" id="btnSubmit" class="btnSubmit">搜索</button> 3 <input id="sousuo" name="so 阅读全文
posted @ 2020-03-08 11:28 尚宇园 阅读(612) 评论(0) 推荐(0) 编辑
摘要: 改变x轴y轴的颜色 1 xAxis : [ 2 { 3 type : 'category', 4 data : ['1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月'], 5 //设置轴线的属性 6 axisLine:{ 7 l 阅读全文
posted @ 2020-03-05 12:28 尚宇园 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 1.第一种用引入jar包的方法 网盘链接:https://pan.baidu.com/s/10HNjNeZc1d5QrFNtvLPWBA 提取码:oako 以上是整个文件直接用idea打开即可 1 import com.gugugu.maven.Poms; 2 3 import java.io.IO 阅读全文
posted @ 2020-03-02 11:28 尚宇园 阅读(1159) 评论(0) 推荐(0) 编辑
摘要: 1.html页面引入需要的文件 <!-- ChartJS --> <script th:src="@{/bower_components/chart.js/Chart.js}"></script> <!-- AdminLTE dashboard demo (This is only for demo 阅读全文
posted @ 2020-03-01 18:54 尚宇园 阅读(1685) 评论(0) 推荐(0) 编辑
摘要: 导入jar包 <dependencys><dependency><groupId>com.fasterxml</groupId><artifactId>classmate</artifactId><version>1.1.0</version></dependency><dependency><gr 阅读全文
posted @ 2020-03-01 18:27 尚宇园 阅读(393) 评论(0) 推荐(0) 编辑
摘要: 一、引用 daterangepicker依托monent.js 和jquery使用。所以在使用中在引入daterangepicker之前必须引入monent.js和jquery以及bootstrap。 1 <script type="text/javascript" src="jquery.js"> 阅读全文
posted @ 2020-03-01 18:01 尚宇园 阅读(511) 评论(0) 推荐(0) 编辑
摘要: 菜鸟教程 https://www.runoob.com/ W3CSchool https://www.w3cschool.cn/group/javaer.html 阿里云 https://account.aliyun.com/login/login.htm?oauth_callback=https% 阅读全文
posted @ 2020-03-01 17:55 尚宇园 阅读(445) 评论(0) 推荐(0) 编辑