摘要:
Solution: Reference is here. 1) 2. Copy a file to another directory when building the .jar in NetBeans Solution: Reference is here. 1) 3. How NetBeans 阅读全文
随笔档案-2019年01月
[Java in NetBeans] Lesson 17. File Input/Output.
2019-01-01 05:21 by Johnson_强生仔仔, 189 阅读, 收藏, 编辑
摘要:
这个课程的参考视频和图片来自youtube。 主要学到的知识点有: We want to handle the bad Error. (e.g bad input / bugs in program) 1. File() : A Java representation of a file. 2. P 阅读全文
[Java in NetBeans] Lesson 16. Exceptions.
2019-01-01 03:55 by Johnson_强生仔仔, 234 阅读, 收藏, 编辑
摘要:
这个课程的参考视频和图片来自youtube。 主要学到的知识点有: We want to handle the bad Error. (e.g bad input / bugs in program) Error: a type of Exception e.g File I/O; User Inp 阅读全文
[Java in NetBeans] Lesson 15. Sorting and Searching.
2019-01-01 03:41 by Johnson_强生仔仔, 297 阅读, 收藏, 编辑
摘要:
这个课程的参考视频和图片来自youtube。 主要学到的知识点有: Build in functions in java.util.Collections Need to implement a comparator - a special class which returns an intege 阅读全文