码迷,mamicode.com
首页 >  
搜索关键字:binary index tree    ( 56466个结果
Uva227.Puzzle
题目连接:http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=163#ProblemVerdictLanguageRun TimeSubmission Date1...
分类:其他好文   时间:2014-06-20 20:23:12    阅读次数:365
Leetcode: Binary Tree Preorder Traversal
Given a binary tree, return the preorder traversal of its nodes' values.For example:Given binary tree {1,#,2,3}, 1 \ 2 / 3return [1,2,3]...
分类:其他好文   时间:2014-06-20 19:37:40    阅读次数:136
Zabbix监控Linux磁盘I/O
东西都上传到这里了:https://github.com/RexKang/Zabbix/tree/master/OS/Linux-disk-discovery 需要用到的东西:Zabbix的LLD:https://www.zabbix.com/documentation/2.0/manual/dis...
分类:系统相关   时间:2014-06-20 19:30:34    阅读次数:393
【新手入门】基于Cocos2d-x-2.2x 创建新项目(一)
来自:http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/cocos2d-x-ch/manual/framework/native/v2/getting-started/setting-up-development-enviro...
分类:其他好文   时间:2014-06-20 19:07:37    阅读次数:196
leetcode - Symmetric Tree
题目:Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmet...
分类:其他好文   时间:2014-06-20 18:44:41    阅读次数:279
502 Proxy Error。The ISA Server denied the specified Uniform Resource Locator (URL).
问题:部署好项目,在IE地址栏输入http://localhost/myweb/index.aspx,回车后报错:解释: 试图访问的页面出现问题,无法显示此页面。 尝试下列:刷新页: 单击“刷新”按钮来再次搜索此页。超时可能是由于 Internet 拥塞造成的。 检查拼写: 请检查您是否正确键入了网...
分类:其他好文   时间:2014-06-20 18:39:25    阅读次数:309
lucene 分词器
分词器 作用:切分关键词的。 在什么地方使用到了:在建立索引和搜索时。 原文:An IndexWriter creates and maintains an index. 1,切分: An IndexWriter creates and maintains an index...
分类:其他好文   时间:2014-06-20 18:27:48    阅读次数:160
Windows中使用MySQL 数据查询(三)
一、排序 select * from employees order by name; 字符型默认字符顺序(也就是说z永远比a大),不管大小写;如果想按编码值排序(也就是说小写永远大于大写),则使用 select * from employees order by binary name;二、...
分类:数据库   时间:2014-06-20 18:00:44    阅读次数:278
4.3 z-index和display
一、z-index空间位置z-index属性用于调整定位时重叠块的上下位置,与它的名称一样,想象页面为x-y轴,垂直于页面的方向为z轴.z-index值大的页面位于其值小的上方,如图1所示。图1 z-index轴z-index属性的值为整数,可以是正数也可以是负数。当块放设置了position属性时...
分类:其他好文   时间:2014-06-20 15:43:57    阅读次数:317
Uboot的串口下载文件命令:loads / loadb / loady
1. loadsloads [ off ]通过串口,下载S-Rec文件到off位置loads命令可以通过串口线下载S-Record格式文件。2. loadbloadb [ off ] [ baud ]通过串口,以baud速率,下载binary到off位置(即:kermit protocol)load...
分类:数据库   时间:2014-06-20 14:11:51    阅读次数:607
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!