02 2018 档案

摘要:MyBatis要求如果参数为String的话,不管接口方法的形参是什么,在Mapper.xml中引用时需要改变为_parameter才能识别 : <select id="selectByIp" parameterType="string" resultType="voteIP"> select * 阅读全文
posted @ 2018-02-02 19:25 三豪 阅读(685) 评论(0) 推荐(0)
摘要:判断文件夹是否存在,不存在创建文件夹 阅读全文
posted @ 2018-02-02 11:54 三豪 阅读(499) 评论(0) 推荐(0)