摘要:
1. 单个参数(基本类/包装类+String) 这种情况MyBatis可直接使用这个参数,不需要经过任何处理。 一个参数情况下#{}中内容随便写 public Employee getEmployeeById(Integer id ); <select id="selectEmployee" res 阅读全文
摘要:
一.问题描述 在IntelliJ IDEA 中启动Tomcat服务器时就出现了如下图所示的错误: The Tomcat connector configured to listen on port 1099 failed to start. The port may already be in us 阅读全文