HTML字符实体(Character Entities)有些字符在HTML里有特别的含义,比如小于号
大于 > > & &符号 & & " 双引号 "
" 其他常用的字符实体(Character Entities)显示结果 说明 Entity Name...
分类:
Web程序 时间:
2014-05-16 05:55:34
阅读次数:
357
Asp.Net MVC 模型(使用Entity Framework创建模型类) -
Part.1这篇教程的目的是解释在创建ASP.NET MVC应用程序时,如何使用Microsoft Entity
Framework来创建数据访问类。这篇教程假设你事先对Microsoft Entity Framew...
分类:
Web程序 时间:
2014-05-16 05:26:23
阅读次数:
474
HTTP协议HTTP(HyperText Transfer
Protocol)协议是应用层协议,是一个基于请求(request)/响应(response)模式的、无状态的(stateless)协议HHTP
URLhttp://hostname[:port][abs_path]浏览器与服务器连接的一般...
分类:
编程语言 时间:
2014-05-15 16:34:34
阅读次数:
384
1.带有html标记内容提交(使用web编辑器):js: cshtml: @using
(Html.BeginForm("Add")) { 标题: ...
分类:
其他好文 时间:
2014-05-15 15:54:44
阅读次数:
255
request 对象代表来自客户端的请求,如 form
表单填写的信息常用的方法:getParameter、getParameterNames、getParameterValues、setAttribute、getAttributesetAttribute
和 getAttribute 一般成对出现...
分类:
编程语言 时间:
2014-05-15 10:40:31
阅读次数:
294
The Toy of Flandre Scarlet
Time Limit: 2 Seconds Memory Limit: 65536 KB
As you know, Flandre Scarlet loves her elder sister Remilia Scarlet, and of course, Remilia loves Flandre, too. B...
分类:
其他好文 时间:
2014-05-15 07:06:45
阅读次数:
259
//dal类: public class BaseDAL
{
string strConn = "";
public BaseDAL(string connString)
{
strConn = connString;
}
#region 通用增删改查
#region...
分类:
其他好文 时间:
2014-05-15 05:20:18
阅读次数:
283
这是我今天遇到的一个最棘手的问题,耗费了一下午的时间终于解决了。不知道为什么,今天做这个web项目时突然遇到下面这样一个错误:typeExceptionreport
message
descriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.
exception
org.ap..
分类:
其他好文 时间:
2014-05-15 00:29:29
阅读次数:
328
@InitBinder 在controller中注册一个customer protperty
editor以解析request中的参数并通过date bind机制与handler method中的参数做绑定。@InitBinderpublic void
initBinder(WebDataBinde...
分类:
其他好文 时间:
2014-05-14 13:34:32
阅读次数:
229
这是微软官方教程Getting Started with Entity Framework 6
Code First using MVC 5 系列的翻译,这里是第十篇:为ASP.NET MVC应用程序处理并发原文:Handling Concurrency
with the Entity Framew...
分类:
Web程序 时间:
2014-05-14 10:39:02
阅读次数:
695