会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
O_Geek_O
博客园
首页
新随笔
联系
订阅
管理
2019年3月31日
15. 进制转换
摘要: 手工转进制 // 7FF 16转10进制 console.log(15 + 15*16 + 7*16**2) 未完... 待续
阅读全文
posted @ 2019-03-31 22:16 Sampson1207
阅读(131)
评论(0)
推荐(0)
编辑
4、node中的宏任务和微任务(大活和小活)
摘要: 执行流程: 宏任务和微任务(一个宏任务配多个微任务):每次执行微任务队列会全部执行完并清空 执行结果 mainpromisemain2process.nextTick1promise thensetTimeoutprocess.nextTick2 图示:
阅读全文
posted @ 2019-03-31 11:38 Sampson1207
阅读(1291)
评论(0)
推荐(0)
编辑
2019年3月13日
12. 常用css
摘要: A级 B级 让第二个元素的宽度为其他元素的三倍: 如果某子元素设置成flex-grow: 1; 其余子元素不设置flex-grow,则此元素占据所有剩余空间 内容垂直居中 C级 字体抗锯齿最好 body{ -moz-osx-font-smoothing: grayscale; -webkit-fon
阅读全文
posted @ 2019-03-13 17:49 Sampson1207
阅读(130)
评论(0)
推荐(0)
编辑
2019年2月9日
14.7 nginx跨域
摘要: 后端 index.js
阅读全文
posted @ 2019-02-09 17:40 Sampson1207
阅读(147)
评论(0)
推荐(0)
编辑
14.6 socket跨域
摘要: 原理:客户端通过onopen的send发送数据,服务端通过message监听发送来的数据 socket.html server.js
阅读全文
posted @ 2019-02-09 11:11 Sampson1207
阅读(903)
评论(0)
推荐(0)
编辑
2019年2月2日
14.5 跨域 - document.domain
摘要: 使用频率多:百度之间传数据也会使用 前端 a.html b.html 后端 a.js b.js
阅读全文
posted @ 2019-02-02 17:25 Sampson1207
阅读(118)
评论(0)
推荐(0)
编辑
14.4 跨域 - hash(比较恶心 不用)
摘要: 前端 a.html b.html c.html 后端 a.js b.js
阅读全文
posted @ 2019-02-02 11:29 Sampson1207
阅读(351)
评论(0)
推荐(0)
编辑
2019年2月1日
14.3 跨域 - window.name(比较low,不用)
摘要: a.html b.html 空页面 c.html 服务端 a.js b.js
阅读全文
posted @ 2019-02-01 19:01 Sampson1207
阅读(217)
评论(0)
推荐(0)
编辑
14.3 跨域 - postMessage
摘要: 前端 a.html b.html 后端 a.js b.js
阅读全文
posted @ 2019-02-01 18:41 Sampson1207
阅读(146)
评论(0)
推荐(0)
编辑
14.2 跨域 - cors
摘要: index.html 后端 server1.js server2.js
阅读全文
posted @ 2019-02-01 16:42 Sampson1207
阅读(125)
评论(0)
推荐(0)
编辑
下一页
公告