码迷,mamicode.com
首页 >  
搜索关键字:scratch    ( 282个结果
spark优化之临时目录
官方是这样说的:Directory to use for "scratch" space in Spark, including map output files and RDDs that get stored on disk. This should be on a fast, local di...
分类:其他好文   时间:2015-05-18 18:19:14    阅读次数:232
My first Scratch small game
My first Scratch small game:https://scratch.mit.edu/projects/62700370/PC or Mac only.Browser & flash player required.Bugs report & improvements are we...
分类:其他好文   时间:2015-05-17 21:30:06    阅读次数:140
(二)NS3如何编译、运行脚本和 Command Line命令行参数设置
二、编译和运行脚本 7. 编译和运行脚本主要步骤 1) 将编写的脚本复制到ns-3.22/scratch目录下(可以在ubuntu窗口界面直接复制) 进入ns3目录: /ns-3.22 $ cp examples/tutorial/first.cc  scratch/myfirst.cc将脚本复制到scratch目录下 2) 构建(编译) $ ./waf 3) 运行 $ ./waf...
分类:其他好文   时间:2015-04-28 18:32:33    阅读次数:654
Comment Only What the Code Cannot Say
Code in the Language of the DomainDan NorthPiCTURE TWO CODEBASES. In one, you come across: if (portfolioIdsByTraderId.get(trader.getId()) .containsKey(portfolio.getId())) {...}You scratch your...
分类:其他好文   时间:2015-04-18 17:51:48    阅读次数:116
Choose Your Tools with Care
Choose Your Tools with CareGiovanni AsproniMODERN APPLiCATiONS ARE VERY RARELY BUiLT FROM SCRATCH. They are assembled using existing tools—components, libraries, and frameworks— for a number of good re...
分类:其他好文   时间:2015-04-18 17:51:38    阅读次数:102
LFS(Linux From Scratch)学习
一、环境准备 使用Debian平台,需做如下环境检查: 1、检查各个需要的工具及内核版本号,看看是否符合lfs7.7的列表要求 2、检查需要用到的库,一共有三个,gmp, mpfr和mpc 工具检查脚本如下: #filename:check_env.sh#/bin/sh export LC_ALL=...
分类:系统相关   时间:2015-04-10 11:15:20    阅读次数:249
Text Understanding from Scratch
Text Understanding from Scratch Xiang Zhang,?Yann LeCun (Submitted on 5 Feb 2015) This article demontrates that we can apply deep learning to text understanding from character-level inputs all the...
分类:其他好文   时间:2015-02-06 19:10:43    阅读次数:136
使用Maven构建一个简单的java工程
原文是我在学习Spring的过程中,在Spring的官网上看到的一个指南:BuildingJava Projects with Maven——http://spring.io/guides/gs/maven/#scratch。我也是刚接触Maven。看到这篇文章觉得非常简单,但又非常实用,尤其是对于像我这样的Maven初学者。基本上看了这篇后能大概只能Maven是个什么东西,干点什么事,并能够上手...
分类:编程语言   时间:2015-02-03 15:06:38    阅读次数:230
canvas 之刮刮卡
Document (function (doc,win){ var Scratch = function(options){ this.options = options; this.up = doc.querySelector("#up"); t...
分类:其他好文   时间:2015-01-23 18:02:14    阅读次数:193
安装LFS失败之后,连pkg-config不能用
安装LFS失败之后,连pkg-config不能用安装LFS失败之后,连pkg-config不能用安装 linux from scratch 失败之后,没心情再继续折腾。后来发现平常的 .configure也不能用了。总会出现如下错误:./configure: /usr/bin/pkg-config:...
分类:其他好文   时间:2015-01-21 19:53:29    阅读次数:103
282条   上一页 1 ... 25 26 27 28 29 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!