使用Spring3.2+mybatis3.2 搭建环境时出现的问题

摘要: org.apache.ibatis.builder.IncompleteElementException: Could not find result map com.dy.mapper.AccountMapper.accountResultMap at org.apache.ibatis.builder.MapperBuilderAssistant.setStatementResultMap(MapperBuilderAssistant.java:373) at org.apache.ibatis.builder.MapperBuilderAssistant.addMappedStateme 阅读全文
posted @ 2014-01-08 10:12 Duany 阅读(391) 评论(0) 推荐(0)

python中的print 怎么打印unicode码

摘要: import cmathimport mathimport sysimport ioprint("ax\N{SUPERSCRIPT TWO} + bx +c =0")----运行的时候会报错print("ax\N{SUPERSCRIPT TWO} + bx +c =0")UnicodeEncodeError: 'gbk' codec can't encode character '\xb2' in position 2: illegal multibyte sequence在网上查找添加了后sys.stdout = 阅读全文
posted @ 2013-10-11 16:27 Duany 阅读(435) 评论(0) 推荐(0)