当前位置:网站首页>Close to the double 11, he made up for two months and successfully took the offer from a large factory and transferred to Alibaba
Close to the double 11, he made up for two months and successfully took the offer from a large factory and transferred to Alibaba
2020-11-08 09:40:00 【osc_rect81】
Catalog
One 、mybatis And JVM Collection 21 Avenue
Mybatis Advantages and disadvantages
Tradition JDBC What's wrong with development ?
MyBatis What are the programming steps like ?
MyBatis What is the functional architecture of ?
MyBatis What is the framework design of ?
When will stack memory overflow occur ?
JVM Once complete GC How is the process , How to promote the object to the old age ?
Fuzzy query like How to write a sentence ?
stay mapper How to transfer multiple parameters in ?
Mybatis How to perform batch operations ?
Mapper What are the ways to write ?
Use MyBatis Of mapper What are the requirements when calling the interface ?
sketch Mybatis Of Xml Mapping files and Mybatis Mapping between internal data structures ?
Mybatis In the mapping file , If A Tag passed include Refer to the B Inside of label
sketch Mybatis How the plug-in works , And how to write a plug-in ?
Mybatis The first level of 、 Second level cache :
Two 、zookeeper And tomcat Collection 16 Avenue
tomcat With what kind of Connector Operation mode ( Optimize )?
tomcat How containers are created servlet Class instance ? What principle is used ?
Garbage collection policy tuning :
About Tomcat Of session number :
Printing class loading and object recycling :
Four types of data nodes Znode:
Client registration Watcher Realization :
Server-side processing Watcher Realization :
Zookeeper Next Server Working state :
zookeeper How to ensure the order consistency of transactions ?
Why do distributed clusters have Master?
zookeeper Load balancing and nginx Load balancing difference ?
Zookeeper For nodes watch Are monitoring notifications permanent ? Why not forever ?
3、 ... and 、Spring A complete collection 39 Avenue (spring cloud;spring boot;spring MVC)
SpringBoot Start class annotation ? What annotations does it consist of ?
SpringBoot Hot deployment mode ?
SpringBoot How to modify the port number ?
Why learning is needed Spring Cloud
What is? Spring MVC? Briefly introduce you to Spring MVC The understanding of the ?
Spring MVC The advantages of :
Spring MVC The main components of ?
Spring MVC Is the controller in singleton mode , If it is , What's the problem? , How to solve ?
Please describe Spring MVC workflow ? Describe the DispatcherServlet workflow ?
Turn on SpringBoot Several ways of characterizing ?
get Bean Which endpoint does the assembly report information access ?
How to activate the configuration of an environment ?
SpringBoot 1.x and 2.x difference ?·······
Use Spring Boot When developing distributed microservices , What problems are we facing
What does service registration and discovery mean ?Spring Cloud How to achieve ?
What is? Spring Cloud Zuul( The service gateway )?
since Nginx Gateway can be implemented ? Why do I need to use Zuul frame ?
Nginx And Ribbon The difference between ?
Talking about the avalanche effect of services ?
How the bottom layer of service degradation is realized ?
@PathVariable and @RequestParam The difference between ?
Spring MVC And Struts2 difference ?
Spring MVC How and AJAX Calling each other ?
Spring MVC How is the interceptor written inside ?
Introduce to you WebApplicationContext:
What is? Spring Cloud Confifig?
SpringCloud Confifig Can you refresh in real time ?
SpringBoot Read configuration related comments are ?
Spring Cloud Netflflix( a key , These components are used the most )
Preface
This time last year , Through two months of review, I got Alibaba's Offer, Some luck , I also have some experience , I would like to share it with you by the coming of job hopping season . I firmly believe , Opportunities will always be left to those who work hard , We don't envy the success of others , It's better to seize the opportunity in your hands , Accumulate enough knowledge and interview experience , Lay a solid foundation for your future , Oulige !
One 、mybatis And JVM Collection 21 Avenue
MyBatis This is a apache An open source project of iBatis, 2010 This project was initiated by apache software foundation Moved to google code, And renamed it MyBatis .2013 year 11 Month to migrate to Github.
iBATIS The word comes from "internet" and "abatis" The combination of , It's based on Java The persistence layer framework .iBATIS The persistence layer framework provided includes SQL Maps and Data Access Objects(DAOs)
JVM Has always been a java An important part of advanced knowledge , If you want to java Further research in the field , be JVM It's a topic that can't be avoided , This series tries to make it easy to read , Explain JVM Necessary knowledge .
-
MyBatis What is it? ?
-
Mybatis Advantages and disadvantages
-
Tradition JDBC What's wrong with development ?
-
MyBatis What are the programming steps like ?
-
MyBatis What is the functional architecture of ?
-
MyBatis What is the framework design of ?
-
When will stack memory overflow occur ?
-
JVM Once complete GC How is the process , How to promote the object to the old age ?
-
JVM How much do you know about the memory model , Like reordering , Memory barrier ,happen-before, Main memory , The working memory .
-
Strong citation 、 Soft citation 、 Weak reference 、 The difference between virtual references ?【 Strong citation ; Soft citation ; Weak reference ; Virtual reference 】
-
Fuzzy query like How to write a sentence ?
-
stay mapper How to transfer multiple parameters in ?
-
Mybatis How to perform batch operations ?
-
When the property name in the entity class is different from the field name in the table , What do I do ?
-
Mapper What are the ways to write ?
-
Use MyBatis Of mapper What are the requirements when calling the interface ?
-
sketch Mybatis Of Xml Mapping files and Mybatis Mapping between internal data structures ?
-
Mybatis In the mapping file , If A Tag passed include Refer to the B Inside of label
-
Rong , Excuse me, ,B Can a label be defined in A Behind the label , Or must be defined in A In front of the label ?
-
sketch Mybatis How the plug-in works , And how to write a plug-in ?
-
Mybatis The first level of 、 Second level cache :
Two 、zookeeper And tomcat Collection 16 Avenue
zookeeper, It's a distributed services framework , yes Apache Hadoop A subproject of , It is mainly used to solve some data management problems often encountered in distributed applications , Such as : Unified naming service 、 State synchronization service 、 Cluster management 、 Management of distributed application configuration items .
Tomcat It's an open source 、 function servlet and JSP Web Application software is based on Java Of Web Application containers .Tomcat The free version is made by Apache-Jakarta Subprojects are supported by and from open source code Java Volunteers in the community do maintenance .Tomcat Server It's based on servlet and JSP To standardize the implementation of , So we can say Tomcat Server It has also been implemented Apache-Jakarta Standard and better than most commercial application software servers .
-
tomcat With what kind of Connector Operation mode ( Optimize )?
-
tomcat How containers are created servlet Class instance ? What principle is used ?
-
tomcat How to optimize ?
-
Garbage collection policy tuning :
-
About Tomcat Of session number :
-
Printing class loading and object recycling :
-
Tomcat Working mode ?
-
Zookeeper file system :
-
Four types of data nodes Znode:
-
Client registration Watcher Realization :
-
Server-side processing Watcher Realization :
-
Zookeeper Next Server Working state :
-
zookeeper How to ensure the order consistency of transactions ?
-
Why do distributed clusters have Master?
-
zookeeper Load balancing and nginx Load balancing difference ?
-
Zookeeper For nodes watch Are monitoring notifications permanent ? Why not forever ?
The information and answers to the above interview questions have been filed , Backstage private message 【 Am I Am I Free collection 】 Free access
3、 ... and 、Spring A complete collection 39 Avenue (spring cloud;spring boot;spring MVC)
Spring The frame is Java The most widely used framework , its Success comes from ideas , Not the technology itself , Its ideas include IoC (Inversion of Control, Inversion of control ) and AOP(Aspect Oriented Programming, Section oriented programming ).
- Scope of application : whatever Java application
- Spring The fundamental mission of : simplify Java Development
-
What is? SpringBoot?
-
SpringBoot Start class annotation ? What annotations does it consist of ?
-
SpringBoot Hot deployment mode ?
-
SpringBoot How to modify the port number ?
-
Why learning is needed Spring Cloud
-
Spring Cloud What is it? ?
-
What is? Spring MVC? Briefly introduce you to Spring MVC The understanding of the ?
-
Spring MVC The advantages of :
-
Spring MVC The main components of ?
-
Spring MVC Is the controller in singleton mode , If it is , What's the problem? , How to solve ?
-
Please describe Spring MVC workflow ? Describe the DispatcherServlet workflow ?
-
Turn on SpringBoot Several ways of characterizing ?
-
get Bean Which endpoint does the assembly report information access ?
-
SpringBoot Medium starter?
-
How to activate the configuration of an environment ?
-
SpringBoot 1.x and 2.x difference ?·······
-
Use Spring Boot When developing distributed microservices , What problems are we facing
-
What does service registration and discovery mean ?Spring Cloud How to achieve ?
-
Eureka and ZooKeeper Can provide service registration and discovery functions , Please tell me the difference between the two ?
-
What is? Spring Cloud Zuul( The service gateway )?
-
since Nginx Gateway can be implemented ? Why do I need to use Zuul frame ?
-
Nginx And Ribbon The difference between ?
-
Talking about the avalanche effect of services ?
-
How the bottom layer of service degradation is realized ?
-
SpingMvc What is the general annotation for the controller in , Is there any other annotation to replace ?
-
@PathVariable and @RequestParam The difference between ?
-
Spring MVC And Struts2 difference ?
-
Spring MVC How and AJAX Calling each other ?
-
If the foreground has many parameters passed in , And these parameters are all the parameters of an object , So how to get this object quickly ?
-
Spring MVC How is the interceptor written inside ?
-
Introduce to you WebApplicationContext:
-
What is? Spring Cloud Confifig?
-
SpringCloud Confifig Can you refresh in real time ?
-
SpringBoot Read configuration related comments are ?
-
Spring Cloud Netflflix( a key , These components use Of most )
-
Spring Cloud Bus
-
Spring Cloud Consul
-
Spring Cloud Security
-
Spring Cloud Sleuth
Welfare from Xiaobian
Many people have been interviewing recently , I have also collated a lot of interview materials (spring、mybatis、jvm,Zookeeper, Distributed, etc ) and 2020 The latest Ali interview question , Yes 40 Multiple sets PDF Document interview questions
Data acquisition method : Pay attention to small make up Am I Am I Free collection Access to the above information
Some data and pictures :
Like the article that small make up, you can praise Sanlian
版权声明
本文为[osc_rect81]所创,转载请带上原文链接,感谢
边栏推荐
- 哔哩哔哩常用api
- 架构师(2020年11月)
- November 07, 2020: given an array of positive integers, the sum of two numbers equals N and must exist. How to find the two numbers with the smallest multiplication?
- Game optimization performance (11) - Zhihu
- NOIP 2012 提高组 复赛 第一天 第二题 国王游戏 game 数学推导 AC代码(高精度 低精度 乘 除 比较)+60代码(long long)+20分代码(全排列+深搜dfs)
- Rust:命令行参数与环境变量操作
- 个人短网址生成平台 自定义域名、开启防红、统计访问量
- Rust: command line parameter and environment variable operation
- Python learning Day1 -- Basic Learning
- PX4添加新的应用
猜你喜欢
来自不同行业领域的50多个对象检测数据集
“智能5G”引领世界,数位智能网优+5G能带来什么?
SQL Server 2008R2 18456 error resolution
Astra: the future of Apache Cassandra is cloud native
VC6 compatibility and open file crash resolution
Improvement of rate limit for laravel8 update
Architect (November 2020)
PCIe enumeration process
Blazor 准备好为企业服务了吗?
print( 'Hello,NumPy!' )
随机推荐
Visual studio 2015 unresponsive / stopped working problem resolution
Littlest JupyterHub| 02 使用nbgitpuller分发共享文件
Codeforce算法题 | 你能想出解法,让你的基友少氪金吗?
临近双11,恶补了两个月成功拿下大厂offer,跳槽到阿里巴巴
laravel8更新之速率限制改进
python学习 day1——基础学习
Which is more worth starting with the difference between vivos7e and vivos7
iOS 学习笔记二【cocopods安装使用和安装过程中遇到的问题及解决办法】【20160725更新】
Brief history of computer
Astra: Apache Cassandra的未来是云原生
Oops, the system is under attack again
Seven features of Python 3.9
Deeplight Technology Bluetooth protocol SRRC certification services
c# 表达式树(一)
技术人员该如何接手一个复杂的系统?
What? Your computer is too bad? You can handle these moves! (win10 optimization tutorial)
Tiktok live monitoring Api: random recommendation
Improvement of rate limit for laravel8 update
Simple use of future in Scala
糟糕,系统又被攻击了