摘要:
1. sql prompt 字段,表,存储过程智能提示 阅读全文
posted @ 2013-12-10 14:28
水墨.MR.H
阅读(201)
评论(0)
推荐(0)
|
摘要:
1. sql prompt 字段,表,存储过程智能提示 阅读全文
posted @ 2013-12-10 14:28
水墨.MR.H
阅读(201)
评论(0)
推荐(0)
摘要:
iis 设置主机头,设置host文件 阅读全文
posted @ 2013-12-01 00:41
水墨.MR.H
阅读(1135)
评论(0)
推荐(0)
摘要:
错误代码: var orders = db.Orders.Where(o => o.UserId == userid).Select(c => new Order { OrderId = c.OrderId, Ord... 阅读全文
posted @ 2013-07-20 16:58
水墨.MR.H
阅读(4591)
评论(3)
推荐(0)
摘要:
通常原始代码如下: Where id=Convert.ToInt32(cousid) 更改后代码: Var currentid= Convert.ToInt32(cousid); Wehre id=currentid; 阅读全文
posted @ 2013-07-20 16:56
水墨.MR.H
阅读(2073)
评论(0)
推荐(0)
摘要:
windows live writer 原始图片大小设置 阅读全文
posted @ 2013-07-19 21:07
水墨.MR.H
阅读(298)
评论(0)
推荐(0)
摘要:
model 类的属性写错了 错误写法: public province { public int provinceId; public string Name; } public City { public int CityId; public string Name; public int provinceId;... 阅读全文
posted @ 2013-07-15 22:06
水墨.MR.H
阅读(445)
评论(0)
推荐(0)
摘要:
Model compatibility cannot be checked because the database does not contain model metadata. Ensure that IncludeMetadataConvention has been added to the DbModelBuilder conventions 调试MVC3 web项目出的... 阅读全文
posted @ 2013-07-15 22:00
水墨.MR.H
阅读(1256)
评论(0)
推荐(0)
摘要:
System.Web.Security.Membership Membership.GetUser().UserName可以得到当前登录的用户信息。 阅读全文
posted @ 2013-07-15 20:02
水墨.MR.H
阅读(261)
评论(0)
推荐(0)
|