摘要:122.228.243.22 dynamic.12306.cn61.183.42.94 dynamic.12306.cn
阅读全文
09 2012 档案
摘要:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;namespaceConsoleApplication1{classProgram{staticvoidMain(string[]args){DateTimestart=DateTime.Now;intn=5000;longarr=Foo(n,0,1);DateTimeend=DateTime.Now;TimeSpanspan=newTimeSpan(end.Ticks-start.Ticks);Console.WriteLine(&quo
阅读全文
摘要:MyBatis示例.rar 在项目开发过程中,查询占了很大的一个比重,一个框架的好坏也很多程度上取决于查询的灵活性和效率。在IBatis.Net中提供了方便的数据库查询方式。在Dao代码部分主要有两种方式:1、查询结果为一个对象: ISqlMapper sqlMap = sqlMapDaoSession.SqlMap; return (Account) sqlMap.QueryForObject("GetAccountViaColumnName", accountID);2、查询结果为一个列表: ISqlMapper sqlMap = sqlMapDaoSession.Sq
阅读全文
浙公网安备 33010602011771号