JQGrid+Webservice+LINQ
摘要:注意:postData是用户自定的属性;Webservice:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using NHi...
阅读全文
posted @
2013-07-18 15:14
vedusoft
阅读(339)
推荐(0)
Oracle10G的Sga_max_size和sga_target应该如何设置啊!
摘要:1调整原因 我们的客户反应现在我们公司的软件使用起来比较漫。目前他们已经用快要两年了。根据用户反应的情况,公司派我到现场做数据库调优。我在现场走访了几个部门,也向操作人员了解了一些情况。我初步分析认定为是数据库性能存在问题。 认定的理由是在用户操作的时候,不是每次操作都漫,也有快的时候,根据这样特点我下定结论是数据库问题。在操作漫的时候肯定是使用的人多(也可说是并发多),所以数据库资源有些紧张...
阅读全文
posted @
2013-07-11 10:46
vedusoft
阅读(1125)
推荐(0)
JQGrid+Nhibernate+Webservice+Linq
摘要:先上效果图: 前台代码(jqgridtest.aspx): web服务代码(JQGridService.asmx):using System;using System.Collections.Generic;using System.Linq;using System.Web;usi...
阅读全文
posted @
2013-07-10 11:06
vedusoft
阅读(338)
推荐(0)
NHibernate各种查询
摘要:NHibernate各种查询 NHibernate's methods of querying are powerful, but there's a learning curve. Longer term, Linq is the way to go, although it may not be as capable as Linq2Sql or Entity Framework (Hql ...
阅读全文
posted @
2013-07-03 14:09
vedusoft
阅读(351)
推荐(0)