Min's blog

I choose to see the beauties in the world.

导航

上一页 1 2 3 4 5 6 7 ··· 9 下一页

2019年8月9日

摘要: 1. 如何安排一个前端项目 3.性能优化 4.技术选型思路,解决问题的能力 5.项目经验,产品思维 6.架构设计,技术视野 7.框架原理 8.自我介绍最好说明工作中用到哪些技术栈,解决了哪些有挑战性的问题 7.UI组件文档设计 8.项目中是否使用过经典的数据结构与算法解决实际问题 阅读全文

posted @ 2019-08-09 20:13 Min77 阅读(107) 评论(0) 推荐(0) 编辑

2019年8月2日

摘要: 1.H5新标签新特性 新标签:header,nav,footer,aside,article,section,Canvas,audio,video 新特性:localStorag, sessionStorage, 表单控件:calendar、date、time、email、url、search 新技 阅读全文

posted @ 2019-08-02 13:42 Min77 阅读(268) 评论(0) 推荐(0) 编辑

摘要: 1.闭包 2.JS操作和获取cookie 3.js数组去重 4. 阅读全文

posted @ 2019-08-02 13:42 Min77 阅读(165) 评论(0) 推荐(0) 编辑

摘要: 1.常见http状态码 100 Continue 继续,一般在发送post请求时,已发送了http header之后服务端将返回此信息,表示确认,之后发送具体参数信息 200 OK 正常返回信息 201 Created 请求成功并且服务器创建了新的资源 202 Accepted 服务器已接受请求,但 阅读全文

posted @ 2019-08-02 13:34 Min77 阅读(175) 评论(0) 推荐(0) 编辑

摘要: 1.盒模型 IE 盒子模型:IE的width部分包含了 border 和 pading; 标准 W3C 盒子模型: width/height+border+padding+margin; 2.清除浮动、 1). overflow : hidden; 2). .clearfix:after{ disp 阅读全文

posted @ 2019-08-02 13:11 Min77 阅读(148) 评论(0) 推荐(0) 编辑

2018年3月29日

摘要: window.location.reload(); 刷新window.location.href='' 重定向可不写windowwindow.location.hostname web 主机的域名 window.location.pathname 当前页面的路径和文件名 window.locatio 阅读全文

posted @ 2018-03-29 16:38 Min77 阅读(114) 评论(0) 推荐(0) 编辑

摘要: //时钟设置function addZero(n) { return n < 10 ? '0' + n : '' + n;} function tick() { var today = new Date(); var yy = today.getYear(); if (yy < 1900) yy = 阅读全文

posted @ 2018-03-29 16:32 Min77 阅读(201) 评论(0) 推荐(0) 编辑

摘要: 1. //iphone下设置元素宽度function setWidth(){ var clientWidth = document.documentElement.clientWidth; if (/(iPhone|iPad|iPod|iOS)/i.test(navigator.userAgent) 阅读全文

posted @ 2018-03-29 16:30 Min77 阅读(100) 评论(0) 推荐(0) 编辑

摘要: //图片简单切换:$('xxx').imgtransition({speed: 3000, animate: 1000});$.fn.imgtransition = function(o){ var defaults = { speed : 5000, animate : 1000 }; o = $ 阅读全文

posted @ 2018-03-29 16:05 Min77 阅读(153) 评论(0) 推荐(0) 编辑

2018年3月28日

摘要: 轮播图 阅读全文

posted @ 2018-03-28 16:32 Min77 阅读(106) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 ··· 9 下一页