01 2017 档案

摘要:MVC后台 或者 Webapi都可以使用此方式前台@using (Html.BeginForm("Test","Test")){ }后台public ActionResult Test(string data) { if (... 阅读全文
posted @ 2017-01-19 11:51 正怒月神 阅读(530) 评论(0) 推荐(0) 编辑
摘要:我看过的比较全的文章。赞一下原文链接:http://www.aboutyun.com/thread-8329-1-1.html问题导读:1.hadoop编程需要哪些基础?2.hadoop编程需要注意哪些问题?3.如何创建mapreduce程序及其包含几部分?4.如何远... 阅读全文
posted @ 2017-01-17 11:19 正怒月神 阅读(131) 评论(0) 推荐(0) 编辑
摘要:最近项目需要使用redis。然后我就满怀激情开始处理数据层了。在原来查询数据的基础上,有封装了一个redis缓存层。结果在redis保存ef对象的时候,发现了一个非常尴尬的问题。model:public partial class SYS_User { ... 阅读全文
posted @ 2017-01-13 16:43 正怒月神 阅读(263) 评论(0) 推荐(0) 编辑
摘要:private static string emailAccount = WebConfigurationManager.AppSettings["emailAccount"]; private static string emailPwd = Web... 阅读全文
posted @ 2017-01-09 14:45 正怒月神 阅读(170) 评论(0) 推荐(0) 编辑
摘要:public ActionResult CreateExcel(EL_ExhibitList entity) { EL_ExhibitListBLL exl = new EL_ExhibitListBLL(); ... 阅读全文
posted @ 2017-01-06 16:00 正怒月神 阅读(101) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示