首页 > 2014年02月17日 > 全部分享
Spiral Matrix II
Given an integern, generate a square matrix filled with elements from 1 ton2in spiral order.For example,Givenn=3,You should return the following matri...
分类:其他   时间:2014-02-17 16:52:41    收藏:0  评论:0  赞:0  阅读:371
Populating Next Right Pointers in Each Node II
Follow up for problem "Populating Next Right Pointers in Each Node".What if the given tree could be any binary tree? Would your previous solution stil...
分类:其他   时间:2014-02-17 16:45:21    收藏:0  评论:0  赞:0  阅读:349
Reverse Linked List II
Reverse a linked list from positionmton. Do it in-place and in one-pass.For example:Given1->2->3->4->5->NULL,m= 2 andn= 4,return1->4->3->2->5->NULL.No...
分类:其他   时间:2014-02-17 16:46:49    收藏:0  评论:0  赞:0  阅读:365
Distinct Subsequences
Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subsequence of a string is a new string which is formed from the orig...
分类:其他   时间:2014-02-17 16:43:53    收藏:0  评论:0  赞:0  阅读:337
元素重叠及position定位的z-index顺序
元素位置重叠的背景常识(x)html文档中的元素默认处于普通流(normal flow)中,也就是说其顺序由元素在文档中的先后位置决定,此时一般不会产生重叠(但指定负边距可能产生重叠)。当我们用css为某个元素指定float浮动或者position定位后,元素的定位将会依情况发生如下改变:1. 指定...
分类:其他   时间:2014-02-17 16:36:33    收藏:0  评论:0  赞:0  阅读:464
ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他   时间:2014-02-17 16:32:09    收藏:0  评论:0  赞:0  阅读:356
哈希&查找树@堆
堆数据结构是在排序里面讲的,空间复杂度O(1),时间复杂度O(NlogN),但是在实践中还是不如快速排序。堆的意义就在于:最快的找到最大/最小值,在堆结构中插入一个值重新构造堆结构,取走最大/最下值后重新构造堆结构 其时间复杂度为O(logN),而其他方法最少为O(N).堆实践中用途不在于排序,其主...
分类:其他   时间:2014-02-17 16:30:41    收藏:0  评论:0  赞:0  阅读:410
Binary Tree Maximum Path Sum
Given a binary tree, find the maximum path sum.The path may start and end at any node in the tree.For example:Given the below binary tree, 1 / \ 2 3 R...
分类:其他   时间:2014-02-17 16:29:13    收藏:0  评论:0  赞:0  阅读:366
java struts2入门学习--防止表单重复提交.OGNL语言学习
一.知识点回顾防止表单重复提交核心思想:客户端和服务器端和写一个token,比较两个token的值相同,则非重复提交;不同,则是重复提交.1.getSession三种方式比较:request.getSession()request.getSession(true);//无论如何都要得到新的Sessi...
分类:其他   时间:2014-02-17 16:23:21    收藏:0  评论:0  赞:0  阅读:378
ZigZag Conversion
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo...
分类:其他   时间:2014-02-17 16:21:53    收藏:0  评论:0  赞:0  阅读:345
Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure. 1 public class Solution { 2 public ...
分类:其他   时间:2014-02-17 16:20:25    收藏:0  评论:0  赞:0  阅读:317
图的遍历
图的遍历方式主要有深度优先遍历和宽度优先遍历,这两种遍历方式借鉴了搜索中的深度优先搜索和宽度优先搜索的思想。 下面简要介绍一下图的遍历方式及图的拓扑排序和可行遍性。 1.图的深度优先搜索 其基本思想是访问顶点V0 ,然后访问V0 邻接到的未被访问的顶点,再从该顶点出发递归地按照深度优先的方式遍历。当...
分类:其他   时间:2014-02-17 16:14:33    收藏:0  评论:0  赞:0  阅读:272
synchronized 与 Lock 的那点事
最近在做一个监控系统,该系统主要包括对数据实时分析和存储两个部分,由于并发量比较高,所以不可避免的使用到了一些并发的知识。为了实现这些要求,后台使用一个队列作为缓存,对于请求只管往缓存里写数据。同时启动一个线程监听该队列,检测到数据,立即请求调度线程,对数据进行处理。 具体的使用方案就是使用同步保证...
分类:其他   时间:2014-02-17 16:07:13    收藏:0  评论:0  赞:0  阅读:400
OpenJudge/Poj 1159 Palindrome
1.链接地址:http://bailian.openjudge.cn/practice/1159/http://poj.org/problem?id=11592.题目:PalindromeTime Limit: 3000MSMemory Limit: 65536KTotal Submissions:...
分类:其他   时间:2014-02-17 15:59:53    收藏:0  评论:0  赞:0  阅读:215
installshield 判断mdmcpq.inf和usbser.sys 是否 存在
1.产品上位机程序,需要驱动支持,在安装 exe程序的时候,连同NET框架4.0和 .inf驱动文件,一起安装, 安装驱动的时候,会发现, 如果系统C:\Windows\Inf缺少mdmcpq.inf文件和C:\Windows\System32 缺少usbser.sys 文件, 就会出现安装设备时出...
分类:其他   时间:2014-02-17 15:58:25    收藏:0  评论:0  赞:0  阅读:551
常用正则表达式
正则表达式用于字符串处理、表单验证等场合,实用高效。现将一些常用的表达式收集于此,以备不时之需。匹配中文字符的正则表达式: [\u4e00-\u9fa5]评注:匹配中文还真是个头疼的事,有了这个表达式就好办了匹配双字节字符(包括汉字在内):[^\x00-\xff]评注:可以用来计算字符串的长度(一个...
分类:其他   时间:2014-02-17 15:56:57    收藏:0  评论:0  赞:0  阅读:303
getElementById()返回的是什么?
HTML DOM, JavaScript
分类:其他   时间:2014-02-17 15:52:18    收藏:0  评论:0  赞:0  阅读:330
在Unity中添加图标
很多软件在安装完成之后都需要在terminal中通过命令启动,这样的过程稍显繁杂,如果能够在Unity中添加图标,并把图标锁定在侧边栏上,无疑能够大大的提高效率。这里给出一种在Unity中添加图标的方法。实际上,侧边栏的每一个图标都对应了/usr/share/applications的一个文件。首先...
分类:其他   时间:2014-02-17 15:49:13    收藏:0  评论:0  赞:0  阅读:310
获取字符串数组中最长的的字符串并输出最长的字符串
求字符串数组中最大长度的字符串:实质就是比较字符串的长度; 1 class Program 2 { 3 static void Main(string[] args) 4 { 5 string[] array = {"张三","亲,今天购物了么!","明天你喜欢很久的人要结婚了,你怎么办!","老鼠...
分类:其他   时间:2014-02-17 15:48:51    收藏:0  评论:0  赞:0  阅读:343
spring入门一:beans.xml不提示、别名、创建对象的三种方式
spring的版本是2.5一.beans.xml文件不提示Location:spring-framework-2.5.6.SEC01\dist\resources\spring-beans-2.5.xsd二.别名1.给bean配置别名:2.获取bean:三.创建对象的三种方式1.传统方式2.静态工厂...
分类:其他   时间:2014-02-17 15:48:27    收藏:0  评论:0  赞:0  阅读:387
720条   上一页 1 ... 8 9 10 11 12 ... 36 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!