上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: ObjectMapper mapper = new ObjectMapper(); // 排除json字符串中实体类没有的字段 objectMapper.configure(DeserializationFeature.FAIL_ON_UNKNOWN_PROPERTIES,false); Strin 阅读全文
posted @ 2018-09-05 14:02 高木子 阅读(29401) 评论(0) 推荐(3) 编辑
摘要: 一般为了安全采用的是私钥加密,公钥解密(公钥可以用Base64转换后公开) package com.chitic.supplywater.common.service; import org.apache.commons.codec.binary.Base64; import javax.crypt 阅读全文
posted @ 2018-09-01 12:24 高木子 阅读(9743) 评论(0) 推荐(0) 编辑
摘要: 1,vue.js — v-cloak的使用 不加时HTML 绑定 Vue实例,在页面加载时会闪烁 加上时,会隐藏. 2,vue.js — computed(计算属性)的使用 3,vue.js — rules(表单校验)的使用 2: 有可能this.$refs[ruleForm].validate() 阅读全文
posted @ 2018-08-21 13:53 高木子 阅读(408) 评论(0) 推荐(0) 编辑
摘要: org.apache.commons.lang.builder.ReflectionToStringBuilder是commons-lang里的一个类。 import org.apache.commons.lang3.builder.ReflectionToStringBuilder; @Overr 阅读全文
posted @ 2018-08-21 11:57 高木子 阅读(3295) 评论(0) 推荐(0) 编辑
摘要: 引入iview.css/vue.js/iview.js HTML: JS: 阅读全文
posted @ 2018-08-20 15:33 高木子 阅读(5462) 评论(0) 推荐(0) 编辑
摘要: package com; import java.util.regex.Matcher; import java.util.regex.Pattern; public class test { //个人信息打码 private static String getEncrypt(String numb 阅读全文
posted @ 2018-08-20 13:45 高木子 阅读(356) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/Pikzas/p/6008047.html 阅读全文
posted @ 2018-08-20 11:47 高木子 阅读(279) 评论(0) 推荐(0) 编辑
摘要: Document 阅读全文
posted @ 2018-08-14 14:33 高木子 阅读(912) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/beyang/p/5249974.html 在freemarker中获取当前时间: ${.now} freemark使用list遍历出来的值用逗号隔开,但是不想要最后的那个逗号怎么办? <p>水果:<#list misc.fruits as fruit 阅读全文
posted @ 2018-08-14 09:26 高木子 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 菜鸟教程: http://www.runoob.com/ jquery教程: http://www.w3school.com.cn/jquery/index.asp 手册网: http://www.shouce.ren/ 我的博客园: http://www.cnblogs.com/gaomanito 阅读全文
posted @ 2018-08-08 09:30 高木子 阅读(480) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页