该文被密码保护。 阅读全文
posted @ 2012-11-09 17:00 oolee 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 在开始开发MVC架构的应用程序之前,需要做一些准备工具。本章中,我们将介绍在开发用的工作站和部署用的服务器上我们准备要用到的一些工具。 一 工作站要作的准备工作 要使用MVC框架作开发,一个小型的工具包集是必须的。包括Visual Studio 2010,Web Platform Installer和一部分可选组件像IIS体验版之类的工具。下面,我们将详细说明如何安装上述工具。 (一) 安装Visual Studio 2010要在工作站上使用MVC开发,第一步的准备工作就是安装Visual Studio 2010。Visual Studio是微软出品的集成开发环境(IDE),如果你早先针对微. 阅读全文
posted @ 2012-11-09 16:55 oolee 阅读(133) 评论(0) 推荐(0) 编辑
摘要: ASP.NET MVC3简介ASP.NET MVC Framework is a radical shift for web developers using the Microsoft platform. Itemphasizes clean architecture, design patterns, and testability, and it doesn’t try to conceal how theWeb works.对于使用微软平台的开发人员来说,ASP.NET MVC框架有了一个根本的转变.它强调"干净的"体系、设计模式、可测试性,同时它并不尝试隐藏WEB 阅读全文
posted @ 2012-11-09 16:50 oolee 阅读(137) 评论(0) 推荐(0) 编辑
摘要: Pro ASP.NET MVC 3 Framework精通ASP.NET MVC 3框架目 录Part 1: Introducing ASP.NET MVC 3第1部分:ASP.NET MVC 3介绍 Chapter 1: What’s the Big Idea? 第1章:伟大的思想 Chapter 2: Getting Ready 第2章:准备工作 Chapter 3: Your First MVC Application 第3章:第一个MVC应用程序 3.1 Creating a New ASP.NET MVC Project【生成一个新的MVC项目】 3.2 Re... 阅读全文
posted @ 2012-11-09 16:44 oolee 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 在使用CKEditor过程中遇到了一些问题,现把它整理成手册,以便随时翻阅.在页面<head>中引入ckeditor核心文件ckeditor.js< script type="text/javascript" src="ckeditor/ckeditor.js"></script>需要新建实例,假若CKEditor实例已存在if (CKEDITOR.instances['textarea_name']){CKEDITOR.instances['textarea_name'].destro 阅读全文
posted @ 2012-11-09 16:11 oolee 阅读(814) 评论(0) 推荐(0) 编辑