码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
Fresco介绍:Android的一个新图片库
翻译自:https://code.facebook.com/posts/366199913563917 快速有效的展示图片对Facebook Android客户端非常重要。可是该团队多年来在有效存储图片时遇到了很多问题。图片很大,可是设备却很小。每个像素需要占用4字节的数据----red,green,blue和alpha值各占一字节。如果手机屏幕的尺寸是480*800的话,一张全屏的...
分类:移动开发   时间:2016-06-02 14:49:53    阅读次数:309
【一天一道LeetCode】#75. Sort Colors
一天一道LeetCode 本系列文章已全部上传至我的github,地址:ZeeCoder‘s Github 欢迎大家关注我的新浪微博,我的新浪微博 欢迎转载,转载请注明出处 (一)题目 Given an array with n objects colored red, white or blue, sort them so that objects of the same co...
分类:其他好文   时间:2016-06-02 14:24:32    阅读次数:178
paper 72 :高动态范围(HDR)图像 HDR (High Dynamic Range)
In standard rendering, the red, green and blue values for a pixel are each represented by a fraction in the range 0..1, where 0 represents zero intens ...
分类:其他好文   时间:2016-05-31 22:17:42    阅读次数:243
css 学习
行内样式: <p style="color:red"> 将style写在 元素p的后面 表示样式设置 color代表颜色 “:“ 冒号代表设置 red是什么颜色 内部样式: 在style中 声明如: <style> p { color:blue } P代表要设定属性的元素 将设定写在大括号内 然后用 ...
分类:Web程序   时间:2016-05-31 22:11:49    阅读次数:779
LeetCode OJ 75. 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, ...
分类:其他好文   时间:2016-05-31 10:15:50    阅读次数:119
scrollview和viewpager联动
main.xml中 fragment的xml。。。。fragment_selection_common selector选择器 rb_blue_bg radiobutton按钮 nav_radiogroup_item.xml fragment activity中 ...
分类:其他好文   时间:2016-05-30 21:36:17    阅读次数:168
【Leetcode】Reverse Words in a String
题目链接:https://leetcode.com/problems/reverse-words-in-a-string/ 题目: Given an input string, reverse the string word by word. For example, Given s = "the sky is blue", return "blue is sky the"....
分类:其他好文   时间:2016-05-30 15:13:44    阅读次数:131
Filter Blue Light for Better Sleep(APP 推荐)
Filter Blue Light for Better Sleep By Carolyn Mohr11 May, 2016 Many people like to use their phones or tablets at night before they go to sleep. Howev ...
分类:移动开发   时间:2016-05-29 16:44:27    阅读次数:293
Python 学习记录----利用Python绘制奥运五环
1 import turtle #导入turtle模块 2 turtle.color("blue") #定义颜色 3 turtle.penup() #penup和pendown()设置画笔抬起或放下时是否绘制直线 4 turtle.goto(-110,-25) #初始位置以中心坐标为(0,0) 5 ...
分类:编程语言   时间:2016-05-28 17:30:27    阅读次数:2687
CSS学习笔记
1.简单样式表 2.CSS格式 {}声明中每一条语句必须用;隔开。注释格式/*设置文字字号*/,内嵌式style=“color:blue”和外部式可以同时使用。 ...
分类:Web程序   时间:2016-05-27 21:43:00    阅读次数:145
1833条   上一页 1 ... 88 89 90 91 92 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!