会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一叶*秋
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
13
下一页
2018年3月14日
使用css绘制小三角
摘要: <div style="width:0;height:0;overflow: hidden;border-top:4px solid transparent;border-left:4px solid transparent;border-right:4px solid transparent;bo
阅读全文
posted @ 2018-03-14 22:03 一叶*秋
阅读(185)
评论(0)
推荐(0)
2018年3月7日
前端与SEO
摘要: SEO相关的HTML标签1.title <title>页面的标题</title>,必须有的东西,非常之重要 2.keyrowds <meta name="keywords" content="keyWord1,keyWord2"/>,定义为搜索引擎提供的关键字列表,页面的呃主关键词都可以列举在这里
阅读全文
posted @ 2018-03-07 19:53 一叶*秋
阅读(240)
评论(0)
推荐(0)
2018年3月4日
网页预载API
摘要: 网页预载就是网页提前加载,这个页面用户必须要预览的 <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title> <style> .chromeframe { margin: 0.2em 0; ba
阅读全文
posted @ 2018-03-04 11:52 一叶*秋
阅读(288)
评论(0)
推荐(0)
腾讯定位API
摘要: <html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Geolocation Components Demo - zoom effect</title> <meta name="
阅读全文
posted @ 2018-03-04 11:51 一叶*秋
阅读(815)
评论(0)
推荐(0)
前端启动摄像头的API
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Title</title></head><body><video id="video" width="640" height="480" autoplay></vi
阅读全文
posted @ 2018-03-04 11:49 一叶*秋
阅读(946)
评论(0)
推荐(0)
Highcharts(数据分析图)
摘要: https://www.hcharts.cn/demo/highcharts 兼容性很强,甚至支持ie6+
阅读全文
posted @ 2018-03-04 11:48 一叶*秋
阅读(234)
评论(0)
推荐(0)
2018年3月3日
图片垂直居中
摘要: //方法一#box{ width:120px; height:160px; border:1px solid red; position:absolute; top:50%; left:50%; margin-left:-60px; margin-top:-80px;}//方法二 #box{ wid
阅读全文
posted @ 2018-03-03 16:45 一叶*秋
阅读(173)
评论(0)
推荐(0)
2018年2月23日
如何判断浏览器的类型,以及浏览器的版本
摘要: 第一部分判断浏览器的类型
阅读全文
posted @ 2018-02-23 11:04 一叶*秋
阅读(607)
评论(0)
推荐(0)
2018年1月11日
区块链
摘要: 阮一峰的网络日志 » 首页 » 档案 </form> 阮一峰的网络日志 » 首页 » 档案 </form> 阮一峰的网络日志 » 首页 » 档案 </form> 上一篇:持续集成服务 Trav 下一篇:比特币入门教程 分类: 理解计算机 区块链入门教程 作者: 阮一峰 日期: 2017年12月26日
阅读全文
posted @ 2018-01-11 15:29 一叶*秋
阅读(218)
评论(0)
推荐(0)
内存泄露,垃圾回收机制
摘要: 程序的运行需要内存。只要程序提出要求,操作系统或者运行时(runtime)就必须供给内存。 对于持续运行的服务进程(daemon),必须及时释放不再用到的内存。否则,内存占用越来越高,轻则影响系统性能,重则导致进程崩溃。 // 最常使用的方法叫做"引用计数"(reference counting):
阅读全文
posted @ 2018-01-11 15:08 一叶*秋
阅读(167)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
13
下一页
公告
博客侧边栏公告广告位招租