資源簡介
JAVA開發(fā)的外賣系統(tǒng)源代碼+數(shù)據(jù)庫 值得一用

代碼片段和文件信息
package?com.chinasoft.dao;
import?java.awt.Graphics;
import?java.awt.Image;
import?javax.swing.JPanel;
/**
?*背景類
?*/
public?class?BrackGroudImage?extends?JPanel{
private?Image?image;
/**
?*?構(gòu)造函數(shù)
?*/
public?BrackGroudImage(Image?image)?{
this.image=image;
}
public?void?paintComponent(Graphics?g)?{
g.drawImage(image?0?0?this.getWidth()this.getHeight()?this);
}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\
?????文件?????????455??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\.classpath
?????文件?????????389??2016-08-24?10:29??外賣系統(tǒng)\RestaurantSys\.project
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\.settings\
?????文件?????????598??2016-08-24?09:53??外賣系統(tǒng)\RestaurantSys\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\com\
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\dao\
?????文件?????????707??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\dao\BrackGroudImage.class
?????文件????????2361??2017-05-04?14:47??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\dao\DBManager.class
?????文件????????4461??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\dao\MenusDao.class
?????文件????????2877??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\dao\OrdersDao.class
?????文件????????2218??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\dao\VipDao.class
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\entity\
?????文件????????1157??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\entity\Menus.class
?????文件????????1357??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\entity\Orders.class
?????文件????????1692??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\entity\Vips.class
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\service\
?????文件????????1346??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\service\MenusService.class
?????文件?????????908??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\service\OrdersService.class
?????文件?????????771??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\service\VipsService.class
?????目錄???????????0??2017-06-19?10:23??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\
?????文件?????????750??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Comment$1.class
?????文件????????1439??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Comment$2.class
?????文件?????????770??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Comment$3.class
?????文件????????3503??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Comment.class
?????文件?????????882??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Count$1.class
?????文件????????1305??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Count$2.class
?????文件?????????801??2017-05-04?14:45??外賣系統(tǒng)\RestaurantSys\bin\com\chinasoft\ui\Count$3.class
............此處省略79個(gè)文件信息
評(píng)論
共有 條評(píng)論