摘要: 当页面打开时我们需要执行一些操作,这个时候如果我们选择使用jquery的话,需要重写他的3中方法,自我感觉没什么区 别,看个人喜好了,第二种感觉比较简单明了: 第一种: 复制代码代码如下: <script type="text/javascript" src="./js/jquery-1.7.min 阅读全文
posted @ 2017-11-02 16:14 GᎭ•Cristin 阅读(369) 评论(0) 推荐(0)
摘要: String[] strs = null;/* 1. ArrayUtils.isEmpty(strs) : 判断数组是否为空 , 不为空返回false,为空true */ArrayUtils.isEmpty( new String[]{"21", "是"} );//结果是falseArrayUtil 阅读全文
posted @ 2017-11-02 15:47 GᎭ•Cristin 阅读(524) 评论(0) 推荐(0)
摘要: package cn.springmvc.utils;import org.apache.commons.codec.digest.DigestUtils;import org.apache.commons.codec.digest.Md5Crypt;public class MD5CryptUti 阅读全文
posted @ 2017-11-02 15:33 GᎭ•Cristin 阅读(568) 评论(0) 推荐(0)
摘要: 工具及背景: IntelliJ IDEA 2016.1.3 Ultimate。spring boot, maven项目,利用mybatis 注解的方式查询mysql。 业务逻辑关系:controller --> Service接口 > serverImpl >Dao -->DaoImpl > map 阅读全文
posted @ 2017-11-02 13:33 GᎭ•Cristin 阅读(6760) 评论(0) 推荐(0)
摘要: Result Maps collection already contains value for xyx.dsw.dao.mapper.admin.quotationwish.TempTestTableMapper.TempTestTableResult 一 错误信息: [html] view p 阅读全文
posted @ 2017-11-02 13:26 GᎭ•Cristin 阅读(21853) 评论(1) 推荐(2)