码迷,mamicode.com
首页 > 2015年03月02日 > 全部分享
1020. Tree Traversals (25)
Suppose that all the keys in a binary tree are distinct positive integers. Given the postorder and inorder traversal sequences, you are supposed to output the level order traversal sequence of the cor...
分类:其他好文   时间:2015-03-02 19:10:38    阅读次数:135
Knockout 事件传递参数的方法
在Knockout中直接使用函数传递参数是不行的,会导致函数在初始化时就被调用,例如:        将导致函数在初始化时,点击事件changeEditor()函数就被调用,显然,违背初衷。         要实现参数的传递,有2种方法: 1、方法一:使用函数包裹 Mouse over me 点击事件响应函数又套了一层,调用chageEditor函数,在原changeEdi...
分类:其他好文   时间:2015-03-02 19:08:49    阅读次数:879
1023. Have Fun with Numbers (20)
Notice that the number 123456789 is a 9-digit number consisting exactly the numbers from 1 to 9, with no duplication. Double it we will obtain 246913578, which happens to be another 9-digit number con...
分类:其他好文   时间:2015-03-02 19:09:06    阅读次数:193
Java使用HttpClient的HttpGet获取网页内容
项目添加HttpClient jar包引用 引用:import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apa...
分类:编程语言   时间:2015-03-02 19:09:13    阅读次数:1019
1026. Table Tennis (30)
A table tennis club has N tables available to the public. The tables are numbered from 1 to N. For any pair of players, if there are some tables open when they arrive, they will be assigned to the ava...
分类:其他好文   时间:2015-03-02 19:10:02    阅读次数:126
1024. Palindromic Number (25)
A number that will be the same when it is written forwards or backwards is known as a Palindromic Number. For example, 1234321 is a palindromic number. All single digit numbers are palindromic numbers...
分类:其他好文   时间:2015-03-02 19:09:13    阅读次数:151
关于SSH2框架搭建过程中出现的问题的总结
以前接触过SSH框架,但是一直都没有用过,然后这段时间又重新回顾了一下,当然,期间也碰到了不少问题,然后就在网上查相关资料,折腾了一番,也学到了不少东西,所以决定整理下来。使用的IDE工具是Myeclipse10.1,碰到的问题大致有下面几个:1、问题1——控制台报加载Struts配置文件失败的异常。异常原因:主要是缺少struts2-spring-plugin-2.X.X.X这个插件jar包。...
分类:其他好文   时间:2015-03-02 19:08:13    阅读次数:942
Linux内核源代码情景分析-内存管理之用户页面的定期换出
我们已经看到在分配ni...
分类:系统相关   时间:2015-03-02 19:07:51    阅读次数:177
13.app后端为什么要用到消息队列
很多没有实际项目经验的小伙伴,对消息队列系统非常陌生,看着很多架构的介绍中,都提到消息队列。但是,不知道为什么要用消息队列?什么是消息队列?常见的消息队列产品有哪些?通过阅读本文,帮你解开以上的疑惑。...
分类:移动开发   时间:2015-03-02 19:07:41    阅读次数:179
hadoop伪分布模式搭建(下)
搭建伪分布式是在一台机器上模拟分布式部署,方便学习和调试。 1.解压hadoop文件 下载好的hadoop ,我们可以通过使用WinSCP 把压缩包软件把它 从宿主机复制移动到linux 的/usr/local 目录下。 解压缩文件,并重命名为hadoop,方便使用。重命名后这时,hadoop 目录的完整路径是“/usr/local/hadoop” 设置...
分类:其他好文   时间:2015-03-02 19:09:59    阅读次数:121
WebService入门_01
1、XML约束-schema ...
分类:Web程序   时间:2015-03-02 19:08:59    阅读次数:156
各种各样的client
我们看webkit代码,到处是client,那么何为client呢? 其实,client(客户端)指的就是对某件事情感兴趣的人(物),对Frame加载感兴趣的人,他可以继承Frame加载器的客户端,通过客户端的一系列接口,他就可以获知Frame加载到什么阶段了。请看FrameLoaderClient的各种各样的事件接口: 将要发生型:     virtual void dispat...
分类:其他好文   时间:2015-03-02 19:08:09    阅读次数:115
hive 处理敏感字段
hive使用regexp_replace函数,处理敏感字段。...
分类:其他好文   时间:2015-03-02 19:06:37    阅读次数:604
HDU 1010 && ZOJ 2110 Tempter of the bone (DFS + 奇偶剪枝)
Problem Description: The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could feel the ground sinking. He...
分类:其他好文   时间:2015-03-02 19:07:09    阅读次数:178
棋盘覆盖问题
在一个2^k×2^k (k≥0)个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为特殊方格。显然,特殊方格在棋盘中可能出现的位置有4^k种,因而有4^k种不同的棋盘,图4.10(a)所示是k=2时16种棋盘中的一个。棋盘覆盖问题(chess cover problem)要求用图4.10(b)所示的4种不同形状的L型骨牌覆盖给定棋盘上除特殊方格以外的所有方格,且任何2个L型骨牌不得重叠覆盖。...
分类:其他好文   时间:2015-03-02 19:06:09    阅读次数:113
1.1 安装运行Appium初体验
一、适用操作系统   Win7 旗舰版Sp1 64位操作系统 或 32位操作系统 二、所需软件   jdk-7u45-windows-i586.exe   node-v0.10.28-x86.msi (32位)下载地址:http://nodejs.org/download/   adt-bundle-windows-x86-20140321.zip   SDK下载地址:http...
分类:移动开发   时间:2015-03-02 19:07:55    阅读次数:283
spark SQL编程动手实战-01
首先创建SparkContext上下文: 接着引入隐身转换,用于把RDD转成SchemaRDD: 接下来定义一个case class 来用于描述和存储SQL表中的每一行数据: 接下来要加载数据,这里的测试数据是user.txt文件: 我们创建好use.txt增加内容并上传到hdfs中: web控制台查询: hdfs命令查询: 加...
分类:数据库   时间:2015-03-02 19:08:17    阅读次数:222
1948条   上一页 1 ... 28 29 30 31 32 33 34 ... 115 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!