摘要:
封装HttpRuntime.Cache,网上一大堆 public class CacheHelper { //HttpRuntime.Cache.Insert("myname", "战三", null, System.Web.Caching.Cache.NoAbsoluteExpiration, T 阅读全文
摘要:
封装查询实体类 public class QueryParameter { public QueryParameter() { listWhere = new List<string>(); dynamicParameter = new DynamicParameters(); } public L 阅读全文
摘要:
public partial class UserDateEdit : DevExpress.XtraEditors.XtraUserControl { public UserDateEdit() { InitializeComponent(); Init(); } private void Ini 阅读全文
摘要:
首先要启用Service Broker ALTER DATABASE 数据库名称 SET NEW_BROKER WITH ROLLBACK IMMEDIATE; ALTER DATABASE 数据库名称 SET ENABLE_BROKER; 然后sql语句必须是依赖是基于某一张表的,而且查询语句只能 阅读全文