上一页 1 ··· 25 26 27 28 29
摘要: 一、从官方网站下载UEditor,http://ueditor.baidu.com/website/download.html, 我下载的是1.53.net版本二、使用VS2013创建MVC4 工程,添加UEditor到Content下三、在VS中创建EF,主要model如下 using Syste... 阅读全文
posted @ 2015-05-11 17:56 lunawzh 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 写入Cookie HttpCookie _cookie = new HttpCookie("User");_cookie.Values.Add("UserName", login.UserName);_cookie.Values.Add("Password", login.Password);Res... 阅读全文
posted @ 2015-05-09 10:16 lunawzh 阅读(838) 评论(0) 推荐(0) 编辑
上一页 1 ··· 25 26 27 28 29