Network virtualization is a growing topic of interest and for some good reasons as networks scale to meet the challenges of cloud computing they are r...
分类:
Web程序 时间:
2014-08-06 22:23:52
阅读次数:
452
Extraction-Transformation-Loading的缩写,中文名称为数据提取、转换和加载。将数据从ORACLE中抽取数据,经过hive进行分析转换,最后存放到ORACLE中去。本案例是纯demo级别,练手使用一、需求将emp和dept表的数据分析最后存放到result表。emp和de...
分类:
其他好文 时间:
2014-08-06 22:14:52
阅读次数:
371
安装完后,打开后台就看到这个,特别烦,想立马干掉它。
找到文件admin/template/start.htm
文件找出所有的
Ajax.call('cloud.php?is_ajax=1&act=cloud_remind','', cloud_api, 'GET', 'JSON');
全部在前面打个双斜杠“//” 就可以了 !
下面就是效果截图:...
分类:
其他好文 时间:
2014-08-06 02:03:11
阅读次数:
225
题目:Given two words (start and end), and a dictionary, find all shortest transformation sequence(s) from start to end, such that:Only one letter can b....
分类:
编程语言 时间:
2014-08-06 01:52:30
阅读次数:
251
题目:Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from start to end, such that:Only one letter...
分类:
编程语言 时间:
2014-08-06 01:35:30
阅读次数:
389
Problem B: The Largest Clique
Given a directed graph G, consider the following transformation. First, create a new graph T(G) to have the same vertex set as G. Create a directed edge between two ve...
分类:
其他好文 时间:
2014-08-05 19:26:40
阅读次数:
365
K/3 Cloud是金蝶软件新推出的一款产品,介绍我就不多说了,谁用谁知道啊,那么我们如果要基于它做开发需要什么环境呢开发环境必备软件1 操作系统Windows X86/X64 或者Windows2008 R2 需要安装IIS ,应用服务器 ,MSMQ ,WAS2 数据库系统 SQL Server2...
分类:
其他好文 时间:
2014-08-05 09:30:09
阅读次数:
189
题目:初始给你一个1,然后每一次1变成01,0变成10求变化n步后,有多少个00。
分析:数学题。我们观察变化。
00 -> 1010 出现 10、01
01 -> 1001 出现 10、00、01
10 -> 0110 出现 01、11、10
11 -> 0101 出现 01、10...
分类:
其他好文 时间:
2014-08-04 14:27:57
阅读次数:
188
1.Introduction谷歌+微软有1000,000+服务器支持他们的服务,如google\bing\Gmail等等课程目标:如何建立安全的、可升级的(Scalable、Security)服务与手机通讯2.Communication Protocols选择一种设备和云之间联系的协议(“语言”),...
分类:
移动开发 时间:
2014-08-04 13:46:27
阅读次数:
285
Java Cryptography Architecture Standard Algorithm Name Documentation for JDK 8:
http://docs.oracle.com/javase/8/docs/api/index.html...
分类:
编程语言 时间:
2014-08-02 12:56:03
阅读次数:
400