posted @ 2016-10-20 16:00 Jason.Liao 阅读(505) 评论(0) 推荐(0) 编辑
摘要:
Entity Framework ProviderManifestToken SQL 2008 2012 阅读全文
摘要:
Failed to write file data on cluster disk 0 partition 1, failure reason: The disk structure is corrupted and unreadable. 失败的原因是:磁盘结构受损且不可读。 这次链接的共享磁盘是 阅读全文
posted @ 2016-04-16 20:28 Jason.Liao 阅读(595) 评论(0) 推荐(0) 编辑
摘要:
Create Azure Mobile Service Error 500 阅读全文
posted @ 2016-02-18 10:53 Jason.Liao 阅读(294) 评论(0) 推荐(0) 编辑
摘要:
If Entity Framework throws a validation exception when saving, Visual Studio reports the message,Validation failed for one or more entities. See ‘Enti... 阅读全文
posted @ 2015-12-25 09:45 Jason.Liao 阅读(407) 评论(0) 推荐(0) 编辑
摘要:
One of my web project, which has a rdlc file using some expressions, was working fine while developing in visual studio 2013.After Iinstall the visual... 阅读全文
posted @ 2015-12-22 09:35 Jason.Liao 阅读(1136) 评论(0) 推荐(0) 编辑
摘要:
a memo for redis 64 operationsstart server in console:1. D:\>cd redis642. D:\redis64>redis-server.exe redis.windows.conf _._ ... 阅读全文
posted @ 2015-12-01 10:39 Jason.Liao 阅读(1011) 评论(0) 推荐(0) 编辑
摘要:
//定义OrderDetailsTable model类public class OrderDetailsTable{ public int OrderID { get; set; } public DateTime? OrderDate { get; set; } public ... 阅读全文
posted @ 2015-11-12 21:44 Jason.Liao 阅读(2853) 评论(0) 推荐(0) 编辑
摘要:
var PageTitleNotification = { Vars: { OriginalTitle: document.title, Interval: null, IsNotificationEnabled: false }, On:... 阅读全文
posted @ 2015-10-09 11:46 Jason.Liao 阅读(350) 评论(0) 推荐(0) 编辑