07 2017 档案
摘要:cd /../tomcat/logs 进入tomcat/logs/文件夹下 # tail -f catalina.out
阅读全文
摘要:war index.html(非必须) WEB-INF classes (java编译之后的class文件) lib(jar文件) web.xml(war包描述文件) subdirectories[可选目录]
阅读全文
摘要:一.eclipse 自动生成的web客户端代码 调用客户端
阅读全文
摘要:1. <if><choose> 动态sql 相当 <if> Java if 满足多个条件 <choose> <when> java switch case 满足一个条件 2.<where> <set> 判断是否添加 and 或者 or 3.<foreach> foreach元素的属性主要有 item
阅读全文
摘要:mybatise 同一字段多模糊查询 <foreach collection="typeList" index="index" item="item" open="(" separator="or" close=")"> s.type like concat(concat('%',#{item}),
阅读全文