Skip to content

InSooBae/AirData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Objective Programming

2019 fall semester Advanced Objective Programming term project

User Stories

Notice

  • First time you should install MYSQL.
  • You must include the external API in the resource directory of your JAVA Build path
  • DB does't have a sever.
  • I make this program assuming the DB server is open. So I recommend opening the server. And link with server.

API Lists

  • mysql-connector-java-8.0.18.jar
  • mail-1.4.7.jar

air

  • Filed | Type | Null | Key | Default | Extra
  • ymDate varchar(8) No PRI NULL
  • loc_name varchar(20) No PRI NULL
  • no2p decimal(4,3) YES NULL
  • o3p decimal(4,3) YES NULL
  • cop decimal(2,1) YES NULL
  • so2p decimal(4,3) YES NULL
  • pm10 decimal(4) YES NULL
  • pm25 decimal(4) YES NULL

Current State

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages