Public Bus Service Simulator
文章平均质量分 79
gududelang0
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
demo1_version2
/* * To change this template, choose Tools | Templates * and open the template in the editor. */import java.sql.*;import java.io.*;import java.lang.*;/** * * @author MichaelChan */public class StoreIm原创 2010-02-01 22:52:00 · 308 阅读 · 0 评论 -
JDBC-MySQL代码例子-4
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* Author: Tay Xiang Ren * Date last updated: 02/04/10 * Company/Subsystem: MSI/DB/RMI * * Title: I原创 2010-05-25 00:39:00 · 342 阅读 · 0 评论 -
JDBC-MySQL代码例子-6
/* Author: Tay Xiang Ren/Chua Kian Siong(added rmi code) * Date last updated: 02/04/10 * Company/Subsystem: MSI/DB/RMI * * Title: Implementation of trackerInterface. Contains full methods that tracker原创 2010-05-25 00:41:00 · 378 阅读 · 0 评论 -
JDBC-MySQL代码例子-5
/* Author: Chua Kian Siong * Date last updated: 26/03/10 * Company/Subsystem: MSI/DB/RMI * * Title: Implementation of setupInterface. Contains full definations for the * setupInterface. * * N原创 2010-05-25 00:40:00 · 349 阅读 · 0 评论 -
JDBC-MySQL代码例子-3
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ import java.sql.*; import java.io.*; import java.lang.*; import java.io.File; import java.r原创 2010-05-25 00:37:00 · 307 阅读 · 0 评论 -
JDBC-MySQL代码例子-3
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ import java.sql.*; import java.io.*; import java.lang.*; import java.io.File; import java.r原创 2010-05-25 00:34:00 · 296 阅读 · 0 评论 -
JDBC-MySQL代码例子-2
//Heres for City Map Editorimport java.io.*;import java.rmi.*;import java.rmi.server.*;import java.net.*;import java.io.OutputStream;import java.io.File;import java.io.InputStream;import java.sql.*原创 2010-05-25 00:33:00 · 363 阅读 · 0 评论 -
JDBC-MySQL代码例子-1
//我们组负责Database,所以PBSS System Database全部由我们开发.Heres for Control Center/* Author: Chua Kian Siong * Date last updated: 12/04/10 * Company/Subsystem: MSI/DB/RMI * * Title: Implementation of ccInterfa原创 2010-05-25 00:29:00 · 319 阅读 · 0 评论 -
主程序(main.java)
import java.util.logging.Level;import java.util.logging.Logger;import javax.swing.*;import javax.swing.text.*;import java.awt.*;import java.awt.event.*;import java.io.*;import java.io.IOException;impo原创 2010-05-25 00:44:00 · 646 阅读 · 1 评论 -
Database of Public Bus Service Simulator(Source Code)
demo1: import java.sql.*;import java.io.*;public class StoreImage { public static void main(String[] args) throws SQLException { // TODO code application logic here Connection原创 2010-02-01 21:46:00 · 319 阅读 · 0 评论 -
用户界面(Here's our GUI)
import java.util.logging.Level;import java.util.logging.Logger;import javax.swing.*;import javax.swing.text.*;import java.awt.*; import java.awt.event.*; import java.io.*;import java原创 2010-05-25 00:42:00 · 339 阅读 · 0 评论
分享