摘要:
1、jsp $(document).on("click",".download",function(){ var tContent=$(this).attr("va"); alert(tContent); tContent=tContent.substr(7); alert(tContent); v 阅读全文
摘要:
遍历结果集1-n的时候出现 org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 5 这个异常; 我的 阅读全文
摘要:
1、基本方式的读取: 建立一个properties文件有一个键值对:aa=123 Properties pro = new Properties(); pro.load(new FileInputStream("properties/conf.properties")); String value 阅读全文