Blog
Blog copied to clipboard
导入项目的时候遇到的3个问题
- 编码:项目文件不是UTF-8编码的,我是用sublime打开后,一个一个复制到MyEclipse中改的编码
- sql文件只有表结构,没有测试数据,要自己加
- 部署的时候会抛出一个NullPointerException,位置在InitBloggerData的38行:“blogger.setPassword(null);”,这是因为在t_blogger中没有数据,因此要添加一行记录,再到数据库中看看该记录的id字段是多少,将BloggerMapper.xml的getBloggerData这条sql的id改为该字段值(默认是1)。重新部署才成功
请问你现在有完善这个项目吗?
没有呢,当时是想拿来学习练手的,感觉写得比较粗糙,就找了别的项目。
2017-05-10 3:03 GMT+08:00 LBXS [email protected]:
请问你现在有完善这个项目吗?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eson15/Blog/issues/13#issuecomment-300269303, or mute the thread https://github.com/notifications/unsubscribe-auth/ATUH1dXZNDiu4Auoj50GV9pMfOK_kLntks5r4LiDgaJpZM4NDBIN .
请问,后来您又找到了什么别的项目吗?
后来找的这个:https://github.com/KEN-LJQ/WMS
2017-09-10 8:51 GMT+08:00 Vincent [email protected]:
请问,后来您又找到了什么别的项目吗?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eson15/Blog/issues/13#issuecomment-328312459, or mute the thread https://github.com/notifications/unsubscribe-auth/ATUH1awc2-6FwzlyVdV2TrND8vmog07uks5sgzKTgaJpZM4NDBIN .