Four years in college, my brother recommends several websites to my friends


Quick Navigation:
1 Cainiao Tutorial 2 w3school 3 Niuke.com 4 Likou.com 5 CSDN 6 github 7 Jiumo Search 8 Chinese University MOOC 9 [I Love Sharing Network] 10 TED 11 Netease Public Class 12 Documentary World 13 JSON Analysis Network 14 Beep Bilibili


Not much to say, my brother recommends a few websites to the students in school.
1. [Rookie Tutorial]
(URL: https://www.runoob.com/)
This website is very good, including the learning of various languages ​​at the front and back ends, from c, c++, java to html, css, javascript,, php ,
All kinds of programming-related basic knowledge are written in very detailed and easy to understand, very suitable for those who are just starting to learn programming.
insert image description here

2 w3school
(URL: https://www.w3school.com.cn/ )
I feel that this website may not be running for a long time, and the teaching materials are not very complete, but the content about web programming is relatively complete, such as the jQuery tutorial inside. Well, the visual effect of the other layout is better, which makes people feel very comfortable.
insert image description here

3 Niuke.com

(URL: https://www.nowcoder.com/ )
Niuke.com is a professional platform focusing on the learning and growth of programmers. It integrates written interview system, course education, community communication, and internal recruitment promotion. It gathers algorithm questions from big manufacturers, you can brush questions online, and there are a lot of interview summaries, and AI online interviews are added. I heard that many bigwigs entered Ali, Tencent, Baidu and other big companies through Niuke.com. Moreover, Ali's 2020-2021 school recruitment is also conducted through the Niuke.com written test, so friends must make good use of this website.
insert image description here

4. Leetcode
(URL: https://leetcode-cn.com/ )
LeetCode is a brand under Leetcode that focuses on programmers' technical growth and enterprise technical talent services. Likou is specially used to brush the algorithm. You can conduct interviews and competitions here, and there will be weekly competitions every week. Once you enter the ranking, you can directly qualify to enter the big factory, but the premise is that you have certain data. Structural and algorithmic fundamentals. Work hard here for 4 years, Dachang offer is waiting for you.
insert image description here

5 CSDN
(URL: https://www.csdn.net/ )
This is a place where early programmers showed their talents. This website has been around for more than 20 years, and it has always been a community where programmers gather. There are many reference articles on the Internet It is from CSDN, and you can also write technical blogs here.
insert image description here

6 github
(URL: https://github.com/ )
GitHub is a hosting platform for open source and private software projects, involving source code management and hosting. The world of programming is inseparable from it, so pay more attention.
insert image description here

7Jiumodiary Search
(URL: https://www.jiomodiary.com/ )
This URL can be used to search for some pdf books. With this URL, you don’t need to search for pdf books on Baidu’s entire network. Although it may not be as comprehensive as Baidu's entire network search, most of them are also available.
insert image description here

8 Chinese University MOOC
(URL: https://www.icourse163.org/ )
If you want to add some material in the university, or want to take another course, then this website will be your best choice, here are various You can choose a teacher to attend the course, which is pretty good anyway.
insert image description here

9 I love sharing network
(URL: http://www.zhanshaoyi.com/ )
This website collects a lot of practical software, including office software, for readers to download, and provides a cracking method, which is really practical.
insert image description here

10 TED
(Web site: https://www.ted.com/ )
TED (referring to the abbreviation of Technology, Entertainment, Design in English, that is, technology, entertainment, design) is a private non-profit organization in the United States. The TED conference organized by the United States is famous for its purpose of "spreading all ideas worth spreading". TED was born in 1984, and its founder is Richard So Uman. In March every year, the TED Conference convenes many outstanding figures in the fields of science, design, literature, music, etc. in North America to share their thoughts and explorations about technology, society, and people.
insert image description here

11 NetEase Open Class
(URL: https://open.163.com/ )
has a lot of content, it is worth learning, recommended!
insert image description here

12 The name of Documentary World
(URL: http://www.jlpcn.net/ )
is easy to understand, so there is no need to introduce it too much.
insert image description here
13 JSON Parsing Network (URL: http://www.json.cn/ )
This website specializes in parsing JSON strings, and can identify whether a string is in JSON format, which can assist in development. The website also has Java, Javascript, PHP, C#, Python parsing codes in JSON format for beginners' reference.
insert image description here
14 Bilibili (URL: https://www.bilibili.com )
This website is a very good video website. There are many learning videos in it, such as java, spring boot, Nginx, etc., which are really good.
insert image description here

The last piece of code:

public class YearsWine {
    
    
    public static void main(String[] args){
    
    
        int firstNum = 100;
        System.out.println("********欢迎来到大漠老酒的博客!********");
        System.out.println();
        System.out.println("********"+firstNum+"******to*******"+(firstNum+1)+"********");
    }
}

insert image description here

Guess you like

Origin blog.csdn.net/helloworldchina/article/details/105758414