Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 536 Bytes

问题及其解决.md

File metadata and controls

10 lines (7 loc) · 536 Bytes

#开发过程中遇到的问题及其解决方案

  1. Hibernate: create table tb_user_role (id integer not null auto_increment, roleid integer, userid integer, primary key (id)) type=MyISAM
    Solution: 创建数据库表的引擎不对,改为InnoDB

  2. Mybatis中Dao和mapper映射错误
    Solution: 每个Dao都需要一个Mapper与之对应,并且配置都要正确

  3. openoffice在线预览: C:\Program Files (x86)\OpenOffice 4\program\soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard