Commonly used software and website




Foreword

I compiled the following I used the software.

First, the software

1. Common

The following are a few of my boot from the start every day, because it is often used, especially recommended!

  • anydesk
    remote desktop software, the most important is: Free for personal use.
    When the first year, had bought a notebook, but to buy a notebook performance worrying, I have been using Eclipse, IDEA because most do not run up. So, if you configure a desktop machine in the bedroom, then went out on a remote connection with a laptop computer inside the bedroom. Also used sunflowers, relatively free card.
    And compared with anydesk sunflower, the speed is faster and more smoothly. Download the TeamViewer but how not used, after all anydesk enough.
    Download the official website link: https: //anydesk.com/zhs

  • Ethics cloud notes
    other notes are also used, but think it is the proper way cloud notes with a comfortable, but also look just fine.

  • Youdao dictionary
    open settings - to take the word zoned word - presentation, double-click ctrl is set to show results, this time you just select the word that can be translated, very comfortable.

2. Development Tools

2.1 Java Development

The following is a tool often used when my Java development. By far the most commonly used is the IDEA, of course, also use Eclipse.

  • IDEA (commonly, it is strongly recommended) java programming language integrated development environment, the best 8g memory and above it, with a really comfortable.
  • eclipse learn Java computer memory is relatively small with the students
  • Maven project management tool software
  • PowerDesigner database design tool
  • MySQL relational database management system
  • navicat database management tools
  • Tomcat Web application server
  • git distributed version control system
  • The GUI-JD ".class" file decompile software
  • Android Studio Android Development
2.2 Other
  • Notepad ++ software compact and efficient. Text editor, look just fine, so I gave up win10 notepad
  • sublime sophisticated text editor
  • WebStorm Web front-end development artifact
  • photoshop image processing software, the images will be used when doing
  • filezilla connect to the server used to upload files
  • Xshell connect to the server
  • VMware powerful desktop virtual machine software, the server can be installed not want to buy this
  • RegexBuddy regular expression test tool, when the school can use regular expressions

Second, website

1. Search problem

  • Google Baidu
    have independent ability to solve problems, search for it from the problem started.
    Most of the search from CSDN, garden blog, know almost, Jane book , that some sites will be particularly great.

2. knowledge learning

Three below to get started, and look up some of the learned but have forgotten something.

  • W3school
    link: https: //www.w3school.com.cn/index.html

  • w3cscoole
    Note that these two are not the same, some of the more w3cscoole.
    Link: https: //www.w3cschool.cn/

  • Rookie Tutorial
    link: https: //www.runoob.com/

If you like video tutorials, a website is enough.

  • Chinese University MOOC (Mu class)
    link: https: //www.icourse163.org/

3. algorithms in paper

  • leetcode
    recommended leetcode , you can press the label brush, a question can be a different solution, I feel very practical.
    Link: https: //leetcode-cn.com/problemset/all/

Others, such as: pintia, ZOJ, HDU can, of course, a OJ on the line.

OJ then share a major topic category links: http: //www.pythontip.com/acm/problemCategory

Published 99 original articles · won praise 105 · Views 9358

Guess you like

Origin blog.csdn.net/weixin_44034328/article/details/104065642