"Building of the law," First Job

This work belongs courses course
Where the job requires operation
My aim in this course is And have some understanding of systems analysis and design capability
In particular aspects of the job which helped me achieve goals A preliminary understanding of system analysis and design
Personal blog Home Blog

Try to introduce myself

Article salted fish love to play the game, a lot of things but they are not interested in keeping interest. Probably because of fear of social advantage so polite to strangers but very cold. Fun is only recently raised hedgehog.

Reading and Thinking

Recall entering university

  • High school graduation choice of professional, when in fact stumbled and did not have sufficient knowledge about their professional and college planning after graduation, choose the software project just because I like to play games it is more interested in computers.

  • It is still in line with expectations, although the beginning of the heart is interested in the game, but in the end considering the final games graduation prospects, and so there is no learning game related, but does not affect their school to software engineering stuff.

  • Software engineering profession in now seems not my favorite parties and computer professionals, but it is really good in terms of understanding the most of a professional.

  • No, there is no work plan, will continue postgraduate study.

Control others

  • Enter the third year of university, really look back at what you learn, will feel fooling around. Thorough grasp like to say no, to understand all aspects of it touches a lot, it will be C, C # will be little, JAVA will be that the operating system also saw a little, spend most time should be in the C and JAVA WEB the development, but did not stick to the end. Things have very little, there is no good reason for planning their own future learning course could not hold on. The amount of code written inside the university estimated that only million lines, it is probably the most complicated dish ... it is time to do the summer of java web project, although with chiefs to fly, but also have their own to try to write a little, but the degree of completion very low.

  • Become a qualified graduates, and if in contrast chiefs, others even one day learn 10h 15h, accumulated a large gap. But my goal, the feeling is something more on the basis of the data structure, and even more so on the basis of C, may respond in practical things are not so demanding on recruitment.

Future plan

  • A long time ago thought is that something looked before people experience no change of plan.

  • Advantages and disadvantages in fact nothing analysis, PubMed is more out of personal choice, not so utilitarian.

  • Junior arrangement is to keep learning English and the number of high politics may be groping to understand, look at current events, expand their knowledge under. In addition to the professional class content, to learn the knowledge base, but the most important fact, only adhere to the study, where you spend time in the liver what the final outcome will be very obvious.

  • Do like their own to do a.

Question

  1. Book 69 in relation to the goto
    goto need to reduce as far as possible when not even use at the time of our study is considered freshman, because he will destroy the logical structure of the program, but in the book that if we can experience the program logic, anything can including the use of goto.

  2. 67-69 page book on naming the case underlined the
    recommendation See hump nomenclature.

  3. The fifth chapter book software team mode
    as the teacher talked about adding too much their own ideas, in addition to some accidents can not find the book. Recommended software team mode

  4. The book 291 pair-wise orthogonal experimental design and
    the first time I saw this method of testing, but only two key factors affecting a bug had doubts about a number of factors based on the experience obtained, it may be Code is written less.

  5. After the discovery through the book to see if I wrote a lot of things, but not everything needs to remember to learn, such as the book began to emphasize estimated 169, people Pathfinder etc. Before making a decision, but previously have said they do not emphasize the project estimate value, so it is necessary to determine the importance of what they read in their own learning.

Understanding and investigating the source version management tool

  • Git
    • advantage
      • Suitable for distributed development
      • Easy to solve conflict
      • Public pressure on the server and the amount of data that will not be too big
      • Work Offline
    • Shortcoming
      • A lot of instruction
      • Project poor security
  • SVN
    • advantage
      • simple
      • High code of consistency
      • Support binary files, easier to handle large files
    • Shortcoming
      • Too much pressure on the server, database capacity surge
      • You must be connected to the server
      • Not suitable for open source development
  • GitHub
    • advantage
      • Git repository on GitHub provides full protocol support, intelligence support HTTP protocol, Git-daemon, SSH protocol.
      • GitHub offers functionality to edit files online, users are not familiar with Git can also be directly modified version of the browser via the file library.
      • Users can follow the project, and then focus on other users and developers to understand project dynamics.
      • Fork projects and Pull Request constitute the most unique style of operating mode GitHub.
    • Shortcoming
      • More difficult to get started, so be running slowly.
      • We need basic English or you'll rip off

Guess you like

Origin www.cnblogs.com/crouchiha/p/11509648.html