資源簡介
這是一套圖書管理系統(tǒng),文件名上有說視頻,其實(shí)沒有,因?yàn)槲医o刪了,視頻太大,我只上傳了源代碼和筆記,還有一些資料,當(dāng)然了,想要視頻的小伙伴可以留言,我會(huì)通過其他途徑發(fā)給您
代碼片段和文件信息
package?cn.itcast.estore.annotation;
import?java.lang.annotation.ElementType;
import?java.lang.annotation.Inherited;
import?java.lang.annotation.Retention;
import?java.lang.annotation.RetentionPolicy;
import?java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
@Inherited
public?@interface?PrivilegeInfo?{
String?value();?//權(quán)限名稱
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????529??2014-09-27?09:38??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.classpath
?????文件????????303??2014-09-27?17:50??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.myme
?????文件???????1753??2014-09-27?17:49??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.project
?????文件????????500??2014-09-27?09:38??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\.jsdtscope
?????文件???????1040??2014-09-27?17:50??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\com.genuitec.eclipse.j2eedt.core.prefs
?????文件????????629??2014-09-29?17:22??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\org.eclipse.jdt.core.prefs
?????文件????????468??2014-09-27?17:50??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\org.eclipse.wst.common.component
?????文件????????252??2014-09-27?09:38??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2014-09-27?09:38??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2014-09-27?09:38??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????9231??2014-10-08?20:19??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\estoresystem.sql
?????文件????????328??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\c3p0-config.xm
?????文件????????398??2014-09-29?16:02??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\annotation\PrivilegeInfo.java
?????文件???????1902??2014-09-29?20:34??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\dao\OrderDao.java
?????文件???????1954??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\dao\OrderItemDao.java
?????文件???????1004??2014-09-29?17:19??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\dao\PrivilegeDao.java
?????文件???????2989??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\dao\ProductDao.java
?????文件???????1861??2014-09-27?20:31??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\dao\UserDao.java
?????文件???????1757??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\domain\Order.java
?????文件????????965??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\domain\OrderItem.java
?????文件???????2248??2014-09-27?21:43??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\domain\Product.java
?????文件???????2338??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\domain\User.java
?????文件????????562??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\exception\ActiveUserException.java
?????文件????????537??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\exception\LoginException.java
?????文件????????535??2014-09-29?10:55??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\exception\OrderException.java
?????文件????????375??2014-09-29?18:27??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\exception\PrivilegeException.java
?????文件????????370??2014-09-27?09:39??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\exception\RegistException.java
?????文件???????1905??2014-09-29?18:40??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\factory\OrderServiceFactory.java
?????文件???????1764??2014-09-29?18:25??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\factory\ProductServiceFactory.java
?????文件????????727??2014-09-29?17:37??JavaWeb圖書管理系統(tǒng)視頻+資料+筆記\資料+源碼+筆記\bookEstore\src\cn\itcast\estore\service\OrderService.java
............此處省略686個(gè)文件信息
評(píng)論
共有 條評(píng)論