会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雲韵檀鈊
刹那繁华,不忘初心。
博客园
首页
新随笔
联系
管理
订阅
2018年6月7日
vscode:快捷键
摘要: alt+左键点击 选择多行编写 alt shift alt+↑/↓ 调上调下 alt+shift+↑/↓ 复制向上或下 ctrl z撤销 Ctrl Y 前进 分屏 Ctrl \ 查看--拆分编辑器 div.clas*2 简写: <div class="clas"></div> <div class=
阅读全文
posted @ 2018-06-07 11:19 一叶知秋韵
阅读(248)
评论(0)
推荐(0)
2018年6月1日
9.各种下拉菜单
摘要: https://www.imooc.com/learn/12 出现的问题:点击删除后广告display:none;高度消失;这是二级菜单绝对定位要给主要父元素定位relative 效果: 应用 :css+html 难点:因为a标签的特殊性所以,必须对a进行display:block; padding
阅读全文
posted @ 2018-06-01 16:46 一叶知秋韵
阅读(199)
评论(0)
推荐(0)
2018年5月31日
1.浏览器内核
摘要: 主流浏览器 内核 IE微软 trident Chrome谷歌 webkit/blink firefox火狐 Gecko Opera欧朋 presto Safari苹果 webkit
阅读全文
posted @ 2018-05-31 17:46 一叶知秋韵
阅读(178)
评论(0)
推荐(0)
20.table表格的应用
摘要: 要求 :动态循环加载内容部分 基本知识点: 常用: table{宽,高一般不设置动态加载方便} table td tr{border :1px solid red} 根据需求 border-collapse:collapse; 表格设置合并边框模型,不然border宽度不一样 colspan=“”
阅读全文
posted @ 2018-05-31 16:04 一叶知秋韵
阅读(230)
评论(0)
推荐(0)
2018年5月30日
个人项目
摘要: 01 : 我的国美家具 http:lsenlin.top 02:手机京东 http:lsenlin.top/mjd 03 : 微信小程序 郁金香网络 账号在*******2@163.com
阅读全文
posted @ 2018-05-30 14:15 一叶知秋韵
阅读(88)
评论(0)
推荐(0)
8.五环
摘要: 线上地址http://lsenlin.top/fiveCircle/circle.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=devi
阅读全文
posted @ 2018-05-30 14:05 一叶知秋韵
阅读(132)
评论(0)
推荐(0)
2018年5月29日
js总结--
摘要: 分类: javascript
阅读全文
posted @ 2018-05-29 10:27 一叶知秋韵
阅读(115)
评论(0)
推荐(0)
2018年5月22日
19. DIV+CSS布局问题:一个宽度不确定的DIV里面放三个水平对齐的DIV,左右两个DIV宽度固定
摘要: *{ margin:0; padding:0; } .d0{ position:relative; margin:0 auto; width:40%; height:100px; } .d1{ width:150px; height:100px; position:absolute; left:0;
阅读全文
posted @ 2018-05-22 15:47 一叶知秋韵
阅读(232)
评论(0)
推荐(0)
2018年5月20日
y-2 垃圾回收机制(缺)
摘要: 垃圾回收
阅读全文
posted @ 2018-05-20 17:58 一叶知秋韵
阅读(74)
评论(0)
推荐(0)
t-7.3s后跳转到指定url
摘要: 1.在head 里添加下面代码 <meta http-equiv="refresh" content="3;URL=http://www.baidu.com"> <meta http-equiv="refresh" content="3;URL=/swt/swt.html"> 2.settimeou
阅读全文
posted @ 2018-05-20 17:43 一叶知秋韵
阅读(101)
评论(0)
推荐(0)
下一页
公告