码迷,mamicode.com
首页 >  
搜索关键字:run    ( 19056个结果
【转】Spark架构与作业执行流程简介
原文链接 http://www.cnblogs.com/shenh062326/p/3658543.htmlSpark架构与作业执行流程简介Local模式运行Spark最简单的方法是通过Local模式(即伪分布式模式)。 运行命令为:./bin/run-example org.apache.spar...
分类:其他好文   时间:2015-09-14 01:49:15    阅读次数:178
Java I/O重定向
1、输入重定向 命令行:java [java类文件] [输出文件路径名] Eclipse:Run-->Run Configurations-->Common-->勾选File,输入[输出文件路径名] 代码:PrintStream printStream = new PrintStream( ...
分类:编程语言   时间:2015-09-13 18:33:23    阅读次数:204
leetcode [004] : Median of Two Sorted Arrays
There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh...
分类:其他好文   时间:2015-09-13 10:33:48    阅读次数:187
java6
exception处理try{}catch(){}catch{}finally{}依次向上层抛出异常,知道发现俘获异常的语句。调用栈throwable:Error、Exception多异常处理:exception是所有异常的父类子类异常要排到父类异常前面finally语句:无论是否有异常都执行Run...
分类:编程语言   时间:2015-09-13 10:27:37    阅读次数:153
rman 脚本
run{sql‘altersessionsetnls_date_format="yyyy-mm-ddhh24:mi:ss"‘;setuntiltime=‘2015-08-0501:59:59‘;restoredatabase;recoverdatabase;alterdatabaseopenresetlogs;}alterdatabasesetstandbydatabasetomaximizeperformance;run{setarchivelogdestinationto‘C:\arch‘;restore..
分类:其他好文   时间:2015-09-12 20:26:02    阅读次数:154
Open Source and Applications and Licenses
Part 1: Major Open Source ApplicationsThe Linux kernel can run a wide variety of software across many hardware platforms. A computer can act as aserve...
分类:移动开发   时间:2015-09-12 17:42:40    阅读次数:282
ubuntu14.04 caffe+cuda-7.0配置
首先安装cuda:从nvidia官网上下载:cuda-repo-ubuntu1404-7-0-local_7.0-28_amd64.deb,这里有run和deb两种,严重推荐deb格式,安装方便cd到cuda-repo-ubuntu1404-7-0-local_7.0-28_amd64.deb所在目...
分类:系统相关   时间:2015-09-12 14:52:31    阅读次数:346
【转】使用maven 如何生成源代码的jar包
原文链接 http://hw1287789687.iteye.com/blog/1943157如何使用maven 打包源代码呢? 方式一: 打开cmd命令行,进入项目所在路径,运行 mvn source:jar方式二:使用IDE,如eclipse 步骤: (1)右键点击项目,“Run as”,选择“...
分类:编程语言   时间:2015-09-12 06:18:29    阅读次数:141
Majority Element II
Given an integer array of sizen, find all elements that appear more than? n/3 ?times. The algorithm should run in linear time and in O(1) space.Analys...
分类:其他好文   时间:2015-09-12 06:18:08    阅读次数:117
leetcode2:线性表
/**********************************************Function:input two array and find the kth valuethe run time cost is O(log(m+n))************************...
分类:其他好文   时间:2015-09-11 22:07:27    阅读次数:193
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!