-
Notifications
You must be signed in to change notification settings - Fork 24
Finish #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Finish #11
Conversation
|
ชื่อ Yingyos |
|
ไม่ต้องใส่มาทั้งทั้งโค๊ดครับ ใส่แค่ repo link ก็พอ |
แบบนี้ใช่มั้ยครับ |
|
แล้วก็รบกวนแปะรูปภาพ visualization หรือมาเป็นวิดีโอก็ได้ครับ |
|
ผมเพิ่ม visualization ให้แล้วครับ ไม่เป็นไร เดี๋ยวทางเราจะตรวจสอบความถูกต้องอีกทีครับ ขอบคุณครับ |
| +",'"+ (record \ "REGION").text + "'" | ||
| + ")") | ||
| } | ||
| val allowPosition = Set("Airhostess", "Pilot", "Steward") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be plural
| val allowPosition = Set("Airhostess", "Pilot", "Steward") | |
| val allowPositions = Set("Airhostess", "Pilot", "Steward") |
| println(" Read SQLite ") | ||
| var connection = java.sql.DriverManager.getConnection("jdbc:sqlite:result.sqlite"); | ||
| var statement = connection.createStatement(); | ||
| var result = statement.execute("""CREATE TABLE DEV_CLUB_OLD ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be explicit variable
| var result = statement.execute("""CREATE TABLE DEV_CLUB_OLD ( | |
| var createdTableResult = statement.execute("""CREATE TABLE DEV_CLUB_OLD ( |
| + ")") | ||
| } | ||
| } | ||
| var rs1 = statement.executeQuery("SELECT * FROM DEV_CLUB") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it should be explicit variable
| var rs1 = statement.executeQuery("SELECT * FROM DEV_CLUB") | |
| var exployeeRecords = statement.executeQuery("SELECT * FROM DEV_CLUB") |
| } | ||
| } | ||
| var rs1 = statement.executeQuery("SELECT * FROM DEV_CLUB") | ||
| val csv2File = new PrintWriter("devclub.csv") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| val csv2File = new PrintWriter("devclub.csv") | |
| val csvToFile = new PrintWriter("devclub.csv") |
|
รบกวนสอบถามครับ การแจ้งยืนยันตัวตนที่บอกว่าแจ้งทาง Admin Page พอดีผมใช้ facebook ไม่ค่อยเป็นเลยอยากสอบถามวิธีหน่อยครับ แล้วถ้ารอบที่ไปแข่งที่เชียงใหม่ อยากเพิ่มสมาชิกมาอีก 2 คนทำได้มั้ยครับ? |




ชื่อ Yingyos
ทีมมี 1 คน
https://github.com/harusamer/hackathon-season2
JSON File
Link
Visualization
Link