目录 一、web font 1.1、什么是font-face 1.2、font-face优点 1.3、字体格式 1.4、使用@font-face 1.4.1、下载字体 1.4.2、使用font-face将字体引入web中 1.4.3、应用字体 1.4.4、字体格式转换 1.4.5、查看字体编码 1. ...
分类:
Web程序 时间:
2016-12-09 16:09:53
阅读次数:
313
今天给大家带来一个通过使用Face++来实现人脸识别的功能。 我们先去这个Face++官网看看:http://www.faceplusplus.com.cn 我们点开案例可以看到众多我们熟知的软件都是使用的这个公司所提供的SDK。 然后我们点击开发者中心中的开发工具与sdk下载我们所需要的sdk。 ...
分类:
移动开发 时间:
2016-12-06 03:14:10
阅读次数:
308
一、web font web font是应用在web中的一种字体技术,在CSS中使用font-face定义新的字体。先了解操作系统中的字体: a)、安装好操作系统后,会默认安装一些字体,这些字体文件描述了每一个文字的形态,一般中文文件大,英文文件小,因为中文字符数多;在控制面板中可以找到文字文件夹, ...
分类:
Web程序 时间:
2016-12-05 09:38:17
阅读次数:
309
句子生成器程序之一 var randomBodyParts = ["Face", "Nose", "Hair"]; var randomAdjectives = ["Smelly", "Boring", "Stupid"]; var randomWords = ["Fly", "Marmot", " ...
分类:
其他好文 时间:
2016-12-02 22:09:21
阅读次数:
257
I dropped my head, letting my hair fall to conceal my face. 我低下了我的头,让我的头发垂下来隐藏我的脸。 I was sure,though, in the instant our eyes met, that he didn't look ...
分类:
其他好文 时间:
2016-12-02 02:12:29
阅读次数:
151
CSS3与页面布局学习总结(五)——Web Font与Sprite 目录 一、web font 1.1、什么是font-face 1.2、font-face优点 1.3、字体格式 1.4、使用@font-face 1.4.1、下载字体 1.4.2、使用font-face将字体引入web中 1.4.3 ...
分类:
Web程序 时间:
2016-12-01 02:20:59
阅读次数:
299
The best strategy to play the game is to minimize the maximum loss you could possibly face. Definition of dp[i][j]: minimum number of money to guarant ...
分类:
其他好文 时间:
2016-11-28 09:34:33
阅读次数:
195
"Wow," Mike said. "It's snowing."I looked at the little cotton fluffs that were building up along the sidewalk and swirling erratically past my face. ...
分类:
其他好文 时间:
2016-11-27 13:40:24
阅读次数:
205
// css中引入字体文件 @font-face { font-family: msyh; /*这里是说明调用来的字体名字*/ src: url('../font/wryh.ttf'); /*这里是字体文件路径*/ } *{ font-family: wryh.ttf; } ...
分类:
Web程序 时间:
2016-11-26 17:29:40
阅读次数:
175
<!DOCTYPEhtml><html><headlang="en"><metacharset="UTF-8"><title></title><style>@font-face{font-family:myfamily;/*字体自定义名称,便于引用*//*自定义字体*/src:url("res/font.TTF");/*字体的url*/}#div1{width:200px;height:..
分类:
其他好文 时间:
2016-11-24 00:22:41
阅读次数:
205