首页 > 2014年11月22日 > 全部分享
Binary Tree Postorder Traversal
Given a binary tree, return thepostordertraversal of its nodes' values.For example:Given binary tree{1,#,2,3}, 1 \ 2 / 3return[3,2,1].C+...
分类:其他   时间:2014-11-22 09:11:18    收藏:0  评论:0  赞:0  阅读:185
C++11中的array
stl中的vector功能相比普通数据而言是要强大很多的,代价是需要动态的内存管理机制(分配,再分配,释放)。而有时候我们只需要普通的数组而已,这就带来了效率上的浪费。array就是用来代替普通的数组的,打开头文件,发现该模板中有如下语句:_Ty _Elems[_Size == 0 ? 1 : _S...
分类:编程语言   时间:2014-11-22 09:11:08    收藏:0  评论:0  赞:0  阅读:269
MyEclipse_搭建SSH框架
1.新WEB工程,并把编码设为utf-8:XbyOA->Properties->others->utf-8;2.添加框架环境:Junit + Struts2 + Hibernate + Spring; 【加jar包 + 拷配置文件 + 修改配置文件】 【1】XbyOA->bulid path->Ad...
分类:系统服务   时间:2014-11-22 09:10:58    收藏:0  评论:0  赞:0  阅读:295
机房收费总结之硕果累累
二、技术应用        1、设计模式的实践        2、Uml图的注意点        3、文档的重要 三、思想成长        3、满含期待的结束        3、满含期待的结束        3、满含期待的结束...
分类:其他   时间:2014-11-22 08:08:58    收藏:0  评论:0  赞:0  阅读:263
POJ.grids.2980
题目链接:http://bailian.openjudge.cn/practice/2980解题思路:先将对应位相乘的积累加,最后再来处理进位问题;如 835*49;先做 835*9;得到 i 2 1 0 72 27 45再做 835*4得到 i 3 2 1 0 32 12 20 0再把对应位上的....
分类:其他   时间:2014-11-22 08:08:28    收藏:0  评论:0  赞:0  阅读:262
BZOJ1150: [CTSC2007]数据备份Backup
1150: [CTSC2007]数据备份BackupTime Limit: 10 SecMemory Limit: 162 MBSubmit: 682Solved: 294[Submit][Status]DescriptionInput输入的第一行包含整数n和k,其中n(2 ≤ n ≤100 000...
分类:其他   时间:2014-11-22 08:08:19    收藏:0  评论:0  赞:0  阅读:371
xcode快捷键大全
调整图片大小的时候按下:option键让让控件跟内容一样大:command+=http://www.cr173.com/html/21801_1.html一、关于运行调试1、运行,停止,都在工具栏的Product里。Command + R 运行。Command + . 停止2、F6单步调试、F7.....
分类:其他   时间:2014-11-22 08:08:08    收藏:0  评论:0  赞:0  阅读:272
Hibernate: 关联关系一对多映射
新建Student 类, Class 类, 设置Id, name; get, set方法在Student 类下增添 private Class c;Student.hbm.xml中 添加 //多对一 1 2 5 6 7 8 9 1...
分类:Web开发   时间:2014-11-22 08:07:58    收藏:0  评论:0  赞:0  阅读:130
LeetCode: Substring with Concatenation of All Words 解题报告
Substring with Concatenation of All WordsYou are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices...
分类:其他   时间:2014-11-22 08:07:48    收藏:0  评论:0  赞:0  阅读:560
Routing with restify and socket.io in node
I have a node app which routes the request based on the url using restfy. Now in want to bring socket into picture. But app doesnot redirect to the function when when socket.io is used. I am using ...
分类:其他   时间:2014-11-22 07:06:58    收藏:0  评论:0  赞:0  阅读:348
linux screen 配置
setenv LC_CTYPE en_US.UTF-8 defutf8 on termcapinfo xterm ‘hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007‘ # 启动时不显示欢迎屏幕 startup_message off # 屏幕缓冲区 1024 行。 defscrollbac...
分类:系统服务   时间:2014-11-22 07:06:49    收藏:0  评论:0  赞:0  阅读:298
Jfinal_weixin demo的使用分析
如何开发微信,这个东西大家可以去参考tencent的那个微信开发文档,今天主要讲的都是Jfinal_weixin这个东西,也就是官网的那个demo。首先大家可以去官网上去找那个微信的demo。如果不知道官网地址,去群里问吧,那...
分类:其他   时间:2014-11-22 07:06:39    收藏:0  评论:0  赞:0  阅读:272
KMP的自我研究之路(一)
这里写了我的KMP自我研究的结果,重点在于KMP算法的思考路径,而不在于算法本身...
分类:其他   时间:2014-11-22 07:05:48    收藏:0  评论:0  赞:0  阅读:307
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effor
Spark - A tiny Sinatra inspired framework for creating web applications in Java 8 with minimal effor...
分类:移动平台   时间:2014-11-22 07:05:28    收藏:0  评论:0  赞:0  阅读:406
Spark Getting started
Spark Getting started...
分类:其他   时间:2014-11-22 07:05:19    收藏:0  评论:0  赞:0  阅读:367
The substring() Method in JDK 6 and JDK 7
The substring() Method in JDK 6 and JDK 7...
分类:其他   时间:2014-11-22 07:05:09    收藏:0  评论:0  赞:0  阅读:361
Script Control 组件Win7 X64平台运行问题及示例
本文要点: MSSCRIPT.OCX组件只有x86版本,所以要在x64系统下运行,请使用云盘中的x86版本WScript安装程序。将以下示例代码存为js文件,将其拖动到x86版本的WScript.exe或CScript.exe程序上即可以运行。示例 Microsoft Script Control 1.0 的Error和Timeout两个事件的使用。示例 Microsoft Script...
分类:Windows开发   时间:2014-11-22 07:04:48    收藏:0  评论:0  赞:0  阅读:2065
Velocity魔法堂系列二:VTL语法详解
一、前言 Velocity作为历史悠久的模板引擎不单单可以替代JSP作为Java Web的服务端网页模板引擎,而且可以作为普通文本的模板引擎来增强服务端程序文本处理能力。而且Velocity被移植到不同的平台上,如.Net的NVelocity和...
分类:其他   时间:2014-11-22 07:04:09    收藏:0  评论:0  赞:0  阅读:372
IndentationError: unexpected indent python
都知道python是对格式要求很严格的,写了一些python但是也没发现他严格在哪里,今天遇到了IndentationError: unexpected indent错误我才知道他是多么的严格。 以后遇到了IndentationError: unexpected indent你就要知道python编...
分类:编程语言   时间:2014-11-22 07:03:38    收藏:0  评论:0  赞:0  阅读:240
[AngularJS] $interval
/** * Created by Answer1215 on 11/22/2014. */function AppCtrl($q, $interval) { var vm = this; vm.cancel = cancel; var timer = $interval(funct...
分类:Web开发   时间:2014-11-22 07:03:28    收藏:0  评论:0  赞:0  阅读:647
1252条   上一页 1 ... 50 51 52 53 54 ... 63 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!