码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
A+B 吐槽
A+B Description Calculate a + b Input The input will consist of a series of pairs of integers a and b,separated by a space, one pair of integers per line. Output For each pair of input integers a ...
分类:其他好文   时间:2015-06-02 09:24:12    阅读次数:99
[LeetCode] Linked List Cycle
Linked List Cycle   Given a linked list, determine if it has a cycle in it. Follow up: Can you solve it without using extra space? 解题思路: 1、最基本的办法是用一个set来存储所有已经出现过的指针。若出现重复,则表示有环,若没有重复,则没有环...
分类:其他好文   时间:2015-06-02 00:29:05    阅读次数:135
color spaces --颜色空间 整理
目前在研究color transfer,看papers的过程中总会遇到各种颜色空间,每个颜色空间都有自己的特点,学习一下还是比较好的,一下是自己的总结,会不断的添加(用到什么加什么。) 一、YUV Landmark-Based Sparse Color Representations for Color Transfer>一文中获取intensity image. 简介: YUV(亦称...
分类:其他好文   时间:2015-06-01 22:47:59    阅读次数:272
Word Break -- leetcode
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words. For example, given s = "leetcode", dict = ["leet"...
分类:其他好文   时间:2015-06-01 22:47:24    阅读次数:159
Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:其他好文   时间:2015-06-01 22:04:23    阅读次数:115
ORACLE 11g R2数据库安装硬件环境要求
物理内存要求:最小1G,在windows7,windows8,windows8.1上最小2G。虚拟内存(或分页空间)容量要求:Available RAMSwap Space RequiredBetween 2GB and 16GBEqual to the size of RAMMore than 1...
分类:数据库   时间:2015-06-01 20:11:15    阅读次数:234
table中超长字符串省略号表示两种方法
写在前面: 1、第一种从网上找到的解决方式添加table-layout:fixed 2、第二种添加div 3、字符串过长产生省略号的css语句为如下三种合用:overflow:hidden;text-overflow:ellipsis;white-space:nowrap;但是在table中并不起作...
分类:其他好文   时间:2015-06-01 12:55:55    阅读次数:132
前端开发中常用的小技巧整理
1.控制超出部分显示省略(单行):white-space: nowrap;text-overflow:ellipsis;overflow: hidden;下面使用css3部分控制多行超出部分显示省略(此处适配谷歌内核浏览器):overflow : hidden;text-overflow: elli...
分类:其他好文   时间:2015-06-01 11:30:38    阅读次数:88
26 Remove Duplicates from Sorted Array
Given a sorted array, remove the duplicates in place such that each element appear onlyonceand return the new length.Do not allocate extra space for a...
分类:其他好文   时间:2015-06-01 11:21:05    阅读次数:104
Oracle 11g新参数USE_LARGE_PAGES与AMM使用 (转载)
在之前的文章(http://space.itpub.net/17203031/viewspace-774843)中,笔者介绍了如何在Linux 2.6内核中配置HugePage以及AMM与其的不兼容性。由于原理机制的差异,Oracle 11g引入的特性AMM(Automatic Memory Man...
分类:数据库   时间:2015-05-30 18:04:58    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!