码迷,mamicode.com
首页 >  
搜索关键字:blue    ( 1833个结果
C. Nice Garland
C. Nice Garland You have a garland consisting of nn lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si ('R', 'G' and 'B ...
分类:其他好文   时间:2020-01-18 16:29:37    阅读次数:90
D. Diverse Garland
D. Diverse Garland You have a garland consisting of n lamps. Each lamp is colored red, green or blue. The color of the ii-th lamp is si('R', 'G' and ' ...
分类:其他好文   时间:2020-01-18 14:30:27    阅读次数:92
flutter_blue 蓝牙插件实战及那些坑
项目场景: 地下车库无网路的情况下需要使用蓝牙对小区门禁进行开门 本人掘金文章 坑一: 安卓端引入flutter_blue运行项目报错 1. 原因: 安卓sdk版本需要28以上 2. 解决: android/build.gradle 下修改 compileSdkVersion targetSdkVe ...
分类:其他好文   时间:2020-01-16 12:59:45    阅读次数:2069
自制CSS面试题答案
blue red black inherit, initial, unset, revert(截止目前 revert 仅Firefox,Safari浏览器支持) all Importance Specificity Source order 覆盖该属性的所有计算规则 ...
分类:Web程序   时间:2020-01-14 13:19:44    阅读次数:82
float之clear(清除)
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>float</title> <style> .outer{ background-color:blue; } .me1{ width: 100px; height: ...
分类:其他好文   时间:2020-01-09 20:53:36    阅读次数:114
属性选择器1
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <!--属性选择器--> <style> /*[id]{*/ /*color:blue;*/ /*}*/ /*[class]{*/ /* ...
分类:其他好文   时间:2020-01-06 19:45:26    阅读次数:115
shell中颜色设置
出入任意字符串,使其变成想要的颜色:#!/bin/shplus_color(){RED_COLOR=‘\E[1;31m‘GREEN_COLOR=‘\E[1;32m‘YELLOW_COLOR=‘\E[1;33m‘BLUE_COLOR=‘\E[1;34m‘PINK_COLOR=‘\E[1;35m‘RES=‘\E[0m‘if[$#-ne2]thenecho"usage$0:content{red|yel
分类:系统相关   时间:2020-01-04 01:04:54    阅读次数:183
色彩的设计原理教程
色彩的原理 1. primary color yellow, blue, red ...
分类:其他好文   时间:2020-01-01 13:21:01    阅读次数:51
十六进制颜色值对照表
十六进制颜色值对照表 十六进制颜色值对照表 十六进制颜色值对照表 颜色名十六进制颜色值颜色 Red #FF0000 rgb(255, 0, 0) Yellow #FFFF00 rgb(255, 255, 0) Blue #0000FF rgb(0, 0, 255) Green #008000 rgb ...
分类:其他好文   时间:2020-01-01 09:27:13    阅读次数:1604
0078 背景线性渐变:background: linear-gradient(起始方向, 颜色1, 颜色2, ...)
语法1: background: linear gradient(起始方向, 颜色1, 颜色2, ...); background: webkit linear gradient(left, red , blue); background: webkit linear gradient(left t ...
分类:其他好文   时间:2019-12-31 21:43:37    阅读次数:82
1833条   上一页 1 ... 12 13 14 15 16 ... 184 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!