2、其次建立SqlSession,获取数据库这个在mybatis官方文档里有。
3、然后建立实体类,User;写UserDao接口;写如mybatis的Mapper.xml文件。专门用来写入SQL语UserMapper.xml。
4、最后测试类这里测试需要用到junit工具包。
只能循环查找全部xml,比如:foreach(string
file
in
directory.getfiles(@“c:\abc\“)){
xmldocument
l_xml
=
new
xmldocument()
l_xml.load(file)
xmlnode
node
=
l_xml.documentelement.selectsinglenode(“id“)
if(node
!=
null
&&
node.innertext
==
你的id值){
这个file就是你要的文件了
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)