一、笑脸猫动画 实现效果如下: 这个实现起来确实比较麻烦,很多地方需要花时间,有耐心地调整。 1.先看下页面结构: <body> <div class="container"> <!-- 脸 --> <div class="face"> <!-- 头发 --> <div class="hair"> ...
分类:
Web程序 时间:
2016-12-23 01:48:02
阅读次数:
322
<标签名 属性>内容</标签名> <标签/> 静态网页与动态网页的区别:是否从数据库提取数据相对路径跟绝对路径../代表高一级的 牛逼的空格<font face="微软雅黑" color="#000000" size="7">变换字体</font><strong>加黑</strong> b< ...
分类:
Web程序 时间:
2016-12-21 21:33:46
阅读次数:
186
优点:1.减少请求 2.容易控制样式 所在位置:在下载的bootstrap文件中的fonts文件夹存放字体图标 默认路径为当前目录下,如需修改路径,则需在bootstrap.css中查找font-face后找到url进行修改 字体图标引入示例:<span class="glyphicon glyph ...
分类:
其他好文 时间:
2016-12-20 21:00:38
阅读次数:
171
1.设置文字的格式:<font face=""></font> 字号<font size=""> 颜色<font color=""> 2.设置粗体、斜体、下划线:b/strong/em/i/u 3.设置上标下标sup sub 4.不换行标记 nobr 换行 br 5.水平线 hr <hr width ...
分类:
其他好文 时间:
2016-12-20 13:48:58
阅读次数:
184
文章链接: http://pan.baidu.com/s/1bQBJMQ 密码:4772 作者在这里提出了基于神经网络的Cascade方法,Cascade最早可追溯到Haar Feature提取时用到的Adaboost算法(参考这个博客:http://blog.csdn.net/zouxy09/ar ...
分类:
Web程序 时间:
2016-12-18 01:31:25
阅读次数:
255
Recently, our team is developing an app to help people solve problem face to face. We choose webrtc protocol as our bridge among different platform(An ...
分类:
移动开发 时间:
2016-12-17 07:34:36
阅读次数:
166
可以跨域内嵌资源的html元素: img、script、css、video、audio、object、embed、applet、@font-face、frame、iframe等。 (1)<img src=""></img> (2)<script src=""></script>标签嵌入跨域脚本。语法 ...
分类:
Web程序 时间:
2016-12-14 02:04:49
阅读次数:
358
传送门:http://poj.org/problem?id=3276 Face The Right Way Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 4504 Accepted: 2086 Description Farme ...
分类:
其他好文 时间:
2016-12-11 15:20:39
阅读次数:
255
文本效果 关于文本效果,这里仅仅记录得到大多数浏览器支持的几个属性,分别是: text-overflow text-shadow word-break word-wrap text-overflow 介绍text-overflow之前先介绍一个white-space属性。 white-space属性 ...
分类:
Web程序 时间:
2016-12-11 12:12:30
阅读次数:
262
常用标签介绍 文本 最常用的标签可能是<font>了,它用于改变字体,字号,文字颜色。 点击查看效果 <font size="6">6</font><font size="4">4</font><font color="red" size="5">红色的5</font><font face="黑体" ...
分类:
Web程序 时间:
2016-12-11 10:21:47
阅读次数:
222