摘要:
一、从官方网站下载UEditor,http://ueditor.baidu.com/website/download.html, 我下载的是1.53.net版本二、使用VS2013创建MVC4 工程,添加UEditor到Content下三、在VS中创建EF,主要model如下 using Syste... 阅读全文
摘要:
写入Cookie HttpCookie _cookie = new HttpCookie("User");_cookie.Values.Add("UserName", login.UserName);_cookie.Values.Add("Password", login.Password);Res... 阅读全文