Steven5007

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 下一页

2018年4月17日 #

bootstrapValidator常用验证规则总结

摘要: bootstrapValidator常用验证规则总结 一 、bootstrapValidator引入 在使用bootstrapValidator前我们需要引入bootstrap和bootstrapValidator对应的js和css文件。 二、绑定验证的js代码 在表单中,若对某一字段想添加验证... 阅读全文

posted @ 2018-04-17 10:40 Steven5007 阅读(1305) 评论(0) 推荐(1) 编辑

2018年4月11日 #

bootstrapValidator常用验证规则总结

摘要: bootstrapValidator默认配置对于“隐藏域(:hidden)、禁用域(:disabled)、不可见域(:not (visible))”是不进行验证的。通过excluded: [':disabled']配置,表示只对于禁用域不进行验证,其他的表单元素都要验证. 三.在validators 阅读全文

posted @ 2018-04-11 16:47 Steven5007 阅读(675) 评论(0) 推荐(0) 编辑

文件上传FormData

摘要: 1 2 3 4 × 6 用户头像上传 7 8 9 10 11 12 13 ... 阅读全文

posted @ 2018-04-11 11:05 Steven5007 阅读(145) 评论(0) 推荐(0) 编辑

2018年4月8日 #

window.location.replace()与window.location.href()区别

摘要: 有3个页面 a,b,c 如果当前页面是c页面,并且c页面是这样跳转过来的:a->b->c 1:b->c 是通过window.location.replace("..xx/c") 此时b页面的url会被c页面代替,并且点击后退按钮时会回退到a页面(最开始的页面) 2:b->c是通过window.loc 阅读全文

posted @ 2018-04-08 13:58 Steven5007 阅读(158) 评论(0) 推荐(0) 编辑

2018年4月4日 #

BootstrapValidator验证

摘要: 相关链接: https://www.cnblogs.com/wuwenshuai/p/7120755.html https://www.cnblogs.com/v-weiwang/p/4834672.html?ptvd https://blog.csdn.net/u013938465/article 阅读全文

posted @ 2018-04-04 09:06 Steven5007 阅读(84) 评论(0) 推荐(0) 编辑

2018年3月29日 #

Spring MVC中注解: @ModelAttribute 与@RequestParam区别

摘要: 相关链接 : https://blog.csdn.net/huang343/article/details/77491096 阅读全文

posted @ 2018-03-29 22:13 Steven5007 阅读(244) 评论(0) 推荐(0) 编辑

2018年3月20日 #

Spring Data JPA中的动态查询 时间日期

摘要: 效果展示: 多条件查询 二 有多个条件,我们就可以创建一个Predicate集合,最后用CriteriaBuilder的and和or方法进行组合,得到最后的Predicate对象。 root参数是我们用来对应实体的信息的。criteriaBuilder可以制作查询信息。 CriteriaBuilde 阅读全文

posted @ 2018-03-20 20:18 Steven5007 阅读(9555) 评论(1) 推荐(1) 编辑

2018年3月12日 #

powerdesigner 使用

摘要: 二.使用PowerDesigner把设计图导出成图片 1: 按住Shift键点击鼠标选择要导出的对象,必须先选择。 2: 选择Edit—>Export Image 到出你需要的格式,如下图。 二.使用PowerDesigner把设计图导出成图片 1: 按住Shift键点击鼠标选择要导出的对象,必须先 阅读全文

posted @ 2018-03-12 19:21 Steven5007 阅读(124) 评论(0) 推荐(0) 编辑

2018年3月7日 #

CKEditor编辑器的使用

摘要: 相关链接 : https://www.cnblogs.com/pacer/archive/2010/01/08/1641986.html 相关链接: https://www.cnblogs.com/pacer/archive/2010/01/08/1641986.html 阅读全文

posted @ 2018-03-07 16:08 Steven5007 阅读(139) 评论(0) 推荐(0) 编辑

2018年3月2日 #

Mysql text类型的最大长度

摘要: MySQL 3种text类型的最大长度如下: TEXT 65,535 bytes ~64kb MEDIUMTEXT 16,777,215 bytes ~16Mb LONGTEXT 4,294,967,295 bytes ~4Gb 参考 http://www.cnblogs.com/jirglt/p/ 阅读全文

posted @ 2018-03-02 15:38 Steven5007 阅读(407) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 下一页