zoukankan
html css js c++ java
前端面试攻略6------其他部分
其他部分
1.跨域。
2.网络安全,大多就是csrf和xss看明白原理和解决方式就可以了。
3.数据结构的栈、队列、链表、等等这些基础的数据结构要明白是什么。
4.设计模式(
https://www.cnblogs.com/tugenhua0707/p/5198407.html
)
5.数据库相关操作语句(这个问得比较少,但是基础的数据库语句还是要学的,还是菜鸟教程。看一下就行了)
6.linex基础指令,一般很少问。就算问也是问你知道什么指令
7.bootstrap实现栅格的原理
8.webpack相关配置。例如跨域之类的
查看全文
相关阅读:
G面经prepare: Maximum Subsequence in Another String's Order
G面经prepare: Set Intersection && Set Difference
G面经prepare: Pattern Match
G面经prepare: Data Stream Average
Summary: Final Keyword
G面经prepare: Android Phone Unlock Pattern
G面经prepare: Jump Game Return to Original Place
G面经prepare: Reorder String to make duplicates not consecutive
G面经prepare: Sort String Based On Another
G面经Prepare: Valid Preorder traversal serialized String
原文地址:https://www.cnblogs.com/NightTiger/p/10501774.html
最新文章
GTID的相关特性
mysql优化
Oracle迁移到MySQL性能下降的注意点(转)
mysql日常处理
MySQL测试报告
Groupon面经Prepare: Max Cycle Length
Groupon面经Prepare: Sort given a range && Summary: Bucket Sort
Lintcode: Expression Evaluation (Basic Calculator III)
Lintcode: Count of Smaller Number
Lintcode: Interval Sum II
热门文章
Lintcode: Interval Sum
Lintcode: Interval Minimum Number
Lintcode: Segment Tree Query II
Lintcode: Segment Tree Modify
Lintcode: Segment Tree Query
Leetcode: Verify Preorder Serialization of a Binary Tree
Lintcode: Segment Tree Build
Lintcode: Matrix Zigzag Traversal
Leetcode: Patching Array
Leetcode: Longest Increasing Path in a Matrix
Copyright © 2011-2022 走看看