摘要: 简单语法:http://www.cnblogs.com/lyhabc/p/3691555.html 数据类型宽度:http://www.cnblogs.com/lyhabc/p/3696629.html 查看字段长度:http://www.cnblogs.com/lyhabc/p/3696958.h 阅读全文
posted @ 2016-07-08 11:34 吴建良 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 声明Bean的注解: @Component : 组件,没有明确的角色 @Service : 在业务逻辑层(service层)使用 @Repository : 在数据访问层(dao层)使用. @Controller : 在展现层(MVC--SpringMVC)使用 注入Bean的注解: @Aautow 阅读全文
posted @ 2016-07-08 10:53 吴建良 阅读(8796) 评论(3) 推荐(4) 编辑