码迷,mamicode.com
首页 >  
搜索关键字:white spaces    ( 3888个结果
自定义RatingBar,不同分辨率屏幕下图片拉伸或者显示不完整问题解决
1、需要两张评分图片ic_rating_highlight.png ic_rating_normal_white.png(宽高都是52px,且有内边距) 将这两张图片添加到各分辨率文件夹下 2、drawable下添加dw_ratingbar_white.xml 3、values下styles.xml ...
分类:其他好文   时间:2016-10-14 17:29:50    阅读次数:188
10yue13biji
<!DOCTYPEhtml><html><head> <metacharset="utf-8"> <title></title> <style> #ff{ position:relative; } .ff2{ width:200px; height:200px; background-color:green; position:relative; /*相对定位:相对于自己原来的..
分类:其他好文   时间:2016-10-14 07:55:31    阅读次数:159
[HDOJ3911]Black And White(线段树,区间合并)
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3911 题意:一个01串,两种操作: 0 a b:查询[a,b]内连续1的最长长度。 1 a b:翻转[a,b]内的所有数字(0变1,1变0)。 更新操作落实到具体数字,这时候不能莽直接更新数字对吧,我们 ...
分类:其他好文   时间:2016-10-13 01:54:06    阅读次数:142
搜索(剪枝优化):HDU 5113 Black And White
Description In mathematics, the four color theorem, or the four color map theorem, states that, given any separation of a plane into contiguous region ...
分类:其他好文   时间:2016-10-09 19:47:26    阅读次数:218
Html中的空格符
1,Html中空格 2,Css 的方式空格 CSS中当 white-space 属性取值为pre时,浏览器会保留文本中的空格和换行,例如: <div style="white-space:pre">AA BB<div> 显示效果为: AA BB CSS的 letter-spacing 属性用于设置文 ...
分类:Web程序   时间:2016-10-02 19:26:15    阅读次数:257
two pointers类型笔记整理
对撞型指针 1. sort colors Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colo ...
分类:其他好文   时间:2016-09-29 07:44:20    阅读次数:128
单行多行文字溢出显示省略号
1. 单行文字 <div class='line'>我是单行文字测试我是单行文字测试我是单行文字测试我是单行文字测试</div> .line{ width:200px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; } ...
分类:其他好文   时间:2016-09-28 12:37:05    阅读次数:122
LeetCode75 Sort Colors
题目: Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order r ...
分类:其他好文   时间:2016-09-28 01:57:24    阅读次数:123
记录一下Swift3.0的一些代码格式的变化
一.去重: 1>颜色: UIColor.whiteColor() 被改为 UIColor.white() 2>数组取值: list.objectAtIndex(i) 被改为 list.object(at: i) 3>present: presentViewController(controller, ...
分类:编程语言   时间:2016-09-27 11:46:33    阅读次数:249
div固定宽度,内容过长出省略号。
<div align='left' style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 800px;'> </div> ...
分类:其他好文   时间:2016-09-26 12:44:45    阅读次数:119
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!