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
<!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
题目链接: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
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
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
对撞型指针 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
题目: 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
一.去重: 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 align='left' style='white-space: nowrap; overflow: hidden; text-overflow: ellipsis;width: 800px;'> </div> ...
分类:
其他好文 时间:
2016-09-26 12:44:45
阅读次数:
119