Wedge: Hi, World Hello!

Source: Internet
Author: User

An initial code is C + +

To do the technology for a few years, from the initial understanding of C + +, write a "Hello world", to be able to write a simple function. Later self-taught PHP, slowly write the first own blog, and then contact various MVC framework (Laravel, YII, thinkphp, etc.), all the way to bump, fortunately, technology because of open source so that people are crazy.

#include
 
  
   
  #include
  
   
    
   using namespace Std;int main () {    cout << "Hello world!" << Endl;    return 0;}
  
   
 
  

Perhaps everyone is so, from the world to greet the beginning, slowly into a magic and traps of the yard of the world. C + + is my initial programming language, teaching is entrap a lot of friends of the Min teacher of Tsinghua University published the wrong full of tutorials. Although a lot of mistakes, but I still like, it may originate from my curiosity about the hacker world, think that one day maybe I can like the film in the hacker, instantly can invade some organizations or organizations of computer, steal some confidential documents and so on, of course, this is a joke, but really curious.

Second why the silent choice of Java

Learning C + + is a start, I do not know why our school at that time, after writing a year of C + +, I am less interested in programming, because I write the code can only be run in Windows Command window, no color, completely do not know what to write these.

After studying the data structure, this course, with the C language taught, the Ancients cloud, Master led the door, practice by personal, the data structure of the teacher said very carefully, but I listen to foggy, helpless, had to over and over again the code of the book knocked out demonstration, at that time, did not understand why to write so.

Data structures and algorithms are the most magical of all, for me. Bought a lot of information, spent a lot of time, slowly found that the original is not so difficult, but I did not think of how to make the abstract problem materialized. Every kind of abstract data, as long as it can correspond to certain scenes in real life, or can draw this structure on paper, it is not difficult to achieve.

When the EE encountered me, I had learned the basics of Java, compared to C + +, I found that I prefer Java, although C + + and Java are OOP, but Java is not so difficult to understand, Java class, it seems that the code hierarchy more explicit. This clear code design, in my later study, gave me a lot of help.

/*** the first class of */class FirstClass {    private String hello;        public void Sethello (String hello) {        This.hello = hello;    }        Public String Gethello () {        return this.hello;    }        public static void Main (string[] args) {        FirstClass firstclass = new FirstClass ();  Create an instance of FirstClass        Firstclass.sethello ("Hello world!");         System.out.println (Firstclass.gethello ());}    }

On the road of life, everything is unpredictable. Java world is very large, just SSH (struct+spring+hibernate) framework learning for six months, however, learned is only fur, perhaps, to do a simple Web site is easy, once encountered complex business and logic, it is not easy to take off.

Speaking of the Java EE, I am very beneficial is Di, which later in the study of the framework of PHP played a big role. So, the language is the same, it's not a fake, at least at my current level.

Three PHP is not a yellow film.

In a certain file dating program, asked the male guest is what, the male guest is very honest answer said: "Make PHP." "Instant full-court lights out, the host asked a female guest, why to extinguish the lights, female guests said that PHP is to shoot the yellow film (seemingly female guests know a lot of AH).

Echo ' PHP is not a yellow film! ';

Well, this is supposed to be the opening:

Echo ' Hello world! ';

Jest, jest. PHP has a much lower learning cost than Java, and at first I refused to learn it. Just because there is a person to do a website, selling some assorted things, think of JSP can do, but that person said to WordPress to do. Well, no use, just start trying.

So, my way of PHP began, to learn some basic knowledge of PHP, w3school.com and php.net on the PHP API, first wrote a simple website, is a friend community, then the United States its name Yue "Lin Xing Love" (www.xllian.com, The original site, now no maintenance, has been closed).

Learning technology is enjoying its course.

2016-5-5 17:59:33 Release

Follow-up supplement.

Nodejs's really cool.

Column follow-up write:

    • PHP Knowledge Summary

    • Interview questions induction

    • Knowledge summary of Java

    • SSH Framework

    • Spring MVC

    • SPRINGMVC + MyBatis

    • SOA services based on Dubbo

    • Kafka + Zookeeper

    • Nodejs Study Summary

    • Translating documents

2016-5-6 08:55:18 Update

  • Related Article

    Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.