sinxsoft

导航

07 2010 档案

team explorer everywhere 2010解决license试用到期的问题
摘要:在Eclipse中,执行下述代码String path = System.getProperty("user.home") + File.separator + "Local Settings" + File.separator + "Application Data" + File.separator + "Microsoft";System.out.println(path );得到 path... 阅读全文

posted @ 2010-07-19 10:39 sinxsoft 阅读(408) 评论(0) 推荐(0)

Linq to oracle 太变态:Contains等函数要反着写:
摘要:上下文:SaaSReportProContext ctx = Factory.SaaSReportProContextFactory.GetSaaSReportProContext();有三个参数:string reportName, string module, String type在linq to sql中 var query = from o in ctx.Reportor where o... 阅读全文

posted @ 2010-07-15 11:35 sinxsoft 阅读(2559) 评论(5) 推荐(0)