码迷,mamicode.com
首页 >  
搜索关键字:space    ( 18273个结果
Leetcode 92 Reverse Linked List ii
/** * ID: 92 * Name: Reverse Linked List * Data Structure: Linked List * Time Complexity: * Space Complexity: * Tag: LinkList * Difficult: Medium ...
分类:其他好文   时间:2015-04-14 07:04:18    阅读次数:192
文字换行,文字省略号,无宽度大小居中显示,模拟固定高度
个人笔记1、word-break:break-all; 换行2、white-space:nowrap; overflow:hidden; text-overflow:ellipsis; 省略号3、固定高度1:html{height:100%;overflow:hidden;}body{margin:...
分类:其他好文   时间:2015-04-13 22:44:03    阅读次数:154
LeetCode Merge Sorted Array
Given two sorted integer arrays A and B, merge B into A as one sorted array. Note: You may assume that A has enough space (size that is greater or equal to m + n) to hold additional elements from ...
分类:其他好文   时间:2015-04-13 20:54:32    阅读次数:111
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 fo...
分类:其他好文   时间:2015-04-13 20:36:36    阅读次数:102
Unity3d uGUI适配
Cavas: 1、Render Model设置为:Screen Space- Camera。如果想在UI前面加特效我可以在创建一个摄像机(UIForward)深度大于这个UICamera就行了。 2、Canvas Scaler: (1)UI Scale Mode :设置Scale With...
分类:编程语言   时间:2015-04-13 18:07:28    阅读次数:243
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!