一个程序员良好的素养可以从他的代码风格里看出。Python官方的开发者指南,PEP8中,列举了Style Guide for Python Code.摘录The Python's Tutorial中的依依列出。1.用4空格缩进,而不是tab键。2.使每行不超过79个字符,目的是小屏幕用户也能很好的阅...
分类:
编程语言 时间:
2015-08-03 18:23:13
阅读次数:
133
ZooKeeper Getting Started Guide Getting Started: Coordinating Distributed Applications with ? ? ?ZooKeeper Pre-requisites Download Standalone Operation Managing ZooKeeper Storage Connecting to Z...
分类:
其他好文 时间:
2015-08-03 17:06:59
阅读次数:
244
原文链接 :The official raywenderlich.com Objective-C style guide原文作者 :raywenderlich.com Team译文出自 :raywenderlich.com Objective-C编码规范译者 :Sam Lau由于我正在准备模仿饿了么...
分类:
其他好文 时间:
2015-08-02 21:22:55
阅读次数:
158
本文参考引用(http://www.csdn.net/article/2015-06-01/2824818-objective-c-style-guide/1)拥有良好的编码规范,能使我们的代码保持优雅,易读,易维护。我们现在从下面这些点开搞。1.代码组织在函数分组和protocol/delegat...
分类:
其他好文 时间:
2015-08-01 18:45:52
阅读次数:
98
英文地址:http://dojotoolkit.org/reference-guide/1.10/quickstart/writingWidgets.html#quickstart-writingwidgets 从头单独开发一个控件十分困难,我们提供有一些组件,你如果想修改他们或者扩展一个自己的组件...
分类:
其他好文 时间:
2015-07-31 18:09:11
阅读次数:
196
参考:http://scikit-learn.org/stable/presentations.html
scikit-learn的User Guide基本看完了(除了具体estimator部分),这里再摘录scikit-learn官方网站提供的额外资源,供之后学习。
关于supervised learning和unsupervised learning中涉及到的estimator,用...
分类:
其他好文 时间:
2015-07-31 10:44:28
阅读次数:
123
Spark SQL通过DataFrame接口支持多种数据源操作。一个DataFrame可以作为正常的RDD操作,也可以被注册为临时表。...
分类:
数据库 时间:
2015-07-30 21:28:09
阅读次数:
312
Mac OSXthis is a quick guide to build the official Moodle Mobile app on iOS. It should be pretty easy to do it for your own organization.Install xcode...
分类:
移动开发 时间:
2015-07-30 10:49:49
阅读次数:
241
Beginners Guide To Learn Dimension Reduction TechniquesIntroductionBrevity is the soul of witThis powerful quote by William Shakespeare applies well t...
分类:
其他好文 时间:
2015-07-29 20:59:51
阅读次数:
137
Spark SQL是处理结构化数据的Spark模块。它提供了DataFrames这种编程抽象,同时也可以作为分布式SQL查询引擎使用。DataFramesDataFrame是一个带有列名的分布式数据集合。等同于一张关系型数据库中的表或者R/Python中的data frame,不过在底层做了很多优化;我们可以使用结构化数据文件、Hive tables,外部数据库或者RDDS来构造DataFrames...
分类:
数据库 时间:
2015-07-29 17:22:28
阅读次数:
196