Zhiyao's Blog


  • Home

  • Categories

  • Archives

  • Tags

  • About

  • Search

The Model-View-Controller design pattern decouples data access, business logic, data presentation, and user interaction

Posted on 2022-04-04 | In Java
CS1103 Discussion Assignment Unit 7. Here's something encrypted, password is required to continue reading.
Read more »

List all files in a directory and all its subdirectories recursively

Posted on 2022-04-04 | In Java
CS1103 Exercise Unit 6. Here's something encrypted, password is required to continue reading.
Read more »

CS1103 Learning Journal Unit 6 - Files and Networking; Advanced GUI Programming

Posted on 2022-04-04 | In Java
CS1103 Learning Journal Unit 6. Here's something encrypted, password is required to continue reading.
Read more »

Adding another nextLine() between nextInt() and nextLine() is necessary

Posted on 2022-04-04 | In Java

Introduction

If we read an Integer first and then read strings, it is necessary to add another nextLine() between the nextInt() and nextLine() methods. Otherwise, there will be an InputMismatchException.

Read more »

ArrayLists and Files in a GUI Application

Posted on 2022-04-04 | In Java
CS1103 Programming Assignment Unit 6. Here's something encrypted, password is required to continue reading.
Read more »

The differences between handling Socket and ServerSocket

Posted on 2022-04-04 | In Java
CS1103 Discussion Assignment Unit 6. Here's something encrypted, password is required to continue reading.
Read more »

CS1103 Learning Journal Unit 5 - More Generic Programming and Collection classes

Posted on 2022-04-03 | In Java
CS1103 Learning Journal Unit 5. Here's something encrypted, password is required to continue reading.
Read more »

Implement hash tables from scratch

Posted on 2022-04-03 | In Java
CS1103 Exercise Unit 5. Here's something encrypted, password is required to continue reading.
Read more »

Use HashSet and TreeSet to implement a spell checker

Posted on 2022-04-03 | In Java
CS1103 Programming Assignment Unit 5. Here's something encrypted, password is required to continue reading.
Read more »

CS1103 Learning Journal Unit 4 - Recursive Descent Parsers, Generic Programming and Java Collection Framework

Posted on 2022-04-03 | In Java
CS1103 Learning Journal Unit 4. Here's something encrypted, password is required to continue reading.
Read more »
《123…6》

57 posts
4 categories
20 tags
GitHub Twitter
© 2021 — 2023 Zhiyao's Blog
Views