摘要: new SqlProcedureGenerator("Procedures.tt.config", "DefaultConnection", new string[]{"dbo.T_APPLICATION_ADMIN_ACTION","dbo.T_APPLICATION_DRAFT","dbo.... 阅读全文
posted @ 2015-03-24 18:38 just so 阅读(210) 评论(0) 推荐(0) 编辑
摘要: Storelist= DaManager.LoadStoreProcdure();string modelScheme="";string StoreName="";DataColumn[] primaryKeys = null;List oldField = new List() { "VERS... 阅读全文
posted @ 2015-03-24 18:36 just so 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 创建用户访问数据库 。 1 USE [master] 2 GO 3 4 IF EXISTS (SELECT * FROM sys.server_principals WHERE name = 'WfpApp') 5 DROP LOGIN [WfpApp] 6 GO 7 8 CREATE... 阅读全文
posted @ 2015-01-10 11:25 just so 阅读(171) 评论(0) 推荐(0) 编辑
摘要: HtmlCode 1 public RoleViewModel generateActionList(string roleId, List assignidlist) 2 { 3 if (string.IsNullOrEmpty(roleId) && ass... 阅读全文
posted @ 2014-11-21 14:27 just so 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 1 .ui-datepicker-trigger{ 2 background-position-x:-32px; 3 background-position-y:-176px; 4 height:30px;width:34px; 5 cursor:pointer; ... 阅读全文
posted @ 2014-11-18 16:52 just so 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 简单的小demo ,, 主要是讲如何在dataTable 中 进行 行 的编辑, 如做delete,edit ,等操作的时候 如何获取 改行的一些主要数据。 1 2 3 @**@ 4... 阅读全文
posted @ 2014-11-18 16:47 just so 阅读(2066) 评论(1) 推荐(0) 编辑
摘要: 1 USE [GPP] 2 GO 3 /****** Object: StoredProcedure [dbo].[P_V_USER_INFO_ROLE_SCHEME_S_PAGE_BY_APPID_ROLEID] Script Date: 14/11/2014 10:10:36 A... 阅读全文
posted @ 2014-11-14 10:35 just so 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 首先, Asp.net MVC 系列暂时没有发现封装好的 类似于web form 的datagrid, 只有一款Jquery 的dataTable , 官网地址http://www.datatables.net, 接下来讲解一下关于自己在项目中对datatable进行扩展的一些实例。(first,A... 阅读全文
posted @ 2014-10-29 13:04 just so 阅读(2669) 评论(1) 推荐(0) 编辑
摘要: 1 ///Home page 2 public ActionResult MaintainSuperUserAdmin() 3 { 4 return View(); 5 } 6 ... 阅读全文
posted @ 2014-09-24 14:04 just so 阅读(550) 评论(1) 推荐(0) 编辑
摘要: 第二种是:比较简单,生成的不是图片,是span和文字版的验证码1、类库文件using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web.UI;using System.ComponentModel;using System.Web.UI.WebControls;using System.Drawing;using System.Web;using System.IO;namespace MyControls{ [ParseChildren(false)]... 阅读全文
posted @ 2014-03-19 18:57 just so 阅读(884) 评论(0) 推荐(0) 编辑