06 2018 档案

该文被密码保护。
posted @ 2018-06-30 22:22 VickyFengYu
该文被密码保护。
posted @ 2018-06-30 18:24 VickyFengYu
摘要:https://dzone.com/articles/how-springboot-autoconfiguration-magic-works In my previous post "Why Spring Boot?", we looked at how to create a Spring Bo 阅读全文
posted @ 2018-06-29 21:15 VickyFengYu 阅读(113) 评论(0) 推荐(0)
摘要:最长回文,谁能解释一下下面这个解法? Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. Example 1: Inpu 阅读全文
posted @ 2018-06-29 14:23 VickyFengYu 阅读(111) 评论(0) 推荐(0)
摘要:git rm -r --cached .//清空缓存 git add .//重新提交 git commit -m "update .gitignore" git push 模板: *.iml.idea/*.ipr*.iws*.class.out/ 阅读全文
posted @ 2018-06-28 19:20 VickyFengYu 阅读(149) 评论(0) 推荐(0)
摘要:Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. 阅读全文
posted @ 2018-06-26 12:11 VickyFengYu 阅读(108) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-06-26 11:45 VickyFengYu
摘要:Question 1: How to find middle element of linked list in one pass? Question 1: How to find middle element of linked list in one pass? One of the most 阅读全文
posted @ 2018-06-26 10:33 VickyFengYu
摘要:What are Divide and Conquer algorithms? Describe how they work. Can you give any common examples of the types of problems where this approach might be 阅读全文
posted @ 2018-06-26 10:28 VickyFengYu
摘要:Given an array of size n, find the majority element. The majority element is the element that appears more than ⌊ n/2 ⌋ times. You may assume that the 阅读全文
posted @ 2018-06-22 10:10 VickyFengYu 阅读(91) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2018-06-20 18:58 VickyFengYu
该文被密码保护。
posted @ 2018-06-20 16:25 VickyFengYu
摘要:https://www.logicbig.com/tutorials/core java tutorial/java 10 changes.html https://www.logicbig.com/tutorials/core java tutorial/java 9 changes.html h 阅读全文
posted @ 2018-06-20 15:21 VickyFengYu
该文被密码保护。
posted @ 2018-06-20 14:57 VickyFengYu
该文被密码保护。
posted @ 2018-06-20 11:31 VickyFengYu
该文被密码保护。
posted @ 2018-06-19 17:52 VickyFengYu
该文被密码保护。
posted @ 2018-06-19 16:24 VickyFengYu
该文被密码保护。
posted @ 2018-06-19 14:34 VickyFengYu
摘要:What is Hot swapping in spring boot? What is Hot swapping in spring boot? Reloading the changes without restarting the server is called hot swapping, 阅读全文
posted @ 2018-06-17 14:54 VickyFengYu 阅读(152) 评论(0) 推荐(0)
摘要:What is spring-boot-devtools ? What is spring-boot-devtools ? Applications that use spring-boot-devtools will automatically restart whenever files on 阅读全文
posted @ 2018-06-17 14:53 VickyFengYu 阅读(138) 评论(0) 推荐(0)
摘要:What is Spring Boot? Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”.You can use S 阅读全文
posted @ 2018-06-17 14:52 VickyFengYu 阅读(113) 评论(0) 推荐(0)
摘要:https://www.wisdomjobs.com/e-university/rabbitmq-interview-questions.html 阅读全文
posted @ 2018-06-16 23:17 VickyFengYu 阅读(69) 评论(0) 推荐(0)
摘要:https://www.janbasktraining.com/blog/kafka-interview-questions-answers/ 阅读全文
posted @ 2018-06-16 23:15 VickyFengYu 阅读(70) 评论(0) 推荐(0)
摘要:http://candidjava.com/tutorial/spring-boot-interview-questions/ http://candidjava.com/tutorial/spring-boot-questions-part-2/ http://candidjava.com/tut 阅读全文
posted @ 2018-06-16 23:07 VickyFengYu 阅读(84) 评论(0) 推荐(0)
摘要:1. What Are Nosql Databases? What Are The Different Types Of Nosql Databases?A NoSQL database provides a mechanism for storage and retrieval of data t 阅读全文
posted @ 2018-06-16 23:00 VickyFengYu 阅读(196) 评论(0) 推荐(0)
摘要:1) What is Spring? It is a lightweight, loosely coupled and integrated framework for developing enterprise applications in java. 2) What are the advan 阅读全文
posted @ 2018-06-16 22:56 VickyFengYu 阅读(145) 评论(0) 推荐(0)
摘要:1) What is hibernate? Hibernate is an open-source and lightweight ORM tool that is used to store, manipulate and retrieve data from the database. more 阅读全文
posted @ 2018-06-16 22:54 VickyFengYu 阅读(180) 评论(0) 推荐(0)
摘要:1) What is multithreading? Multithreading is a process of executing multiple threads simultaneously. Its main advantage is: Threads share the same add 阅读全文
posted @ 2018-06-16 22:52 VickyFengYu 阅读(212) 评论(0) 推荐(0)
摘要:1) What is MySQL? MySQL is a multithreaded, multi-user SQL database management system which has more than 11 million installations. This is the world' 阅读全文
posted @ 2018-06-16 22:49 VickyFengYu 阅读(142) 评论(0) 推荐(0)
摘要:1) What is Redis? Redis is an open-source, advance key value data store and cache. It is also referred as a data structure server which keys not only 阅读全文
posted @ 2018-06-16 22:47 VickyFengYu 阅读(145) 评论(0) 推荐(0)
摘要:X city built a new stadium, each day many people visit it and the stats are saved as these columns: id, date, people Please write a query to display t 阅读全文
posted @ 2018-06-13 17:58 VickyFengYu 阅读(136) 评论(0) 推荐(0)
摘要:The Employee table holds all employees. Every employee has an Id, and there is also a column for the department Id. The Department table holds all dep 阅读全文
posted @ 2018-06-13 17:11 VickyFengYu 阅读(121) 评论(0) 推荐(0)
摘要:The Trips table holds all taxi trips. Each trip has a unique Id, while Client_Id and Driver_Id are both foreign keys to the Users_Id at the Users tabl 阅读全文
posted @ 2018-06-13 17:03 VickyFengYu 阅读(139) 评论(0) 推荐(0)
摘要:Design a Garbage Collection System (Part II) This is the second post of Design a Garbage Collection System series. If haven’t read our first post, ple 阅读全文
posted @ 2018-06-13 13:42 VickyFengYu 阅读(165) 评论(0) 推荐(0)
摘要:Design a Garbage Collection System (Part I) Our system design interview series gets a lot of feedback in the past couple of months. I’m glad to know t 阅读全文
posted @ 2018-06-13 13:41 VickyFengYu 阅读(181) 评论(0) 推荐(0)
摘要:Build a Web Crawler [ˈkrɔ:lə(r)] Let’s talk about this popular system design interview question – How to build a web crawler? Web crawlers are one of 阅读全文
posted @ 2018-06-13 13:39 VickyFengYu 阅读(205) 评论(0) 推荐(0)
摘要:How to Design Youtube (Part I) One of the most common types of system design interview questions is to design an existing popular system. For example, 阅读全文
posted @ 2018-06-13 11:56 VickyFengYu 阅读(240) 评论(0) 推荐(0)
摘要:Dropbox Interview – Design Hit Counter It starts with a simple question – if you are building a website, how do you count the number of visitors for t 阅读全文
posted @ 2018-06-13 11:49 VickyFengYu 阅读(195) 评论(0) 推荐(0)
摘要:Design a Cache System Similar to our previous posts, we would like to select system design interview questions that are popular and practical so that 阅读全文
posted @ 2018-06-13 11:39 VickyFengYu 阅读(247) 评论(0) 推荐(0)
摘要:Design eCommerce Website (Part II) This is the second post of Design eCommerce Website series posts. If you haven’t read the first post, it’s better t 阅读全文
posted @ 2018-06-13 10:42 VickyFengYu 阅读(155) 评论(0) 推荐(0)
摘要:Design eCommerce Website (Part I) Over the past couple of weeks, a lot of people requested us to discuss eCommerce website. Not only has this topic be 阅读全文
posted @ 2018-06-13 10:23 VickyFengYu 阅读(135) 评论(0) 推荐(0)
摘要:Design a Key-Value Store (Part II) This is the second post of Design a Key-Value Store series posts. If you haven’t read the first post, please go che 阅读全文
posted @ 2018-06-13 10:09 VickyFengYu 阅读(182) 评论(0) 推荐(0)
摘要:Design a Key-Value Store (Part I) Since many people have emailed us saying they want to read more about system design interviews, we’re going to cover 阅读全文
posted @ 2018-06-13 10:04 VickyFengYu 阅读(184) 评论(0) 推荐(0)
摘要:How to Design Youtube (Part II) This is the second post about how to design Youtube. We’ll continue our discussion from the first one and please check 阅读全文
posted @ 2018-06-12 18:36 VickyFengYu 阅读(245) 评论(0) 推荐(0)
摘要:https://www.educative.io/collection/5668639101419520/5649050225344512 太贵了,谁想一起share一下 阅读全文
posted @ 2018-06-12 16:29 VickyFengYu 阅读(2655) 评论(0) 推荐(0)
摘要:How would you design a website like LinkedIn? Asked during Microsoft on-campus interview. There are key objects and properties, and workflows. We star 阅读全文
posted @ 2018-06-12 13:56 VickyFengYu 阅读(149) 评论(0) 推荐(0)
摘要:Ways to approach a general Design problem. Use Cases Generation: Gather all the possible use cases Constraints and Analysis: How many users, how much 阅读全文
posted @ 2018-06-12 13:48 VickyFengYu 阅读(372) 评论(0) 推荐(0)