上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 60 下一页
摘要: 具体在哪看见的忘记了。 异步: public static class CallWebAPI { public static async Task<string> APIPost(string url, string data) { string result = string.Empty; //设 阅读全文
posted @ 2017-03-03 09:45 正怒月神 阅读(1225) 评论(0) 推荐(0)
摘要: 转载: http://blog.csdn.net/gugemichael/article/details/36688043写的挺好的,推荐大家看一下。”分布式系统设计“系列第一篇文章,这篇文章主要介绍一些入门的概念和原理,后面带来一些高可用、数据分布的实践方法!!各位... 阅读全文
posted @ 2017-03-02 17:26 正怒月神 阅读(211) 评论(0) 推荐(0)
摘要: 转载:https://news.cnblogs.com/n/563792/滴滴出行技术总监:关于技术选型的那些事儿 杜欢,滴滴出行技术总监,负责滴滴小巴业务的技术管理工作。在互联网领域已经有十年工作经验,曾就职于微软、百度,也曾自主创业两次,来到滴滴之后也经... 阅读全文
posted @ 2017-03-02 09:53 正怒月神 阅读(667) 评论(0) 推荐(0)
摘要: Self referencing loop detected......的错误解决方案:1 增加 [JsonIgnore] 过滤关联,使其不参与序列化。这个方法简单粗暴。但是你就没办法获取关联的json对象。2 序列化时,使用如下代码,list是model对象(只... 阅读全文
posted @ 2017-03-01 12:01 正怒月神 阅读(219) 评论(0) 推荐(0)
摘要: 由于之前已经安装了 OpenJDK 所以 这次我们可以直接下载 eclipse来安装。Eclipse 下载:http://www.eclipse.org/downloads/?osType=linux&release=undefined 如果下载后 在 下载目录... 阅读全文
posted @ 2017-02-24 10:08 正怒月神 阅读(1587) 评论(0) 推荐(0)
摘要: SQL动态行转列 关键字 :pivot复杂例子:(使用了连表查询)看一下图语句:--Studentselect * from [dbo].[Student]--StudentScoreselect * from [dbo].[StudentScore]--查询每天的加... 阅读全文
posted @ 2017-02-23 15:58 正怒月神 阅读(387) 评论(0) 推荐(0)
摘要: 安装完Linux后,我们继续(VMWare 安装 Linux http://blog.csdn.net/hanjun0612/article/details/55095955)这里我们开始学习安装 hadoop 如果你是 Ubuntu desktop版本,那么直接... 阅读全文
posted @ 2017-02-16 13:57 正怒月神 阅读(336) 评论(0) 推荐(0)
摘要: 参考 : http://www.aboutyun.com/thread-6780-1-1.html 这的是很详细。赞一下我这里就简化一下。1 下载: VMWare : https://download3.vmware.com/software/wkst/fi... 阅读全文
posted @ 2017-02-14 11:37 正怒月神 阅读(129) 评论(0) 推荐(0)
摘要: MVC后台 或者 Webapi都可以使用此方式前台@using (Html.BeginForm("Test","Test")){ }后台public ActionResult Test(string data) { if (... 阅读全文
posted @ 2017-01-19 11:51 正怒月神 阅读(537) 评论(0) 推荐(0)
摘要: 我看过的比较全的文章。赞一下原文链接:http://www.aboutyun.com/thread-8329-1-1.html问题导读:1.hadoop编程需要哪些基础?2.hadoop编程需要注意哪些问题?3.如何创建mapreduce程序及其包含几部分?4.如何远... 阅读全文
posted @ 2017-01-17 11:19 正怒月神 阅读(149) 评论(0) 推荐(0)
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 60 下一页