Read Hi patty, This morning, Smuel and I are going to The Clothes place. Samuel needs blue pants.He needs a tie, too. I need a red dress and black sho ...
分类:
其他好文 时间:
2018-09-20 00:59:07
阅读次数:
155
1、HTML概述 html全称HyperText Mackeup Language,翻译为超文本标记语言,它不是一种编程语言,是一种描述性的标记语言,用于描述超文本内容的显示方式。比如字体、颜色、大小等。 2、HTML颜色介绍 颜色表示: 纯单词表示:red、green、blue、orange、gr ...
分类:
Web程序 时间:
2018-09-14 17:22:27
阅读次数:
196
html部分 <div class="triangle"></div> css部分 .triangle{ width: 0; height: 0; border-left:50px solid blue; border-right:50px solid green; border-top:50px ...
分类:
Web程序 时间:
2018-09-11 14:17:22
阅读次数:
199
Little Petya likes to draw. He drew N red and M blue points on the plane in such a way that no three points lie on the same line. Now he wonders what ...
分类:
其他好文 时间:
2018-09-11 12:19:40
阅读次数:
281
color:blue //前景色 opacity:0.1// 前景 背景都可以用, 0~1 ,透明度 box-shadow (text-shadow) box-shadow : CSS 版本 box-shadow hoffset 阴影的水平偏移量,是一个长度 值,正值表示阴影向右偏移,负值 表示阴影 ...
分类:
其他好文 时间:
2018-09-09 14:53:07
阅读次数:
174
#在info下创建modules包,所有的应用都存放在modules包下#在moduls下创建第一个应用index包#index包中,__init__.py文件中创建蓝图fromflaskimportBlueprintindex_blue=Blueprint(‘index‘,__name__)#参数一为蓝图名称,参数二固定,参数三url_prefix="应用总路由"from.importviews
分类:
其他好文 时间:
2018-09-07 14:13:29
阅读次数:
169
<!DOCTYPE html><html><head> <title>打印</title> <meta charset="utf-8"> <style> .printBox { width: 300px; height: 300px; border: 1px solid blue; } </styl ...
分类:
Web程序 时间:
2018-09-04 13:49:09
阅读次数:
459
一 循环(数组 ,集合) 1 forEach 可以遍历得到vaue和index const arr = ['red', 'green', 'blue']; arr.forEach( (element, index)=> { console.log(element); // red green blu ...
分类:
其他好文 时间:
2018-09-04 13:39:43
阅读次数:
230
This example demonstrates how to brighten or darken an RGB buffered image by scaling the red, green, and blue values in the image. If the image is not ...
分类:
其他好文 时间:
2018-09-03 00:01:08
阅读次数:
188
This example demonstrates how to convert between a color value in RGB (three integer values in the range 0 to 255 representing red, green, and blue) a ...
分类:
其他好文 时间:
2018-09-02 23:44:05
阅读次数:
184