# Sublime Text 编辑器的设定 > gloal setting ```{ "caret_style": "smooth", "default_line_ending": "unix", "draw_white_space": "all", "font_face": "Consolas",... ...
分类:
其他好文 时间:
2019-02-24 19:04:04
阅读次数:
224
论文地址:https://arxiv.org/pdf/1406.4729.pdf 论文翻译请移步:http://www.dengfanxin.cn/?p=403 一、背景: 传统的CNN要求输入图像尺寸是固定的(因为全连接网络要求输入大小是固定的) crop处理,可能不包含整个物体,还会丢失上下文信 ...
分类:
Web程序 时间:
2019-02-22 12:02:04
阅读次数:
821
1 import cv2 as cv 2 import numpy as np 3 4 # 图片旋转 5 img = cv.imread('../images/face.jpg', flags=1) # flags=1读取为彩色,flags=0读取为灰度 6 h, w = img.shape[:2]... ...
分类:
其他好文 时间:
2019-02-21 18:46:54
阅读次数:
162
We have a machine for painting cubes. It is supplied with three different colors: blue, red and green. Each face of the cube gets one of these colors. ...
分类:
其他好文 时间:
2019-02-20 10:02:54
阅读次数:
261
网站信息案例 字体标签 font color: 颜色 size: 大小 1~7 face: 改变字体 p 段落标签 h标题标签 : 1~6 br 换行 hr 水平线 b 加粗 i 斜体 strong : 加粗 包含语义 em : 斜体 包含语义 网站图片案例 img标签 src : 指定图片的路径 ...
分类:
Web程序 时间:
2019-02-17 10:57:02
阅读次数:
215
在 CSS3 之前,web 设计师必须使用已在用户计算机上安装好的字体。 通过 CSS3,web 设计师可以使用他们喜欢的任意字体。 当您找到或购买到希望使用的字体时,可将该字体文件存放到 web 服务器上,它会在需要时被自动下载到用户的计算机上。 您“自己的”的字体是在 CSS3 @font-fa ...
分类:
Web程序 时间:
2019-02-14 13:45:16
阅读次数:
187
Spark中文分词一、导入需要的分词包importorg.ansj.domain.Termimportorg.ansj.recognition.impl.StopRecognitionimportorg.ansj.splitWord.analysis.ToAnalysis二、停用词过滤deffilter(stopWords:Array[String]):StopRecognition={//add
分类:
其他好文 时间:
2019-02-12 18:47:20
阅读次数:
254
字体、字号、颜色 但如果我们想修改文字大小/颜色/字体,就要用font标签,代码如下: 宋体大小为2的字 color代表字体颜色(要用16进制颜色值),size代表文字大小,face代表字体 效果展示 效果展示 最后我们来实现“文字居中”就要center标签,代码如下: 居中 ...
分类:
其他好文 时间:
2019-02-10 19:03:33
阅读次数:
202
Two people face two piles of stones and make a game. They take turns to take stones. As game rules, there are two different methods of taking stones: ...
分类:
其他好文 时间:
2019-01-28 20:15:19
阅读次数:
184