自己也没怎么搭建过框架,更何况还是spring mvc的,最近在带两个实习生,正好教他们怎么搭建一个spring mvc的框架,然而我在映射表的时候,提示报错了. 实体基类: public class BaseEntity implements Serializable{ @Id @GeneratedValue(strategy = GenerationType.AUTO) protected Long id; @Column(updatable=false) protected Date cr…
main.c(6): warning: #1-D: last line of file ends without a newline 解决:main.c 最后一行加回车就可以了. keil中文注释出现乱码怎么解决 解决:keil–edit–configuration中encoding改为chinese-GB2312 https://wenku.baidu.com/view/2f1e35dd77eeaeaad1f34693daef5ef7ba0d12a3.html http://www.keil…