码迷,mamicode.com
首页 >  
搜索关键字:convert standalone    ( 5511个结果
Spark Standalone Mode单机安装
因为Spark与Hadoop是关联的,所以在安装Spark前应该根据已安装的Hadoop版本来选择待安装的Sqark版本,要不然就会报“Server IPC version X cannot communicate with client version Y”的错误。 我安装的Hadoop版本为Ha...
分类:其他好文   时间:2015-07-18 21:20:09    阅读次数:188
启动浏览器笔记
一,准备文件:准备两个包在eclipse中files和libLib下面log4j-1.2.17.jarselenium-server-standalone-2.44.0.jarfiles文件:二,代码代码:packagewebdriver;importorg.openqa.selenium.WebD...
分类:其他好文   时间:2015-07-18 19:57:00    阅读次数:273
Spark standalone安装(最小化集群部署)
Spark standalone安装-最小化集群部署(Spark官方建议使用Standalone模式) 集群规划: 主机 IP 软件 进程 sc1 192.168.1.61 spark Master、Worker sc2 192.168.1.62 spark Worker sc...
分类:其他好文   时间:2015-07-18 15:25:20    阅读次数:207
Leetcode--Day10
Question 1Integer to RomanGiven an integer, convert it to a roman numeral.Input is guaranteed to be within the range from 1 to 3999What we need to not...
分类:其他好文   时间:2015-07-18 07:03:30    阅读次数:98
Convert QWERTY to Dvorak
Time Limit:2000MSMemory Limit:65536KB64bit IO Format:%lld & %lluSubmitStatusPracticeZOJ 3878DescriptionEdward, a poor copy typist, is a user of the Dv...
分类:其他好文   时间:2015-07-17 22:24:45    阅读次数:131
leetCode 72.Edit Distance (编辑距离) 解题思路和方法
Edit Distance Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.) You have the following 3 op...
分类:其他好文   时间:2015-07-17 18:54:56    阅读次数:191
Synopsys TetraMAX Overlay with Synthesis(tx) vK-2015.06 Linux64 1CD集成电路测试的工具
Synopsys TetraMAX Overlay with Synthesis(tx) vK-2015.06 Linux64 1CD集成电路测试的工具Synopsys TetraMAX StandAlone(txs) vK-2015.06 Linux64 1CD集成电路测试Synopsys公司的集...
分类:系统相关   时间:2015-07-17 11:35:04    阅读次数:221
Leetcode -- Day 9
Question 1Roman to IntegerGiven a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.This problem is no...
分类:其他好文   时间:2015-07-17 07:05:18    阅读次数:118
sql server 日期格式化
Select CONVERT(varchar(100), GETDATE(), 0): 05 16 2006 10:57AMSelect CONVERT(varchar(100), GETDATE(), 1): 05/16/06Select CONVERT(varchar(100), GETDATE...
分类:数据库   时间:2015-07-16 11:09:14    阅读次数:187
15-07-08 数组-- 手机号抽奖、福利彩票随机生成
1.手机号抽奖 Console.WriteLine("请输入手机号的个数:"); int a = Convert.ToInt32(Console.ReadLine()); string[] sj = new string[a]; ...
分类:移动开发   时间:2015-07-16 00:44:53    阅读次数:244
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!