IT????????е?10????????
???????????? ???????[ 2011/11/21 10:23:36 ] ????????
1. C ????
C????????????????????????Dennis Ritchie??1969??-1973??????????????Unix??????????????
????C????????????????????????????????????????????Я?????????
????: #include <stdio.h> int main(void) { printf("hello?? world!n"); return 0; } ????
??2. C ++
????1979??Bjarne Stroustrup???????????????C++?????????????C????????????????C with Classes????1983????????????C++??
????C++?????е??????????????????????????????????????????????????????????????????????????????ó?????????????????????????
????: #include <iostream> int main() { std::cout << "Hello?? world!n"; } ????
????3. Java
????Java??????James Gosling??Sun Microsystems????????Oracle???μ????????????????????????????Sun Microsystems??Java????????????1995??????
???????????????????????C??C++???????????м???????????????????Java??ó??????????????????????????????????????????????κ????Java?????????????迼????????????
????Java????????????????????????????????????????????????????????????£?????γ?????Java??????????????
????: public class HelloWorld { public static void main(String[] args) { System.out.println("Hello?? world!"); } } ????
????4. Php
????PHP????????????????????????????????????翪??????????????????κ?PHP????????PHP???????????б???У??????????????????????
????PHP??????????????н????????GUI??ó???PHP???????????????????????????????????????????????????????????RDBMS????????????????????PHPС???????????????????????????????????????????????????£???PHP????????????? - ???????頃??
????: <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>PHP Test</title> </head> <body> <?php echo Hello World; </body> </html> ????
????5. C#
????C#????????.NET?????????????????????????С???á??????????????????????????????Anders Hejlsberg?????μ?汾??2010??4??12???????C#4.0??
????: using System; class ExampleClass { static void Main() { Console.WriteLine("Hello?? world!"); } } ????
????6. Vb.Net
????Visual Basic .NET (VB.NET)????????.NET Framework???е????????????????????????Visual Basic??????????????????????????Microsoft Visual Studio???????Microsoft Visual Studio Express??
????: Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object?? ByVal e As System.EventArgs)Handles Button1.Click Msgbox("Hello?? World") End Sub End Class ????
????7. Ruby
????Ruby???????????????á??????????????????????????Perl??????Ruby??90?????????????????????????к?Matz????????????
????: puts "Hello World!" ????
????8. JavaScript
????JavaScript?????????????Brendan Eich???????????Mocha????????????LiveScript?????JavaScript??
????JavaScript??????????????????????????????????????????????Java??С????м?????????????????????????JavaScript?????ECMAScript??
????: <html> <head><title>simple page</title></head> <body> <script type="text/javascript"> document.write(Hello World!); </script> <noscript> <p>Your browser either does not support JavaScript?? or you have JavaScript turned off.</p> </noscript> </body> </html> ????
????9. Perl
????Perl??????????????????????????????????????2010?????????????????????????????????????????????????????????? GUI??????????Perl??O??Reilly Media???????????????????????????????????????????????顱??
????10. ???????
???????????????? Akash Padhiyar ??????10??????????????????????????У?Python??????????????????????????б????????????????и???????
??????
???·???
??????????????????????
2020/7/21 15:39:32???????????????????????????????
2020/7/17 9:09:11Android???????????????Щ???????????
2020/7/17 9:03:50?????????????????????????????????????????????????
2020/7/17 8:57:06?????????????????????????
2020/7/17 8:52:11RPA???????????????????????????????????
2020/7/17 8:48:05Bug??????????????????
2020/7/17 8:43:03?????????????????????????????????????????γ???????????
2020/7/16 9:11:10