摘要:
问题描述:idea导入svn项目,但点击项目文件右键没有找到subversion选项。同时,idea界面底部没有version control菜单。 解决方法:原因是idea没有启动版本控制。点击idea的VCS菜单——>Enabled Version Control Integration——>选 阅读全文
摘要:
异常问题:Caused by: java.lang.IllegalStateException: Unable to complete the scan for annotations for web application [XXX] due to a StackOverflowError. Po 阅读全文
摘要:
#相当于对数据加上双引号,$相当于直接显示数据 1、#将传入的数据都当成一个字符串,会对自动传入的数据加一个双引号。如:order by #user_id#,如果传入的值是111, 那么解析成sql时的值为order by "111",如果传入的值是id,则解析成的sql为order by "id" 阅读全文
摘要:
问题描述:Access restriction: The method 'CharacterEncoder.encode(byte[])' is not API... 解决方法:这种错误是eclipse设置问题,修改eclipse的设置即可:点击Windows --> Preferences --> 阅读全文