码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
C# Distinct使用
官网Enumerable.Distinct https://msdn.microsoft.com/zh-cn/library/bb338049.aspx CSDN中作者oriency755 关于Distinct的使用: http://blog.csdn.net/oriency755/article/ ...
分类:Windows程序   时间:2016-04-05 09:29:35    阅读次数:309
[转]Hadoop参数汇总
出自:https://segmentfault.com/a/1190000000709725 Hadoop参数大全 主要配置文件: core hdfs yarn mapred 重要性表示如下: 重要 一般 不重要 core-default.xml hadoop.common.configuratio ...
分类:其他好文   时间:2016-04-05 09:22:33    阅读次数:253
带你一步步实现线程池异步回调
转载请注明出处作者:晓渡文章地址:https://greatestrabit.github.io/2016/03/29/callback/1.字面意义上的回调字面意思上理解回调,就是A调用B,B回过头来再调用A,即是回调.既然是这样,当然就要求A中有B,B中有A.如下:classA{ /** *提出问题 *@authorxiaodu.email@gmail.com *@..
分类:编程语言   时间:2016-04-05 02:17:02    阅读次数:272
Rx学习(一)
RXjava学习资料: https://www.gitbook.com/book/yuxingxin/rxjava-essentials-cn/details 如下只是学习笔记而已,后面添加实战案例,现在只是理论总结: Rxjava语言特点: 1,易于并发从而更好的利用服务器的能力; 2,易于有条件 ...
分类:其他好文   时间:2016-04-05 00:42:19    阅读次数:234
juniper官网相关网址
序列号查询: http://tools.juniper.net/SerialNumberEntitlementSearch/ 产品注册: https://tools.juniper.net/svcreg/SRegSerialSearch.jsp junos镜像下载: http://www.junip ...
分类:其他好文   时间:2016-04-05 00:28:12    阅读次数:146
Xamarin相关学习预估
以前没有开发过app也没有了解过,当然只是用过,现在迫于形势无奈活到老学到老。 初步想了下app相关开发所涉及的知识点 一 app相关资源监视 1.1 网络监视器:https://github.com/jamesmontemagno/Xamarin.Plugins/tree/master/Conne ...
分类:其他好文   时间:2016-04-05 00:17:32    阅读次数:228
第五周可执行代码 以及 Canvas 制作个人PSP分类饼图
第五周可执行代码已经上传github,地址是https://github.com/yanyige/CourseWork/tree/master/Week4。以及效果在http://yanyige.github.io/Week4/中展示。 这里使用Canvas绘图制作PSP饼图,整个实现方法参考Jav ...
分类:其他好文   时间:2016-04-05 00:16:13    阅读次数:174
Azure Cloud Application Design and Implementation Guidance performance-optimization
https://github.com/mspnp/azure-guidance https://github.com/mspnp/performance-optimization https://github.com/mspnp/data-pipeline Cloud Design Patterns ...
分类:移动开发   时间:2016-04-05 00:04:01    阅读次数:195
lldb
1 p/x 16 转16进制https://sourceware.org/gdb/onlinedocs/gdb/Output-Formats.html/t 二进制 /s 字符串 /c char /d 十进制2 c/s/n/f continume/ step into /next /finish3fr... ...
分类:数据库   时间:2016-04-04 22:46:45    阅读次数:261
机器学习技法-决策树和CART分类回归树构建算法
课程地址:https://class.coursera.org/ntumltwo-002/lecture 重要!重要!重要~ 一、决策树(Decision Tree)、口袋(Bagging),自适应增强(AdaBoost) Bagging和AdaBoost算法再分类的时候,是让所有的弱分类器同时发挥... ...
分类:编程语言   时间:2016-04-04 20:56:34    阅读次数:510
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!