上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页
摘要: 最普遍的情况:等级不一样等级的人,他们对一个方法(Action)的权限不一样.说明:有的等级能访问该方法,有的等级不能访问,有的等级只能部分访问:此处不考虑因为设计耦合度高).针对于这种情况,人分等级(不一样的角色).最后我们根据权限树(不一定是xml)来决定该方法是否属于某一等级<?xmlversion="1.0"encoding="utf-8"?><Roles><Controllername="Home"><Actionname="Index"></Acti 阅读全文
posted @ 2013-06-15 08:44 [秦时明月] 阅读(932) 评论(4) 推荐(1) 编辑
摘要: <system.web> <!--这里设置身份验证信息--> <authenticationmode="Forms"> <formsloginUrl="/Login/Login"timeout="2880"name="LyIng.Net"/> </authentication> if(CheckLogin.Instance.Login(UserName,PassWord)) { Users ModelUser =newUsers(){ID =10000,N 阅读全文
posted @ 2013-06-14 15:07 [秦时明月] 阅读(235) 评论(1) 推荐(1) 编辑
摘要: 1.效果图(Ajax分页)(dynamic无视linq)(数据更新)2.后台代码实例View Code /**由SharpDevelop创建。*用户:秦仕川*日期:2013-4-20*时间:9:23**要改变这种模板请点击工具|选项|代码编写|编辑标准头文件*/usingSystem;usingSystem.Collections.Generic;usingSystem.Web.Mvc;usingMoon.Orm;usingmynorthdb;namespaceRazor.Moon.Controllers{publicclassHomeController:Controller{publicA 阅读全文
posted @ 2013-06-12 11:31 [秦时明月] 阅读(1970) 评论(1) 推荐(2) 编辑
摘要: 1.Moon.Orm的自动实体查询方案using System;using Moon.Orm;using System.Windows.Forms;using North;using System.Diagnostics;using System.Collections.Generic;namespace Demo{ class Program { public static readonly Stopwatch sp=new Stopwatch(); public static void Main(string[] args) { Moon.Orm.GlobalData.AUTO_... 阅读全文
posted @ 2013-06-10 12:15 [秦时明月] 阅读(1622) 评论(29) 推荐(1) 编辑
摘要: 第一部分 客户端篇1.压缩js、css,将js的引入放在之前;2.合并一个页面下的js/css文件,压缩传输.(SquishIt)相关博文3.ajax技术应用.ajax可以做到精准定量的请求,可以减少非必须资源的请求和重复请求.4.页面压缩传输技术(将页面数据进行压缩.IIS支持gzip压缩)5.统... 阅读全文
posted @ 2013-06-03 15:30 [秦时明月] 阅读(1687) 评论(6) 推荐(0) 编辑
摘要: 原生lua和java的性能对比http://www.360doc.com/content/12/0507/17/7936054_209298255.shtmlLuaJIT 2.0.0-beta2和原生lua性能对比http://www.pin5i.com/showtopic-26892.htmlluajit2.1与原生lua5.1性能各方面对比http://luajit.org/performance_x86.html总结:luaJIT更胜一一些.lua开源MIT,比java强:一个GPL的openjdk,人们还闭源开发项目 阅读全文
posted @ 2013-05-31 21:06 [秦时明月] 阅读(1822) 评论(0) 推荐(0) 编辑
摘要: 工具 -> 编译选项 -> 编译器 选中连接器命令行并加入下列命令:-lwsock32 阅读全文
posted @ 2013-05-30 16:15 [秦时明月] 阅读(327) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-05-16 10:23 [秦时明月] 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 基于css3的快速布局平台Debuggex – 超好用的正则表达式可视化调试工具丰富的开发资源 html css 图片图标gimp教程免费模板 免费模板2 我图网免费(或者收费)codelobster php editionhttp://www.oschina.net/p/c3crm 免费的CRM 阅读全文
posted @ 2013-05-14 16:08 [秦时明月] 阅读(448) 评论(2) 推荐(0) 编辑
摘要: 配置文件(注意修改 AUTO_COMPLIE_DIRECTORY_PATH 的值为 实际项目的bin路径) 数据库代码/* * 由SharpDevelop创建。 * 日期: 2013-4-20 * 时间: 9:23 * * ... 阅读全文
posted @ 2013-05-13 17:34 [秦时明月] 阅读(770) 评论(5) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页