前端面试题

1.谈一下双向绑定原理
https://www.cnblogs.com/zhenfei-jiang/p/7542900.html
2.2.px,em,rem的区别
https://www.cnblogs.com/webdragon/p/11185979.html
3.说一下常用的两种盒子
https://www.jianshu.com/p/abf8c13b8f9a?utm_campaign&_t=1523919586
4.http有哪几种版本,有什么区别
https://blog.csdn.net/qq_40301026/article/details/100050043
5. 能调用的浏览器对象有哪些
https://www.cnblogs.com/284628487a/p/5551155.html
6.css居中
http://www.divcss5.com/rumen/r622.shtml
7.传输文件时请求头怎么写
https://www.cnblogs.com/fixdq/articles/9337926.html
8.跨域时请求头怎么写
https://blog.csdn.net/maichaoqun/article/details/103257529
9.http缓存
https://www.cnblogs.com/ranyonsue/p/8918908.html
10.web worker是做什么的
https://www.cnblogs.com/lidgblogs/p/7017803.html
11.Xss
https://www.jianshu.com/p/4fcb4b411a66
12.sql注入
https://blog.csdn.net/qq_32261191/article/details/80801052
13.Csrf
https://www.cnblogs.com/hyddd/archive/2009/04/09/1432744.html
14.JS中事件的几个阶段
https://www.jianshu.com/p/cb2e70e3fb8c
15.JS中的事件处理
https://www.cnblogs.com/hjson/p/10291507.html
16.JS中的作用域链
https://www.cnblogs.com/gaosirs/p/10579059.html
17.js引擎如何执行js代码的
https://www.cnblogs.com/zxmonster/p/11874469.html
18.arp攻击
https://blog.csdn.net/u013819875/article/details/80546738
18.点击劫持
https://blog.csdn.net/qq_32523587/article/details/79613768
19.Vue-router 实现原理
https://segmentfault.com/a/1190000018584560

1.@EnableEurekaServer服务注册中心
2.@EnableEurekaClient 服务提供方
3.@EnableDiscoveryClient 服务消费方
4.@EnableConfigServer 配置服务端
5.@EnableAutoConfiguration 配置客户端
6.@RibbonClient 客户端负载均衡
7.@EnableFeignClients restful客户端
8.@EnableHystrix 消费方熔断器
9.@EnableZuulProxy 路由网关
10.@SpringCloudApplication 包括@SpringBootApplication @EnableDiscoveryClient @EnableCircuit-Breaker

你可能感兴趣的:(面试)