In a twinkling of an eye, we arrived in February 10. From January 10 to now, we have been practicing for a month. Of course, there is an eight-day spring holiday in the middle-from the 20th to the 27th. In this month, I have many experiences, some of which I felt on the first day of my internship. For example, it is very expensive to eat out, and some of which I felt at the end of the first week of my internship
The frontend journey started in May this year. After nearly four months of study, at the end of September, I participated in the development of the front-end page of a mall manufacturer's background. I did not do much, however, there have been many gains during this period. Next we will talk about these gains in detail.
1) What should I do before participating in the project? At the beginning of my internship, I clone the code from git, and view the c
13:30-16:30 from school to return to school for 3 hoursThe first side of the internship this year, finish estimate to coolLet's start with a brief experience:At noon in bed do not want to get up, find themselves or escape, evade interview, Escape reality, Grind Ji to grind the last late, HR gave me 2 calls, make me very embarrassed. Find Sohu Building, rushed to the floor elevator, results one to 20 floor, I want to go to the toilet, think actually qu
Because I did not read the teacher published on the "Guess" game and scoring criteria, so yesterday and the day before the CSDN published on the Curriculum internship Diary.
The first to second day of the course internship, I was mainly 16 weeks did not complete the work to continue to complete, by the way to realize the "guess" game of the general thinking.
Although after two days of thinking, with the pra
): ... return self.x = = Other.x...>>> A = A (1) >>> B = A (1) >>> a = = btrue>>> dic = {A:1}>G T;>So the question is, if we want to use B as the key value to find the corresponding data in DIC can be successful?>>> dic[a]1>>> Dic[b] #提示键值错误Traceback (most recent): File "From the code above we know that the lookup of a key value in a hash set is compared against the hash value of that key value. Even if we rewrite __eq__, it will not affect the lookup of the corresponding key value in t
"); Btnguessagain.addactionlistener (new ActionListener () {public void actionperformed (ActionEvent e) {if (E.getsource () ==btnguessagain) {//If the Next button is random random = new Random (System.currenttimemillis ());//+imageicon icon;//int k[] = null; for (int i=0;iComplete the Tuesday and Wednesday code combination, other functions will not be done, can only be achieved here, if you want to make the picture and the name can be added to the words of the array Copyright NOTICE: This articl
Although I learned this language when I was in my sophomore year, it was useless for a long time. It was easy to design the course. Now I am in the internship unit. I have to start from scratch. The following are basic things. Let's take a look ....
1.
This section is about binding a hyperlink. However. I do not understand
For example,
Therefore,
This is the data binding format. {0} indicates the first data in the array. The first one here is
// In July of "XX Company"
Entry
If you remember correctly, the first day of employment of "XX Company" is March 19. Isn't it about entry? It is unclear! Internship? Part-time job? Part-time job... after stress-free interviews and waiting. In March 19, I visited the "base" lab for the second time (the first interview) (the base lab is not the location of the company, but the company rented an office near our school ). I met the leaders, managers,
. It has a lot to do with leader. In the past, VC investment did not focus much on projects, but leader was the most important. He participated in Baidu promotion to improve popularity. In the past, WAP terminals had an evaluation mechanism. Three or more stars can be used. CSS is smaller than 14kb .. Gzip compression must be enabled. JavaScript code cannot be explicitly stored on a webpage. The number and width of screens are required .. It cannot be too long or too wide .. You must contact us
Today, I am confused about what I learned. On the contrary, I was overwhelmed by a small mistake. I swear that all the configuration files are only written in vim and will never be written in a visual editor such as gedit, for this reason, the error was found at three o'clock P.M. from. it's hard for Zhou Kai to have kids shoes ...... I found an error when I decided to kill the system and try again. Although it seems there are still many problems, I can at least run it.
Ubuntu amount .... i'm n
First, I asked a system design question, one front end and one back end. Front end has many UIS, one UI has more than 10 MERs, back end has many processor, or processor has multiple processes and threads. How can we design this parallel distributed computing system to optimize independent tasks.
There is no way to design this system. You need experience to answer this question. I don't know why new grad should also ask about system design.
This involves the advantages and disadvantages of some
luckily our team is doing a lot of sharing knowledge.Sharing and seminars let the mind diverge, and there is a lot of inspiration to think about some of the usual surprises.It is a great harvest to summarize and settle down through these problems that are not understood, or to learn how to solve the problems of others.3. Experience with Java learning.Everyone needs a different learning method at each stage, and in order to learn quickly I find a way to learn about the new language of Java, whic
distance was recorded as the manhatu distance, and it took half a day with the interviewer .. Then I asked the decision tree method, how to select the partitioning attribute, how to deal with the over-fitting problem, and how to deal with the continuous attribute. I asked some optimization methods to solve the problem. I can tell you that the interviewer understands the problem and asked me about the unrestricted search by Newton method, then I remember that formula .. In short, this e-interfac
when a table is large with multiple attributes and billions of records? It is best to modify the paradigm to 4 NF to eliminate a large amount of redundant data. Then I asked about the features of 1NF 2NF 3NF BCNF 4NF.What if a single table still has big data? This table is divided into thousands of tables, but you do not know how to link it.Basic statement
I remember so much for the moment.
6. Computer NetworksWhat are the differences between wired and wireless network protocols? OSPF, DSR, DT
that it was perfect, but at least it is the best Core Algorithm of the current word segmentation system. I started to study the source code of ictalcal, from the creation of dictionaries to the Core algorithms (I don't have time to read them carefully, then I started to build my own dictionaries based on my own ideas. Some functions in the source code were not provided. If I want to operate these dictionaries, I need to write them myself.
.....
The general framework is implemented according to
programming very much and have a little foundation, I will be notified of my internship! I am also urged to familiarize myself with the Java development environment and Oracle database. But to be honest, with my strength, it is hard to find a job after graduation next year. Junior College, applied electronic technology. In the next semester, I began to fall into the trap of programming from the C language ~ From 9.4.3 to 9.9 today, I have been studyi
ThisMonthThere are many urgent tasks, because they are urgent tasks, so the development time is relatively small, especially the test time is greatly compressed, which requires extremely high code accuracy. During normal development, many details are not paid attention to, resulting in many problems during emergency tasks, so the release is relatively late. In the next work, we should try to be more standardized when writing code, and strive to pass the code again to reduce the error rate. When
2015 part C/C ++ of internship preparation (to be continued), Part 3 to be continued
1. Virtual Functions
Definition: A member function that is declared as virtual in a base class and redefined in one or more Derived classes.
Purpose: Implement polymorphism. by returning the base class pointer of the derived class, access the member function with the same name in the derived class.
Summary: If there is no virtual function, no matter what the base clas
2015 Xiaomi summer internship exam _ tuyere pig-China bull market (dp), 2015dpIn the air, pigs can fly. Today's China stock market bull market is really a "missed seven years ". This gives you a chance to review history. We know the price trend of a stock for n consecutive days, represented by an integer array of n in length. The I element in the array (prices [I]) represents the stock price on the day I. Assume that you have no stock at first, but yo
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.