Giter Site home page Giter Site logo

tloops / java-courseware Goto Github PK

View Code? Open in Web Editor NEW
18.0 1.0 0.0 7.73 MB

Java编程小白专用课件(基于 SUSTech 计算机程序设计基础A/B)

License: Creative Commons Attribution Share Alike 4.0 International

Java 100.00%
java tutorial noob-friendly basic-programming chinese

java-courseware's Introduction

Hi there, welcome!

Personal Details 💻

  • 🏫 A graduate student in IMED ShenZhen @ SUSTech.
  • 😎 It's worth mentioning that I was teaching Java in SUSTech as a tutor and had gained lots of compliment and supports. And I'm really enjoying teaching Java and helping noobs with fixing their bugs.
  • 🔭 I’m currently working on medical image registration.
  • 🌱 I’m currently learning Computer Vision and Deep Learning.

996.icu

Github information 😆

Tloops's GitHub stats

You can go to this repository Readme Stats to see how I generate the charts above.

My star history of popular repos

Star History Chart

java-courseware's People

Contributors

github-actions[bot] avatar lethal233 avatar tloops avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

java-courseware's Issues

Debugging tips

Debugging tips

  • Fantastic programming -> headache debugging




Error & Exception


Runtime Exceptions


  • 数组越界
    1. 删东西了/多删了一个?
    2. 数组建的不够大
    3. index从0开始而不是1
  • 解决办法
    1. 每次建数组的时候多开一段内存空间
    2. safety check

NPE

  • 现阶段的NPE本质上还是没有完全理解类与对象的概念
  • 对象中套对象
  • 是否已经创建对象

Stack overflow Error

  • 递归调用
  • 一般来说是死循环了
  • 方法/函数之间有环 A-> B -> C -> A

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.