摘要:
1、ActiveRecord配置文件ARConfig.xml,并将配置文件的“生成操作”改成“嵌入的资源”2、使用到的DLL文件 3、测试实体类UserInfousingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingCastle.ActiveRecord;usingNHibernate;namespaceCY.Domain{[ActiveRecord("T_User")]publicclassUserInfo:ActiveRecordBase{#region属性[P 阅读全文
2013年6月27日 #
2013年5月8日 #
摘要:
View Code 1$(function(){2functionListCheckbox(option){3var_defaultOption={4allSelector:null,5itemSelector:null,6cacheInput:null7};8this.option=$.extend({},_defaultOption,option);910this._init();11}1213ListCheckbox.prototype={14//初始化15_init:function(){16this._addEventListener();17this._setLoadChecked 阅读全文