码迷,mamicode.com
首页 >  
搜索关键字:https    ( 132426个结果
Identify Smith Numbers
Link: https://www.hackerrank.com/challenges/identify-smith-numbers 1 def sum_digits(n): 2 return sum(int(x) for x in str(n)) 3 4 def prime_facto...
分类:其他好文   时间:2015-05-17 10:44:42    阅读次数:112
Python高级编程(1)-准备工作
1.1 安装 18 这里的版本是2.7.9;https://www.python.org/downloads/release/python-279/ 安装MinGW:针对WIndows平台开发的编译器,有gcc的各种功能,代替VC++; http://www.mingw.org/ http://so...
分类:编程语言   时间:2015-05-17 09:14:41    阅读次数:175
机器学习基石——第15-16讲.Validation
本栏目(机器学习)下机器学习基石专题是个人对Coursera公开课机器学习基石(2014)的学习心得与笔记。所有内容均来自Coursera公开课Machine Learning Foundations中Hsuan-Tien Lin林轩田老师的讲解。(https://class.coursera.org/ntumlone-002/lecture) 第15讲-------Validation ...
分类:其他好文   时间:2015-05-17 07:08:21    阅读次数:188
机器学习技法——第1-2讲.Linear Support Vector Machine
本栏目(机器学习)下机器学习技法专题是个人对Coursera公开课机器学习技法(2015)的学习心得与笔记。所有内容均来自Coursera公开课Machine Learning Techniques中Hsuan-Tien Lin林轩田老师的讲解。(https://class.coursera.org/ntumltwo-001/lecture) 第1讲-------Linear Support...
分类:系统相关   时间:2015-05-17 07:07:03    阅读次数:622
【Android】Context, What Context
#What Context? 英文原文:[Context, What Context?](http://possiblemobile.com/2013/06/context/) 译文Github地址:[Context, What Context?](https://github.com/xesam/tech-translate/blob/master/android/Con...
分类:移动开发   时间:2015-05-17 02:21:40    阅读次数:157
zabbix的Discovery功能
参考文档https://www.zabbix.com/documentation/2.2/manual/discovery一网络发现https://www.zabbix.com/documentation/2.2/manual/discovery/network_discoveryzabbix提供有效而灵活的自动网络发现功能,使用自动网络发现功能可以:1)加速zabbix的部署2)简化zabbix的管理3)..
分类:其他好文   时间:2015-05-17 02:15:51    阅读次数:608
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!