資源簡介
JAVA+mysql 完成的圖書管理系統,各種功能齊全, 壓縮包中是工程文件, 將工程內的包都導入,注意一定要改掉properties中的數據庫的連接名和密碼,以及庫名,
注意!!!! 一定要建表,表的結構在我博客中有,一定要建表,一定要建表,一定要建表!!!

代碼片段和文件信息
package?com.mec.bookmanage.annotation;
import?static?java.lang.annotation.ElementType.FIELD;
import?static?java.lang.annotation.RetentionPolicy.RUNTIME;
import?java.lang.annotation.Retention;
import?java.lang.annotation.Target;
@Retention(RUNTIME)
@Target(FIELD)
public?@interface?Column?{
String?value();
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????487??2019-06-11?01:07??.classpath
?????文件?????????403??2019-05-14?22:48??.project
?????目錄???????????0??2019-05-14?22:48??.settings\
?????文件?????????598??2019-05-14?22:48??.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2019-06-11?01:07??bin\
?????目錄???????????0??2019-06-11?01:07??bin\com\
?????目錄???????????0??2019-06-11?01:07??bin\com\mec\
?????目錄???????????0??2019-06-11?01:07??bin\com\mec\bookmanage\
?????目錄???????????0??2019-06-11?01:07??bin\com\mec\bookmanage\annotation\
?????文件?????????425??2019-06-11?01:07??bin\com\mec\bookmanage\annotation\Column.class
?????文件?????????386??2019-06-11?01:07??bin\com\mec\bookmanage\annotation\ID.class
?????文件?????????422??2019-06-11?01:07??bin\com\mec\bookmanage\annotation\Table.class
?????目錄???????????0??2019-06-11?01:07??bin\com\mec\bookmanage\core\
?????文件????????2619??2019-06-11?01:07??bin\com\mec\bookmanage\core\ClassPathAnnotationApplicationContext$1.class
?????文件????????2537??2019-06-11?01:07??bin\com\mec\bookmanage\core\ClassPathAnnotationApplicationContext.class
?????文件????????2717??2019-06-11?01:07??bin\com\mec\bookmanage\core\ClassPathApplicationContext.class
?????文件????????4489??2019-06-11?01:07??bin\com\mec\bookmanage\core\ClassTableDefinition.class
?????文件????????1684??2019-06-11?01:07??bin\com\mec\bookmanage\core\ClassTableFactory.class
?????文件????????1459??2019-06-11?01:07??bin\com\mec\bookmanage\core\Connection.class
?????文件????????2911??2019-06-11?01:07??bin\com\mec\bookmanage\core\Databa
?????文件?????????771??2019-06-11?01:07??bin\com\mec\bookmanage\core\DataSource.class
?????文件????????2639??2019-06-11?01:07??bin\com\mec\bookmanage\core\ex
?????文件????????2552??2019-06-11?01:07??bin\com\mec\bookmanage\core\PropertyColumn.class
?????文件????????6694??2019-06-11?01:07??bin\com\mec\bookmanage\core\Query.class
?????目錄???????????0??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\
?????文件????????1102??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\BKmanageView$1.class
?????文件????????1103??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\BKmanageView$2.class
?????文件????????1102??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\BKmanageView$3.class
?????文件?????????789??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\BKmanageView$4.class
?????文件?????????924??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\BKmanageView$5.class
?????文件?????????906??2019-06-11?01:07??bin\com\mec\bookmanage\fatherview\BKmanageView$6.class
............此處省略96個文件信息
- 上一篇:學生管理系統(增刪改查)
- 下一篇:大學生實訓飛機大戰代碼
評論
共有 條評論