摘要:
在使用mybatis进行多参数传递时,报错: A query was run and no Result Maps were found for the Mapped Statement 'xx.xx.'. It's likely that neither a Result Type nor a R 阅读全文
摘要:
今天遇到一个题目 分析下面的代码,判断代码是否有误。 1 using System; 2 3 namespace Test1 4 { 5 class Point 6 { 7 public int x; 8 public int y; 9 } 10 class Program 11 { 12 stat 阅读全文