<!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> 目前随着公司开发模式的变更,swift也显得越发重要,相对来说,swift语言更加简洁,严谨.但相对而言,感觉swift细节的处理很繁琐,可能是还没适应的缘故吧.基本每写一句代码, ...
分类:
移动开发 时间:
2016-08-17 15:22:23
阅读次数:
223
新手刚开始学习比较迷茫,参考下面,然后找相关资料学习1 Spark基础篇 1.1 Spark生态和安装部署 在安装过程中,理解其基本操作步骤。 安装部署 Spark安装简介 Spark的源码编译 Spark Standalone安装 Spark Standalone HA安装 Spark应用程序部署 ...
分类:
其他好文 时间:
2016-08-15 17:11:15
阅读次数:
131
文档目的能够使用vCenterConverterStandalone将物理机操作系统迁移到虚拟机操作系统基础知识vCenterConverterStandalone能将物理机上的操作系统、VMware虚拟机上的操作系统或者Hype-V上的虚拟机操作系统迁移到VMware上。系统环境操作系统:WindowsServer2012R2StandardvCenterC..
分类:
其他好文 时间:
2016-08-14 14:50:59
阅读次数:
215
最近读了一本关于设计模式的书《大话设计模式》,该书以叙述故事的形式,讲述了很多的设计模式,让人耳目一新,印象深刻。 <!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> 1)定义 2)模式图 3)个人体会: 定义了一个 状态的接口,各 ...
分类:
其他好文 时间:
2016-08-13 11:25:29
阅读次数:
148
最近转战unity3d,接的第一个任务就是关于资源管理的部分。 由于项目是web和standalone(微端)并存的,所以希望保证业务逻辑尽量保持一致,跟之前ios,android的执行流程略有不同,比如在web模式下,FILE类是被禁用的,所以指望通过写文件来操作相关功能参数的方法是不可行的。下面 ...
分类:
其他好文 时间:
2016-08-09 18:53:23
阅读次数:
259
首先什么是REPL? A Read-Eval-Print-Loop (REPL) is available both as a standalone program and easily includable in other programs. REPL provides a way to int ...
分类:
编程语言 时间:
2016-07-25 18:03:30
阅读次数:
1008
XML内容如下:<?xmlversion="1.0"encoding="utf-8"standalone="no"?>
<manifestxmlns:android="http://schemas.android.com/apk/res/android"package="com.dongbao.wauoen.interappactivitytesting"platformBuildVersionCode="23"platformBuildVersionName="6.0-27040..
分类:
移动开发 时间:
2016-07-24 21:08:30
阅读次数:
254
<!--?xml version="1.0" encoding="UTF-8" standalone="no"?--> /比如rgb 色值为73、 148 、230 那么ios 里面要在后面加.0f 再除以255[bline setBackgroundColor:[UIColor colorWith ...
分类:
其他好文 时间:
2016-07-20 22:56:25
阅读次数:
288
1、官网下载rabbitmq-server-3.6.3, 地址http://www.rabbitmq.com/install-standalone-mac.html。2、tar -zxvf rabbitmq-server-mac-standalone-3.6.3.tar.xz3、vim /etc/h ...
分类:
系统相关 时间:
2016-07-19 20:23:04
阅读次数:
782
Spark
阅读官方文档
Spark Quick Start
Spark Programming Guide
Spark SQL, DataFrames and Datasets Guide
Cluster Mode Overview
Spark Standalone Mode
重要的概念:resilient distributed dataset (RDD), a collection...
分类:
其他好文 时间:
2016-07-15 21:44:33
阅读次数:
340