上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页

AE Map导出成emf图片

摘要: //emf图片 印刷业使用的图片格式。几乎所有图片软件都可打开http://bbs.esrichina-bj.cn/ESRI/viewthread.php?tid=56421 阅读全文
posted @ 2012-07-10 17:21 imihiro 阅读(283) 评论(0) 推荐(0) 编辑

为何断点不停 Application_Start()方法

摘要: 原因:启动调试Development Server已经启动。解决方式:停止右下角的Development Server,重新生成. F5 阅读全文
posted @ 2012-07-10 06:09 imihiro 阅读(615) 评论(0) 推荐(0) 编辑

MVC Tutorial Movie DIY

摘要: Razor cshtmlRazor cshtmlRazor即cshtml,是MVC的视图设计引擎.view 目录下的 _ViewStart.cshtml @{ Layout = "~/Views/Shared/_Layout.cshtml";}指定模板页 (即把_Layout.cshtml作为母页)sample列表>MovieStorehttp://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-model(3)index.cshtml (显示列表的Razor页)> 阅读全文
posted @ 2012-07-08 10:49 imihiro 阅读(955) 评论(0) 推荐(0) 编辑

MVC vs Aspx

摘要: http://weblogs.asp.net/shijuvarghese/archive/2008/07/09/asp-net-mvc-vs-asp-net-web-form.aspx 阅读全文
posted @ 2012-07-07 23:43 imihiro 阅读(197) 评论(0) 推荐(0) 编辑

Razor cshtml页面 的 特性

摘要: http://blog.joycode.com/scottgu/archives/2010/07/20/116030.joyRazor 开发者 介绍Razor的特性 阅读全文
posted @ 2012-07-07 16:12 imihiro 阅读(289) 评论(0) 推荐(0) 编辑

IIS7 MVC网站生成、发布

摘要: (1)生成。 确保System.Web.Mvc.dll在bin目录下(2)发布网站到文件系统(3)在IIS中为网站添加应用程序池(一个虚拟目录,一个应用程序池)(4)添加在默认网站下添加虚拟目录(5)转换为应用程序至此,部署完毕 阅读全文
posted @ 2012-07-07 09:29 imihiro 阅读(14496) 评论(1) 推荐(0) 编辑

MVC 4 教程

摘要: MVC4 前件:visual studio10 sp1http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/intro-to-aspnet-mvc-4(by Rick Anderson)Music Store (byJon Galloway)http://www.asp.net/mvc/tutorials/mvc-music-store/mvc-music-store-part-1http://ofps.oreilly.com/titles/9781449320317/ch_Intro.html(600P 阅读全文
posted @ 2012-07-06 15:43 imihiro 阅读(1004) 评论(0) 推荐(0) 编辑

Entity Framework 常用类

摘要: (1)DbContext (Entity FrameWork 5.0)(数据库的CRUD操作)(2)DbSet Represents a typed entity set that is used to perform create, read, update, and delete operations. DbSet is not publicly constructible and can only be created from a DbContext instance. (表的CRUD操作) 阅读全文
posted @ 2012-07-06 14:26 imihiro 阅读(321) 评论(0) 推荐(0) 编辑

MVC3 快速构建 影片信息网站; 字符和byte[]的相互转换

摘要: (1)新建ASP.NET MVC3 Application-->选择Internet Application 模版。 (需要.NET Framework 4.0, 并安装Visual Studio 2010)(2)在Model目录下添加类Movie.cs。 包含Movie Model和 Movie DbContext 两个类。(需要使用Entity Framework,该框架包含在vs 2010中) 代码如下namespace MVC3_Application.Models{ public class Movie { public int ID { get; set;... 阅读全文
posted @ 2012-07-06 13:59 imihiro 阅读(429) 评论(0) 推荐(0) 编辑

SQLServer Compact 简介

摘要: Microsoft SQL Server Compact 4.0 是一种免费的嵌入式数据库,软件开发人员可以使用它来构建 ASP.NET 网站和 Windows 桌面应用程序。SQL Server Compact 4.0 的优点是:占用的空间小,支持在应用程序文件夹中专门部署其二进制文件,轻松地使用 Visual Studio 和 WebMatrix 进行应用程序开发,以及无缝地将架构和数据迁移到 SQL Server。安装: 使用MS 的WPI(WebPlatform Installer) 安装 即可文件: 后缀名是.sdf sdf文件不能用SQLServer 附加到数据库 安装了SQLSe 阅读全文
posted @ 2012-07-06 13:42 imihiro 阅读(1369) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页