19 fresh graduates, want to apply for front-end positions, because to participate in the school-enterprise cooperation training missed the autumn recruitment, the training is mainly about the html,css,js,jq,php, mobile terminal, js can only dom. the tra...
during the interview, you will ask how to structure your front-end project my answer is first of all, I will say that the technologies I use are react family bucket webpack and es6 then I will say that I will put each page in a separate folder e...
this is an interview question from Tencent. Ask the great god to answer it. the description of the topic may not be very careful before, so talk about the whole topic in detail: Job title: web front-end development question: there is an html doc...
I wonder what a company will ask for when hiring a PHP senior engineer for an interview. What are the questions? how should the senior engineer of PHP prepare? ...
implement a sum method to make it behave as follows sum(2,3).valueOf() 5 sum(2,3,4).valueOf() 9 sum(2,3)(4).valueOf() 9 sum(2,3,4)(2)(3,4).valueOf() 18 the previous parts sum () , sum () () are easy t...
this is an interview question for Ali, which has been bothering me for a long time. Please. there are two sets of data. Each set of data has 500 million url, but only 4 gigabytes of memory. How to find the same two url? in these two sets of data? ...
how to give an answer to the satisfaction of the interviewer? ...
in the interview the day before yesterday, the interviewer asked me how to do one-to-many mapping in hibernate, so I said how to configure it in the hbm file and add collection classes to entity classes as extended objects. In short, I answered the speci...
1. I have been self-taught django, and then started sending resumes when I worked out a practical project. After two weeks, I finally got an interview. The result is very clear and can be described as instant collapse. I had a little confidence in my sel...
I have studied java, and done several projects, but the foundation is poor, I can only sort simply, I have not systematically learned computer knowledge, and I have data structures and algorithms. Can I do letcode and learn at the same time? ...
for example, when I learn multithreading, I can only write a few simple demo, to write a consumer model. I don t need it at work. I don t know the specific application scenarios. For example, dubbo and springcloud, just say that building a simple demo,...
there are now 100 arrays, each with 100 numbers. And the elements of each array are arranged from small to large. how to select the smallest number in the first 100. ...
I answered using the map function + 1. in java8 s stream class, but watching the interviewer s reaction convinced me that this was not the right answer. What would you do ...