generic 相关的软件列表

一个基于Asp.Net MVC的权限方案
首页

一个基于Asp.Net MVC的权限方案

2020-02-16 标签:基于,asp,net,mvc,权限,方案,数据结构,mad,popedom,为权,control,记录,控制器,action,动作,role

1.数据结构Mad_Popedom为权限表,Control记录控制器名,Action记录动作名。Mad_Role为角色表。 2.权限控制的实现此处使用比较简单AOP方式,用MVC的Filter实现,代码如下实现代码如下:using System.Collections.Generic; using

首页

asp.net 使用事务

2020-02-16 标签:asp,n,et,使用,事务,net,操作,非常,简单,代码,如下,实现,using,system,collections,generic,linq,web,ui,webcontrols

ASP.NET操作事务非常的简单,代码如下: 代码 实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using Syst

首页

asp.net UpdatePanel实现无刷新上传图片

2020-02-16 标签:asp,n,et,updatepanel,实现,刷新,上传,图片,前台,代码,如下,page,language,c,true,codefile,default,aspx

1)前台 实现代码如下: 2)后台 实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.We

首页

asp.net中简体转繁体实现代码

2020-02-16 标签:asp,n,et,简体,繁体,实现,代码,我还是,直接,例子,在说,如下,form,cs,using,system

我还是直接贴例子在说明一下吧: 实现代码如下: //Form1.cs using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawin

首页

Jquery+JSon 无刷新分页实现代码

2020-02-16 标签:jquery,json,刷新,分页,实现,代码,控件,如下,using,system,collections,generic,linq,text,web,ui,webcontrols,reflection

控件类代码: 实现代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Web; us

首页

asp.net 转换人民币大小金额

2020-02-16 标签:asp,n,et,转换,人民币,大小,金额,实现,代码,如下,using,system,collections,generic,text,amespace,common,summary,public,class

实现代码如下:using System; using System.Collections.Generic; using System.Text; namespace Common { /// /// 转换人民币大小金额。 /// public class Rmb { /// /// 转换人民

首页

Ajax 核心框架函数及例子

2020-02-16 标签:ajax,核心,框架,函数,例子,options,包含,建立,提取,数据,判断,是否,回复,成功,基本,满足,日常,需求

核心ajax(options)函数中,包含了建立xmlhttprequest,提取数据,判断是否回复成功等,基本满足了日常需求。 实现代码如下: // A generic function for performming AJAX requests // It takes one argument,

首页

c# 在WebBrowser中用SendMessage模拟鼠标点击

2020-02-16 标签:c,webbrowser,中用,sendmessage,模拟,鼠标,点击,实现,代码,如下,using,system,collections,generic,data,drawing,text,windows,forms

实现代码如下:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using

首页

ASP.NET中常用的用来输出JS脚本的类

2020-02-16 标签:asp,net,中常,用的,用来,输出,js,脚本,整个,程序,代码,如下,实现,using,system,collections,generic,text,web

整个程序的代码如下: 实现代码如下: using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Web.UI; /// /// 弹出JavaScript小窗口

首页

asp.net 页面延时五秒,跳转到另外的页面

2020-02-16 标签:asp,n,et,页面,延时,五秒,跳转,另外,前台,实现,代码,如下,page,language,c,true,codefile,successed,aspx

--前台 实现代码如下: 系统将会在五秒钟后转向浏览页面 --后台 实现代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Web; u