码迷,mamicode.com
首页 >  
搜索关键字:white    ( 3638个结果
小米·粽子达人
粽子达人闲来无聊,加上今天没有抢到小米任何产品,(小米2以来,基本小米的产品都有抢到过,特别是红米手机抢得够多,现在就遗憾抢不到红米note了),所以想吃200个粽子,成为攻城狮。可由于手拙,只能吃到 100 多,无法完成心愿。故只好使用外挂,小小几行代码模拟敲击 white space key 就...
分类:移动开发   时间:2014-06-29 15:00:40    阅读次数:289
LeetCode: Sort Colors [075]
【题目】 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 red, white and blue. Here, we will use the integers 0, 1, and 2 to represent the color red, white, and...
分类:其他好文   时间:2014-06-07 01:17:49    阅读次数:269
Sort Colors
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-06-04 20:49:33    阅读次数:276
顶点纹理shader
Shader "Custom/VertDisplace" { Properties { _MainTex ("Base (RGB)", 2D) = "white" {} } SubShader {...
分类:其他好文   时间:2014-06-03 16:40:44    阅读次数:262
LeetCode: Sort Colors 题解
Given an array withnobjects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, wh...
分类:其他好文   时间:2014-06-03 13:13:50    阅读次数:537
css
1 CSS white-space 属性 white-space 属性可设置某个元素内部的浏览器如何被处理 值 normal 默认。空白会被浏览器忽略。 pre 空白会被浏览器保留。其行为方式类似HTML中的标签。 nowrap 文本不会换行,文本会在在同一行上继续...
分类:Web程序   时间:2014-05-30 02:09:55    阅读次数:276
poj2993(Emag eht htiw Em Pleh)
题目大意: 给你白棋子的位置:White: Ke1,Qd1,Ra1,Rh1,Bc1,Bf1,Nb1,a2,c2,d2,f2,g2,h2,a3,e4和黑棋子的位置:Black: Ke8,Qd8,Ra8,Rh8,Bc8,Ng8,Nc6,a7,b7,c7,d7,e7,f7,h7,h6模拟出棋盘的情况a-....
分类:其他好文   时间:2014-05-30 01:29:57    阅读次数:425
dede分页样式
div#pages {float:right;padding-right:8px;white-space: nowrap;}div#pages ul{margin:0;padding:0;}div#pages a:link,div#pages a:visited,div#pages a:active...
分类:其他好文   时间:2014-05-29 04:30:35    阅读次数:272
【LeetCode】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 red, white and blue. Here, we will use the i...
分类:其他好文   时间:2014-05-24 20:30:21    阅读次数:342
让td字符串不换行且不撑大td(多余部分隐藏)
首先,必须一点是 table一定要固定width,一定要有style: table-layout:fixed;其次,td的样式: white-space:nowrap; overflow:hidden; (溢出部分隐藏)如果溢出部分需要显示... 可以用text-overflow:ellipsisB...
分类:其他好文   时间:2014-05-24 11:20:28    阅读次数:248
3638条   上一页 1 ... 360 361 362 363 364 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!