码迷,mamicode.com
首页 >  
搜索关键字:creation    ( 446个结果
Spark学习笔记之SparkRDD
Spark学习笔记之SparkRDD一、 基本概念RDD(resilient distributed datasets)弹性分布式数据集。来自于两方面① 内存集合和外部存储系统② 通过转换来自于其他RDD,如map,filter等2.创建操作(creation operation):RDD的创建由S...
分类:其他好文   时间:2015-04-18 20:29:12    阅读次数:179
能够将 HTML 表格转换成图表的jQuery插件:Chartinator
点这里一个jQuery 插件能够将HTML 表格转换成图表,使用 Google Charts 实现。Chartinator当前支持以下特性:Creation of the following chart types using Google ChartsExtraction of data from...
分类:Web程序   时间:2015-04-08 10:51:17    阅读次数:133
线段树为什么要开4倍空间
线段树为什么要开4倍空间Creation Time: 19 March 2014Last Modified: 2014-03-23 01:01:26 scinart最近在看《具体数学》,这篇当做是一个练习吧。假设我们用一个数组来头轻脚重地存储一个线段树,根节点是1,孩子节点分别是2n, 2n+1, ...
分类:其他好文   时间:2015-04-08 00:53:02    阅读次数:272
使用Repository Creation Utility创建档案库并连接
使用Repository Creation Utility创建档案库并使用ODI Studio连接。
分类:其他好文   时间:2015-04-05 15:58:44    阅读次数:169
springmvc No Hibernate Session bound to thread
最近整合springmvc 发现一个离奇的报错,No Hibernate Session bound to thread, and configuration does not allow creation,就是这丫,之前在单元测试的时候测试sessionFactory,测试transaction都通过,正当我happy 的跑去做action的时候,这丫来个晴天霹雳啊.......没有一点点防...
分类:编程语言   时间:2015-04-05 09:12:37    阅读次数:177
Oracle导出空表(从来都没有用过的表)
Oracle11g默认对空表不分配segment,故使用exp导出Oracle11g数据库时,空表不会导出!1、设置deferred_segment_creation参数为FALSE后,无论是空表还是非控表,都分配segment。在sqlplus命令窗口中,执行:SQL> show paramete...
分类:数据库   时间:2015-04-01 19:20:56    阅读次数:205
How to load a local .CSS file & JavaScript resources using iPhone UIWebView Class
This post will cover the basic setup and creation of an application with web content for iPhone that will load local CSS files and some useful JavaScr...
分类:编程语言   时间:2015-04-01 17:32:32    阅读次数:290
Getting NoClassDefFoundError: android.os.AsyncTask
This problem has been bothering me for a bit and I cannot find a satisfactory solution. Many times (not always) in the creation of a specific object on the Android emulator I get NoClassDefFoundErr...
分类:移动开发   时间:2015-03-19 20:27:38    阅读次数:365
SHMMAX
SHMMAXAvailablephysicalmemoryDefinesthemaximumallowablesizeofonesharedmemorysegment.TheSHMMAXsettingshouldbelargeenoughtoholdtheentireSGAinonesharedmemorysegment.Alowsettingcancausecreationofmultiplesharedmemorysegmentswhichmayleadtoperformancedegradation...
分类:其他好文   时间:2015-03-18 10:47:48    阅读次数:138
446条   上一页 1 ... 35 36 37 38 39 ... 45 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!