学习underscore.js数组相关API的时候,遇到了sparse array这个东西,以前没有接触过。这里学习下什么是稀疏数组和密集数组。JavaScript中的数组并不像我们在C或java等语言中遇到的常规数组,在js中数组并不是起始地址+长度构成的一片连续的地址空间。...
分类:
编程语言 时间:
2014-10-17 21:57:33
阅读次数:
257
oracle中imp命令具体解释 Oracle的导入有用程序(Import utility)同意从数据库提取数据,而且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],下面例举imp经常使用用法。 1. 获取帮助 imp help=y...
分类:
数据库 时间:
2014-10-17 18:22:05
阅读次数:
390
众所周知,在安装Oracle BIEE之前需要安装Oracle RCU(Oracle Repository Creation Utility),美其名曰资料档案库.如果单单的从名称上来说,那就是我们实现创建好了一个档案库或者说是一个容器,来为安装Oracle BIEE做准备,是的,我想暂时可以这么理...
分类:
其他好文 时间:
2014-10-14 12:56:08
阅读次数:
216
1、启动source IQ-16_0.sh命令行查看安装程序是否成功start_iq -v22、数据库、表空间start_iq -n utility_dbdbisql -c 'uid=dba;pwd=sql;eng=utility_db;dbn=utility_db' -nogui-- 建立数据库(...
分类:
数据库 时间:
2014-10-13 21:46:57
阅读次数:
414
oracle中imp命令具体解释 Oracle的导入有用程序(Import utility)同意从数据库提取数据,而且将数据写入操作系统文件。imp使用的基本格式:imp[username[/password[@service]]],下面例举imp经常使用用法。 1. 获取帮助 imp help=y...
分类:
数据库 时间:
2014-10-13 20:39:57
阅读次数:
288
JD-GUI-很实用的反编译工具 JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant acce...
分类:
其他好文 时间:
2014-10-11 20:44:37
阅读次数:
230
JavaBean规范文档:[http://download.oracle.com/otndocs/jcp/7224-javabeans-1.01-fr-spec-oth-JSpec/][1] 关于属性名的部分: >Utility method to take a string and convert it to normal Java variable name...
分类:
编程语言 时间:
2014-10-11 15:26:55
阅读次数:
179
1、前言Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems(Eucalyptus)是一种开源的软件基础结构,用来通过计算集群或工作站群实现弹性的、实用的云计算。它最初是美国加利福尼亚大学...
分类:
其他好文 时间:
2014-10-11 12:36:55
阅读次数:
262
-- 启动IQ管理 >> start_iq -n utility_db -n utility_db >> dbisql -c "uid=dba;pwd=sql;eng=utility_db;dbn=utility_db" -- 创建数据库 CREATE DATABASE ‘D:\\SyLabs\\data\\mydb‘ ? CASE IGNORE ? PAGE SIZ...
分类:
其他好文 时间:
2014-10-10 13:36:44
阅读次数:
204
CopyTable is a simple Apache HBase utility that, unsurprisingly, can be used for copying individual tables within an HBase cluster or from one HBase cluster to another. In this blog post, we’ll talk a...
分类:
其他好文 时间:
2014-10-10 11:34:01
阅读次数:
246