当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Visual studio 2015 unresponsive / stopped working problem resolution
- Unparseable date: 'mon Aug 15 11:24:39 CST 2016', time format conversion exception
- 仅用六种字符来完成Hello World,你能做到吗?
- vivoy73s和荣耀30青春版的区别
- How did Julia become popular?
- ulab 1.0.0发布
- AMD Zen3首发评测:频率超5GHz,IPC提升不止19%,这次真的Yes了 - 知乎
- Do you really understand the high concurrency?
- IOS upload app store error: this action cannot be completed - 22421 solution
- VC++指定目录下文件按时间排序输出
猜你喜欢
Daily challenges of search engines_ 4_ External heterogeneous resources - Zhihu
FORTRAN77从文件中读入若干数据并用heron迭代公式开方
sed之查找替换
洞察——风格注意力网络(SANet)在任意风格迁移中的应用
Astra: Apache Cassandra的未来是云原生
[original] about the abnormal situation of high version poi autosizecolumn method
Face recognition: attack types and anti spoofing techniques
vivoy73s和荣耀30青春版的区别
What? Your computer is too bad? You can handle these moves! (win10 optimization tutorial)
How does spotify drive data-driven decision making?
随机推荐
Deeplight Technology Bluetooth protocol SRRC certification services
QT hybrid Python development technology: Python introduction, hybrid process and demo
游戏优化性能杂谈(十一) - 知乎
5g/4g工业无线路由器
Dogs can also operate drones! You're right, but it's actually an autonomous drone - you know
双向LSTM在时间序列异常值检测的应用
2020-11-05
个人短网址生成平台 自定义域名、开启防红、统计访问量
Review the cloud computing application scenarios you didn't expect (Part 1)
Game mathematical derivation AC code (high precision and low precision multiplication and division comparison) + 60 code (long long) + 20 point code (Full Permutation + deep search DFS)
高并发,你真的理解透彻了吗?
python 循环区分(while循环和for循环)
M 端软件产品设计思虑札记 - 知乎
狗狗也能操作无人机!你没看错,不过这其实是架自动驾驶无人机 - 知乎
Game optimization performance (11) - Zhihu
PX4添加新的应用
NOIP 2012 提高组 复赛 第一天 第二题 国王游戏 game 数学推导 AC代码(高精度 低精度 乘 除 比较)+60代码(long long)+20分代码(全排列+深搜dfs)
攻防世界之web新手题
Qt混合Python开发技术:Python介绍、混合过程和Demo
哔哩哔哩常用api