实例介绍
完整的一个开发系统,还带有文档,记录自己的成长.....
【实例截图】
【核心代码】
a
└── a
├── DMS物流
│ ├── e-dms
│ │ ├── e-dms-cus-webservice
│ │ │ ├── pom.xml
│ │ │ ├── src
│ │ │ │ └── main
│ │ │ │ └── java
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── ws
│ │ │ │ ├── IShopWS.class
│ │ │ │ ├── IShopWS.java
│ │ │ │ ├── ObjectFactory.class
│ │ │ │ ├── ObjectFactory.java
│ │ │ │ ├── QueryAllShopsByAssociate.class
│ │ │ │ ├── QueryAllShopsByAssociate.java
│ │ │ │ ├── QueryAllShopsByAssociateResponse.class
│ │ │ │ ├── QueryAllShopsByAssociateResponse.java
│ │ │ │ ├── QueryAllShopsByNotAssociate.class
│ │ │ │ ├── QueryAllShopsByNotAssociate.java
│ │ │ │ ├── QueryAllShopsByNotAssociateResponse.class
│ │ │ │ ├── QueryAllShopsByNotAssociateResponse.java
│ │ │ │ ├── QueryByPhone.class
│ │ │ │ ├── QueryByPhone.java
│ │ │ │ ├── QueryByPhoneResponse.class
│ │ │ │ ├── QueryByPhoneResponse.java
│ │ │ │ ├── ShopWSImplService.class
│ │ │ │ ├── ShopWSImplService.java
│ │ │ │ ├── Shops.class
│ │ │ │ ├── Shops.java
│ │ │ │ ├── UpdateShopsDecidedzoneId.class
│ │ │ │ ├── UpdateShopsDecidedzoneId.java
│ │ │ │ ├── UpdateShopsDecidedzoneIdResponse.class
│ │ │ │ ├── UpdateShopsDecidedzoneIdResponse.java
│ │ │ │ ├── Users.class
│ │ │ │ ├── Users.java
│ │ │ │ ├── package-info.class
│ │ │ │ └── package-info.java
│ │ │ └── target
│ │ │ ├── classes
│ │ │ │ ├── META-INF
│ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ └── maven
│ │ │ │ │ └── cn.jbit.wen
│ │ │ │ │ └── e-dms-cus-webservice
│ │ │ │ │ ├── pom.properties
│ │ │ │ │ └── pom.xml
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── ws
│ │ │ │ ├── IShopWS.class
│ │ │ │ ├── ObjectFactory.class
│ │ │ │ ├── QueryAllShopsByAssociate.class
│ │ │ │ ├── QueryAllShopsByAssociateResponse.class
│ │ │ │ ├── QueryAllShopsByNotAssociate.class
│ │ │ │ ├── QueryAllShopsByNotAssociateResponse.class
│ │ │ │ ├── QueryByPhone.class
│ │ │ │ ├── QueryByPhoneResponse.class
│ │ │ │ ├── ShopWSImplService.class
│ │ │ │ ├── Shops.class
│ │ │ │ ├── UpdateShopsDecidedzoneId.class
│ │ │ │ ├── UpdateShopsDecidedzoneIdResponse.class
│ │ │ │ ├── Users.class
│ │ │ │ └── package-info.class
│ │ │ └── maven-status
│ │ │ └── maven-compiler-plugin
│ │ │ └── compile
│ │ │ └── default-compile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ ├── e-dms-dao
│ │ │ ├── pom.xml
│ │ │ ├── src
│ │ │ │ └── main
│ │ │ │ └── java
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── dao
│ │ │ │ ├── AuthFunctionMapper.java
│ │ │ │ ├── AuthFunctionMapper.xml
│ │ │ │ ├── AuthRoleMapper.java
│ │ │ │ ├── AuthRoleMapper.xml
│ │ │ │ ├── BcDecidedzoneMapper.java
│ │ │ │ ├── BcDecidedzoneMapper.xml
│ │ │ │ ├── BcRegionMapper.java
│ │ │ │ ├── BcRegionMapper.xml
│ │ │ │ ├── BcStaffMapper.java
│ │ │ │ ├── BcStaffMapper.xml
│ │ │ │ ├── BcSubareaMapper.java
│ │ │ │ ├── BcSubareaMapper.xml
│ │ │ │ ├── QpNoticebillMapper.java
│ │ │ │ ├── QpNoticebillMapper.xml
│ │ │ │ ├── QpWorkbillMapper.java
│ │ │ │ ├── QpWorkbillMapper.xml
│ │ │ │ ├── QpWorkordermanageMapper.java
│ │ │ │ ├── QpWorkordermanageMapper.xml
│ │ │ │ ├── RoleFunctionMapper.java
│ │ │ │ ├── RoleFunctionMapper.xml
│ │ │ │ ├── TUserMapper.java
│ │ │ │ ├── TUserMapper.xml
│ │ │ │ ├── UserRoleMapper.java
│ │ │ │ └── UserRoleMapper.xml
│ │ │ └── target
│ │ │ ├── classes
│ │ │ │ ├── META-INF
│ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ └── maven
│ │ │ │ │ └── cn.jbit.wen
│ │ │ │ │ └── e-dms-dao
│ │ │ │ │ ├── pom.properties
│ │ │ │ │ └── pom.xml
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── dao
│ │ │ │ ├── AuthFunctionMapper.class
│ │ │ │ ├── AuthFunctionMapper.xml
│ │ │ │ ├── AuthRoleMapper.class
│ │ │ │ ├── AuthRoleMapper.xml
│ │ │ │ ├── BcDecidedzoneMapper.class
│ │ │ │ ├── BcDecidedzoneMapper.xml
│ │ │ │ ├── BcRegionMapper.class
│ │ │ │ ├── BcRegionMapper.xml
│ │ │ │ ├── BcStaffMapper.class
│ │ │ │ ├── BcStaffMapper.xml
│ │ │ │ ├── BcSubareaMapper.class
│ │ │ │ ├── BcSubareaMapper.xml
│ │ │ │ ├── QpNoticebillMapper.class
│ │ │ │ ├── QpNoticebillMapper.xml
│ │ │ │ ├── QpWorkbillMapper.class
│ │ │ │ ├── QpWorkbillMapper.xml
│ │ │ │ ├── QpWorkordermanageMapper.class
│ │ │ │ ├── QpWorkordermanageMapper.xml
│ │ │ │ ├── RoleFunctionMapper.class
│ │ │ │ ├── RoleFunctionMapper.xml
│ │ │ │ ├── TUserMapper.class
│ │ │ │ ├── TUserMapper.xml
│ │ │ │ ├── UserRoleMapper.class
│ │ │ │ └── UserRoleMapper.xml
│ │ │ └── maven-status
│ │ │ └── maven-compiler-plugin
│ │ │ └── compile
│ │ │ └── default-compile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ ├── e-dms-entity
│ │ │ ├── pom.xml
│ │ │ ├── src
│ │ │ │ └── main
│ │ │ │ └── java
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── entity
│ │ │ │ ├── AuthFunction.java
│ │ │ │ ├── AuthFunctionExample.java
│ │ │ │ ├── AuthRole.java
│ │ │ │ ├── AuthRoleExample.java
│ │ │ │ ├── BcDecidedzone.java
│ │ │ │ ├── BcDecidedzoneExample.java
│ │ │ │ ├── BcRegion.java
│ │ │ │ ├── BcRegionExample.java
│ │ │ │ ├── BcStaff.java
│ │ │ │ ├── BcStaffExample.java
│ │ │ │ ├── BcSubarea.java
│ │ │ │ ├── BcSubareaExample.java
│ │ │ │ ├── ComboTreeModel.java
│ │ │ │ ├── ProvCount.java
│ │ │ │ ├── QpNoticebill.java
│ │ │ │ ├── QpNoticebillExample.java
│ │ │ │ ├── QpWorkbill.java
│ │ │ │ ├── QpWorkbillExample.java
│ │ │ │ ├── QpWorkordermanage.java
│ │ │ │ ├── QpWorkordermanageExample.java
│ │ │ │ ├── RoleFunctionExample.java
│ │ │ │ ├── RoleFunctionKey.java
│ │ │ │ ├── TUser.java
│ │ │ │ ├── TUserExample.java
│ │ │ │ ├── UserRoleExample.java
│ │ │ │ └── UserRoleKey.java
│ │ │ └── target
│ │ │ ├── classes
│ │ │ │ ├── META-INF
│ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ └── maven
│ │ │ │ │ └── cn.jbit.wen
│ │ │ │ │ └── e-dms-entity
│ │ │ │ │ ├── pom.properties
│ │ │ │ │ └── pom.xml
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── entity
│ │ │ │ ├── AuthFunction.class
│ │ │ │ ├── AuthFunctionExample$Criteria.class
│ │ │ │ ├── AuthFunctionExample$Criterion.class
│ │ │ │ ├── AuthFunctionExample$GeneratedCriteria.class
│ │ │ │ ├── AuthFunctionExample.class
│ │ │ │ ├── AuthRole.class
│ │ │ │ ├── AuthRoleExample$Criteria.class
│ │ │ │ ├── AuthRoleExample$Criterion.class
│ │ │ │ ├── AuthRoleExample$GeneratedCriteria.class
│ │ │ │ ├── AuthRoleExample.class
│ │ │ │ ├── BcDecidedzone.class
│ │ │ │ ├── BcDecidedzoneExample$Criteria.class
│ │ │ │ ├── BcDecidedzoneExample$Criterion.class
│ │ │ │ ├── BcDecidedzoneExample$GeneratedCriteria.class
│ │ │ │ ├── BcDecidedzoneExample.class
│ │ │ │ ├── BcRegion.class
│ │ │ │ ├── BcRegionExample$Criteria.class
│ │ │ │ ├── BcRegionExample$Criterion.class
│ │ │ │ ├── BcRegionExample$GeneratedCriteria.class
│ │ │ │ ├── BcRegionExample.class
│ │ │ │ ├── BcStaff.class
│ │ │ │ ├── BcStaffExample$Criteria.class
│ │ │ │ ├── BcStaffExample$Criterion.class
│ │ │ │ ├── BcStaffExample$GeneratedCriteria.class
│ │ │ │ ├── BcStaffExample.class
│ │ │ │ ├── BcSubarea.class
│ │ │ │ ├── BcSubareaExample$Criteria.class
│ │ │ │ ├── BcSubareaExample$Criterion.class
│ │ │ │ ├── BcSubareaExample$GeneratedCriteria.class
│ │ │ │ ├── BcSubareaExample.class
│ │ │ │ ├── ComboTreeModel.class
│ │ │ │ ├── ProvCount.class
│ │ │ │ ├── QpNoticebill.class
│ │ │ │ ├── QpNoticebillExample$Criteria.class
│ │ │ │ ├── QpNoticebillExample$Criterion.class
│ │ │ │ ├── QpNoticebillExample$GeneratedCriteria.class
│ │ │ │ ├── QpNoticebillExample.class
│ │ │ │ ├── QpWorkbill.class
│ │ │ │ ├── QpWorkbillExample$Criteria.class
│ │ │ │ ├── QpWorkbillExample$Criterion.class
│ │ │ │ ├── QpWorkbillExample$GeneratedCriteria.class
│ │ │ │ ├── QpWorkbillExample.class
│ │ │ │ ├── QpWorkordermanage.class
│ │ │ │ ├── QpWorkordermanageExample$Criteria.class
│ │ │ │ ├── QpWorkordermanageExample$Criterion.class
│ │ │ │ ├── QpWorkordermanageExample$GeneratedCriteria.class
│ │ │ │ ├── QpWorkordermanageExample.class
│ │ │ │ ├── RoleFunctionExample$Criteria.class
│ │ │ │ ├── RoleFunctionExample$Criterion.class
│ │ │ │ ├── RoleFunctionExample$GeneratedCriteria.class
│ │ │ │ ├── RoleFunctionExample.class
│ │ │ │ ├── RoleFunctionKey.class
│ │ │ │ ├── TUser.class
│ │ │ │ ├── TUserExample$Criteria.class
│ │ │ │ ├── TUserExample$Criterion.class
│ │ │ │ ├── TUserExample$GeneratedCriteria.class
│ │ │ │ ├── TUserExample.class
│ │ │ │ ├── UserRoleExample$Criteria.class
│ │ │ │ ├── UserRoleExample$Criterion.class
│ │ │ │ ├── UserRoleExample$GeneratedCriteria.class
│ │ │ │ ├── UserRoleExample.class
│ │ │ │ └── UserRoleKey.class
│ │ │ └── maven-status
│ │ │ └── maven-compiler-plugin
│ │ │ └── compile
│ │ │ └── default-compile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ ├── e-dms-interface
│ │ │ ├── pom.xml
│ │ │ ├── src
│ │ │ │ └── main
│ │ │ │ └── java
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── service
│ │ │ │ ├── IAuthRoleService.java
│ │ │ │ ├── IDecidedzoneService.java
│ │ │ │ ├── IFunctionService.java
│ │ │ │ ├── INoticebillService.java
│ │ │ │ ├── IRegionService.java
│ │ │ │ ├── IStaffService.java
│ │ │ │ ├── ISubareaService.java
│ │ │ │ └── ITUserService.java
│ │ │ └── target
│ │ │ ├── classes
│ │ │ │ ├── META-INF
│ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ └── maven
│ │ │ │ │ └── cn.jbit.wen
│ │ │ │ │ └── e-dms-interface
│ │ │ │ │ ├── pom.properties
│ │ │ │ │ └── pom.xml
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── service
│ │ │ │ ├── IAuthRoleService.class
│ │ │ │ ├── IDecidedzoneService.class
│ │ │ │ ├── IFunctionService.class
│ │ │ │ ├── INoticebillService.class
│ │ │ │ ├── IRegionService.class
│ │ │ │ ├── IStaffService.class
│ │ │ │ ├── ISubareaService.class
│ │ │ │ └── ITUserService.class
│ │ │ └── maven-status
│ │ │ └── maven-compiler-plugin
│ │ │ └── compile
│ │ │ └── default-compile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ ├── e-dms-service
│ │ │ ├── pom.xml
│ │ │ ├── src
│ │ │ │ └── main
│ │ │ │ └── java
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── service
│ │ │ │ └── impl
│ │ │ │ ├── AuthRoleServiceImpl.java
│ │ │ │ ├── DecidedzoneServiceImpl.java
│ │ │ │ ├── FunctionServiceImpl.java
│ │ │ │ ├── NoticebillServiceImpl.java
│ │ │ │ ├── RegionServiceImpl.java
│ │ │ │ ├── StaffServiceImpl.java
│ │ │ │ ├── SubareaServiceImpl.java
│ │ │ │ └── TUserServiceImpl.java
│ │ │ └── target
│ │ │ ├── classes
│ │ │ │ ├── META-INF
│ │ │ │ │ ├── MANIFEST.MF
│ │ │ │ │ └── maven
│ │ │ │ │ └── cn.jbit.wen
│ │ │ │ │ └── e-dms-service
│ │ │ │ │ ├── pom.properties
│ │ │ │ │ └── pom.xml
│ │ │ │ └── cn
│ │ │ │ └── jbit
│ │ │ │ └── wen
│ │ │ │ └── service
│ │ │ │ └── impl
│ │ │ │ ├── AuthRoleServiceImpl.class
│ │ │ │ ├── DecidedzoneServiceImpl.class
│ │ │ │ ├── FunctionServiceImpl.class
│ │ │ │ ├── NoticebillServiceImpl.class
│ │ │ │ ├── RegionServiceImpl.class
│ │ │ │ ├── StaffServiceImpl.class
│ │ │ │ ├── SubareaServiceImpl.class
│ │ │ │ └── TUserServiceImpl.class
│ │ │ └── maven-status
│ │ │ └── maven-compiler-plugin
│ │ │ └── compile
│ │ │ └── default-compile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ ├── e-dms-web
│ │ │ ├── pom.xml
│ │ │ ├── src
│ │ │ │ └── main
│ │ │ │ ├── java
│ │ │ │ │ └── cn
│ │ │ │ │ └── jbit
│ │ │ │ │ └── wen
│ │ │ │ │ ├── quartz
│ │ │ │ │ │ └── MailJob.java
│ │ │ │ │ └── web
│ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── AuthRoleController.java
│ │ │ │ │ │ ├── BaseController.java
│ │ │ │ │ │ ├── DecidedzoneController.java
│ │ │ │ │ │ ├── FunctionController.java
│ │ │ │ │ │ ├── NoticebillController.java
│ │ │ │ │ │ ├── PageController.java
│ │ │ │ │ │ ├── RegionController.java
│ │ │ │ │ │ ├── StaffController.java
│ │ │ │ │ │ ├── SubareaController.java
│ │ │ │ │ │ └── UserController.java
│ │ │ │ │ ├── poi
│ │ │ │ │ │ └── ExcelUtil.java
│ │ │ │ │ └── shiro
│ │ │ │ │ └── UserRealm.java
│ │ │ │ ├── resources
│ │ │ │ │ ├── conf
│ │ │ │ │ │ ├── database.properties
│ │ │ │ │ │ └── resource.properties
│ │ │ │ │ ├── generatorConfig.xml
│ │ │ │ │ ├── mybatis
│ │ │ │ │ │ └── SqlMapConfig.xml
│ │ │ │ │ └── spring
│ │ │ │ │ ├── applicationContext-cxf.xml
│ │ │ │ │ ├── applicationContext-dao.xml
│ │ │ │ │ ├── applicationContext-quartz.xml
│ │ │ │ │ ├── applicationContext-service.xml
│ │ │ │ │ ├── applicationContext-shiro.xml
│ │ │ │ │ ├── applicationContext-trans.xml
│ │ │ │ │ └── springmvc.xml
│ │ │ │ └── webapp
│ │ │ │ ├── WEB-INF
│ │ │ │ │ ├── content
│ │ │ │ │ │ └── front
│ │ │ │ │ │ └── user
│ │ │ │ │ │ ├── admin.jsp
│ │ │ │ │ │ ├── batch.jsp
│ │ │ │ │ │ ├── batch2.jsp
│ │ │ │ │ │ ├── decidedzone_add.jsp
│ │ │ │ │ │ ├── decidedzone_update.jsp
│ │ │ │ │ │ ├── decidedzonelist.jsp
│ │ │ │ │ │ ├── diaodu.jsp
│ │ │ │ │ │ ├── function_add.jsp
│ │ │ │ │ │ ├── function_update.jsp
│ │ │ │ │ │ ├── functionlist.jsp
│ │ │ │ │ │ ├── head.jsp
│ │ │ │ │ │ ├── login.jsp
│ │ │ │ │ │ ├── login2.jsp
│ │ │ │ │ │ ├── noticebill_add.jsp
│ │ │ │ │ │ ├── noticebill_update.jsp
│ │ │ │ │ │ ├── noticebilllist.jsp
│ │ │ │ │ │ ├── region_add.jsp
│ │ │ │ │ │ ├── region_update.jsp
│ │ │ │ │ │ ├── regionlist.jsp
│ │ │ │ │ │ ├── role_add.jsp
│ │ │ │ │ │ ├── role_update.jsp
│ │ │ │ │ │ ├── rolelist.jsp
│ │ │ │ │ │ ├── staff_add.jsp
│ │ │ │ │ │ ├── staff_update.jsp
│ │ │ │ │ │ ├── stafflist.jsp
│ │ │ │ │ │ ├── subarea_add.jsp
│ │ │ │ │ │ ├── subarea_search.jsp
│ │ │ │ │ │ ├── subarea_update.jsp
│ │ │ │ │ │ ├── subarealist.jsp
│ │ │ │ │ │ ├── update.jsp
│ │ │ │ │ │ ├── useradd.jsp
│ │ │ │ │ │ ├── userlist.jsp
│ │ │ │ │ │ └── usershow.jsp
│ │ │ │ │ └── web.xml
│ │ │ │ ├── static
│ │ │ │ │ ├── css
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── easyui
│ │ │ │ │ │ ├── easyloader.js
│ │ │ │ │ │ ├── ext
│ │ │ │ │ │ │ ├── jquery.cookie.js
│ │ │ │ │ │ │ ├── jquery.portal.js
│ │ │ │ │ │ │ └── portal.css
│ │ │ │ │ │ ├── jquery.easyui.min.js
│ │ │ │ │ │ ├── jquery.easyui.mobile.js
│ │ │ │ │ │ ├── jquery.min.js
│ │ │ │ │ │ ├── locale
│ │ │ │ │ │ │ ├── easyui-lang-af.js
│ │ │ │ │ │ │ ├── easyui-lang-am.js
│ │ │ │ │ │ │ ├── easyui-lang-ar.js
│ │ │ │ │ │ │ ├── easyui-lang-bg.js
│ │ │ │ │ │ │ ├── easyui-lang-ca.js
│ │ │ │ │ │ │ ├── easyui-lang-cs.js
│ │ │ │ │ │ │ ├── easyui-lang-cz.js
│ │ │ │ │ │ │ ├── easyui-lang-da.js
│ │ │ │ │ │ │ ├── easyui-lang-de.js
│ │ │ │ │ │ │ ├── easyui-lang-el.js
│ │ │ │ │ │ │ ├── easyui-lang-en.js
│ │ │ │ │ │ │ ├── easyui-lang-es.js
│ │ │ │ │ │ │ ├── easyui-lang-fr.js
│ │ │ │ │ │ │ ├── easyui-lang-it.js
│ │ │ │ │ │ │ ├── easyui-lang-jp.js
│ │ │ │ │ │ │ ├── easyui-lang-ko.js
│ │ │ │ │ │ │ ├── easyui-lang-nl.js
│ │ │ │ │ │ │ ├── easyui-lang-pl.js
│ │ │ │ │ │ │ ├── easyui-lang-pt_BR.js
│ │ │ │ │ │ │ ├── easyui-lang-ru.js
│ │ │ │ │ │ │ ├── easyui-lang-sv_SE.js
│ │ │ │ │ │ │ ├── easyui-lang-tr.js
│ │ │ │ │ │ │ ├── easyui-lang-zh_CN.js
│ │ │ │ │ │ │ └── easyui-lang-zh_TW.js
│ │ │ │ │ │ ├── plugins
│ │ │ │ │ │ │ ├── jquery.accordion.js
│ │ │ │ │ │ │ ├── jquery.calendar.js
│ │ │ │ │ │ │ ├── jquery.combo.js
│ │ │ │ │ │ │ ├── jquery.combobox.js
│ │ │ │ │ │ │ ├── jquery.combogrid.js
│ │ │ │ │ │ │ ├── jquery.combotree.js
│ │ │ │ │ │ │ ├── jquery.combotreegrid.js
│ │ │ │ │ │ │ ├── jquery.datagrid.js
│ │ │ │ │ │ │ ├── jquery.datalist.js
│ │ │ │ │ │ │ ├── jquery.datebox.js
│ │ │ │ │ │ │ ├── jquery.datetimebox.js
│ │ │ │ │ │ │ ├── jquery.datetimespinner.js
│ │ │ │ │ │ │ ├── jquery.dialog.js
│ │ │ │ │ │ │ ├── jquery.draggable.js
│ │ │ │ │ │ │ ├── jquery.droppable.js
│ │ │ │ │ │ │ ├── jquery.filebox.js
│ │ │ │ │ │ │ ├── jquery.form.js
│ │ │ │ │ │ │ ├── jquery.layout.js
│ │ │ │ │ │ │ ├── jquery.linkbutton.js
│ │ │ │ │ │ │ ├── jquery.menu.js
│ │ │ │ │ │ │ ├── jquery.menubutton.js
│ │ │ │ │ │ │ ├── jquery.messager.js
│ │ │ │ │ │ │ ├── jquery.mobile.js
│ │ │ │ │ │ │ ├── jquery.numberbox.js
│ │ │ │ │ │ │ ├── jquery.numberspinner.js
│ │ │ │ │ │ │ ├── jquery.pagination.js
│ │ │ │ │ │ │ ├── jquery.panel.js
│ │ │ │ │ │ │ ├── jquery.parser.js
│ │ │ │ │ │ │ ├── jquery.passwordbox.js
│ │ │ │ │ │ │ ├── jquery.progressbar.js
│ │ │ │ │ │ │ ├── jquery.propertygrid.js
│ │ │ │ │ │ │ ├── jquery.resizable.js
│ │ │ │ │ │ │ ├── jquery.searchbox.js
│ │ │ │ │ │ │ ├── jquery.slider.js
│ │ │ │ │ │ │ ├── jquery.spinner.js
│ │ │ │ │ │ │ ├── jquery.splitbutton.js
│ │ │ │ │ │ │ ├── jquery.switchbutton.js
│ │ │ │ │ │ │ ├── jquery.tabs.js
│ │ │ │ │ │ │ ├── jquery.tagbox.js
│ │ │ │ │ │ │ ├── jquery.textbox.js
│ │ │ │ │ │ │ ├── jquery.timespinner.js
│ │ │ │ │ │ │ ├── jquery.tooltip.js
│ │ │ │ │ │ │ ├── jquery.tree.js
│ │ │ │ │ │ │ ├── jquery.treegrid.js
│ │ │ │ │ │ │ ├── jquery.validatebox.js
│ │ │ │ │ │ │ └── jquery.window.js
│ │ │ │ │ │ └── themes
│ │ │ │ │ │ ├── black
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── bootstrap
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── color.css
│ │ │ │ │ │ ├── default
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── gray
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── icon.css
│ │ │ │ │ │ ├── icons
│ │ │ │ │ │ │ ├── back.png
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── cancel.png
│ │ │ │ │ │ │ ├── clear.png
│ │ │ │ │ │ │ ├── cut.png
│ │ │ │ │ │ │ ├── edit_add.png
│ │ │ │ │ │ │ ├── edit_remove.png
│ │ │ │ │ │ │ ├── filesave.png
│ │ │ │ │ │ │ ├── filter.png
│ │ │ │ │ │ │ ├── help.png
│ │ │ │ │ │ │ ├── large_chart.png
│ │ │ │ │ │ │ ├── large_clipart.png
│ │ │ │ │ │ │ ├── large_picture.png
│ │ │ │ │ │ │ ├── large_shapes.png
│ │ │ │ │ │ │ ├── large_smartart.png
│ │ │ │ │ │ │ ├── lock.png
│ │ │ │ │ │ │ ├── man.png
│ │ │ │ │ │ │ ├── mini_add.png
│ │ │ │ │ │ │ ├── mini_edit.png
│ │ │ │ │ │ │ ├── mini_refresh.png
│ │ │ │ │ │ │ ├── more.png
│ │ │ │ │ │ │ ├── no.png
│ │ │ │ │ │ │ ├── ok.png
│ │ │ │ │ │ │ ├── pencil.png
│ │ │ │ │ │ │ ├── print.png
│ │ │ │ │ │ │ ├── redo.png
│ │ │ │ │ │ │ ├── reload.png
│ │ │ │ │ │ │ ├── search.png
│ │ │ │ │ │ │ ├── sum.png
│ │ │ │ │ │ │ ├── tip.png
│ │ │ │ │ │ │ └── undo.png
│ │ │ │ │ │ ├── material
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── metro
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── mobile.css
│ │ │ │ │ │ ├── ui-cupertino
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── ui-dark-hive
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ ├── ui-pepper-grinder
│ │ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ │ └── window.css
│ │ │ │ │ │ └── ui-sunny
│ │ │ │ │ │ ├── accordion.css
│ │ │ │ │ │ ├── calendar.css
│ │ │ │ │ │ ├── combo.css
│ │ │ │ │ │ ├── combobox.css
│ │ │ │ │ │ ├── datagrid.css
│ │ │ │ │ │ ├── datalist.css
│ │ │ │ │ │ ├── datebox.css
│ │ │ │ │ │ ├── dialog.css
│ │ │ │ │ │ ├── easyui.css
│ │ │ │ │ │ ├── filebox.css
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ │ ├── accordion_arrows.png
│ │ │ │ │ │ │ ├── blank.gif
│ │ │ │ │ │ │ ├── calendar_arrows.png
│ │ │ │ │ │ │ ├── combo_arrow.png
│ │ │ │ │ │ │ ├── datagrid_icons.png
│ │ │ │ │ │ │ ├── datebox_arrow.png
│ │ │ │ │ │ │ ├── layout_arrows.png
│ │ │ │ │ │ │ ├── linkbutton_bg.png
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ ├── menu_arrows.png
│ │ │ │ │ │ │ ├── messager_icons.png
│ │ │ │ │ │ │ ├── pagination_icons.png
│ │ │ │ │ │ │ ├── panel_tools.png
│ │ │ │ │ │ │ ├── passwordbox_close.png
│ │ │ │ │ │ │ ├── passwordbox_open.png
│ │ │ │ │ │ │ ├── searchbox_button.png
│ │ │ │ │ │ │ ├── slider_handle.png
│ │ │ │ │ │ │ ├── spinner_arrows.png
│ │ │ │ │ │ │ ├── tabs_icons.png
│ │ │ │ │ │ │ ├── tagbox_icons.png
│ │ │ │ │ │ │ ├── tree_icons.png
│ │ │ │ │ │ │ └── validatebox_warning.png
│ │ │ │ │ │ ├── layout.css
│ │ │ │ │ │ ├── linkbutton.css
│ │ │ │ │ │ ├── menu.css
│ │ │ │ │ │ ├── menubutton.css
│ │ │ │ │ │ ├── messager.css
│ │ │ │ │ │ ├── numberbox.css
│ │ │ │ │ │ ├── pagination.css
│ │ │ │ │ │ ├── panel.css
│ │ │ │ │ │ ├── passwordbox.css
│ │ │ │ │ │ ├── progressbar.css
│ │ │ │ │ │ ├── propertygrid.css
│ │ │ │ │ │ ├── searchbox.css
│ │ │ │ │ │ ├── slider.css
│ │ │ │ │ │ ├── spinner.css
│ │ │ │ │ │ ├── splitbutton.css
│ │ │ │ │ │ ├── switchbutton.css
│ │ │ │ │ │ ├── tabs.css
│ │ │ │ │ │ ├── tagbox.css
│ │ │ │ │ │ ├── textbox.css
│ │ │ │ │ │ ├── tooltip.css
│ │ │ │ │ │ ├── tree.css
│ │ │ │ │ │ ├── validatebox.css
│ │ │ │ │ │ └── window.css
│ │ │ │ │ ├── highcharts
│ │ │ │ │ │ ├── adapters
│ │ │ │ │ │ │ ├── standalone-framework.js
│ │ │ │ │ │ │ └── standalone-framework.src.js
│ │ │ │ │ │ ├── highcharts-3d.src.js
│ │ │ │ │ │ ├── highcharts-more.js
│ │ │ │ │ │ ├── highcharts-more.src.js
│ │ │ │ │ │ ├── highcharts.js
│ │ │ │ │ │ ├── modules
│ │ │ │ │ │ │ ├── boost.js
│ │ │ │ │ │ │ ├── boost.src.js
│ │ │ │ │ │ │ ├── broken-axis.js
│ │ │ │ │ │ │ ├── broken-axis.src.js
│ │ │ │ │ │ │ ├── canvas-tools.js
│ │ │ │ │ │ │ ├── canvas-tools.src.js
│ │ │ │ │ │ │ ├── data.js
│ │ │ │ │ │ │ ├── data.src.js
│ │ │ │ │ │ │ ├── drilldown.js
│ │ │ │ │ │ │ ├── drilldown.src.js
│ │ │ │ │ │ │ ├── exporting.js
│ │ │ │ │ │ │ ├── exporting.src.js
│ │ │ │ │ │ │ ├── funnel.js
│ │ │ │ │ │ │ ├── funnel.src.js
│ │ │ │ │ │ │ ├── heatmap.js
│ │ │ │ │ │ │ ├── heatmap.src.js
│ │ │ │ │ │ │ ├── no-data-to-display.js
│ │ │ │ │ │ │ ├── no-data-to-display.src.js
│ │ │ │ │ │ │ ├── offline-exporting.js
│ │ │ │ │ │ │ ├── offline-exporting.src.js
│ │ │ │ │ │ │ ├── solid-gauge.js
│ │ │ │ │ │ │ ├── solid-gauge.src.js
│ │ │ │ │ │ │ ├── treemap.js
│ │ │ │ │ │ │ └── treemap.src.js
│ │ │ │ │ │ └── themes
│ │ │ │ │ │ ├── dark-blue.js
│ │ │ │ │ │ ├── dark-green.js
│ │ │ │ │ │ ├── dark-unica.js
│ │ │ │ │ │ ├── gray.js
│ │ │ │ │ │ ├── grid-light.js
│ │ │ │ │ │ ├── grid.js
│ │ │ │ │ │ ├── sand-signika.js
│ │ │ │ │ │ └── skies.js
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── 0.jpg
│ │ │ │ │ │ ├── 1.jpg
│ │ │ │ │ │ ├── 2.jpg
│ │ │ │ │ │ ├── captcha.jpeg.jpg
│ │ │ │ │ │ ├── copy_rignt_24.png
│ │ │ │ │ │ └── mask.png
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── highcharts.js
│ │ │ │ │ │ ├── jquery-1.8.2.min.js
│ │ │ │ │ │ └── ztree
│ │ │ │ │ │ ├── img
│ │ │ │ │ │ │ ├── diy
│ │ │ │ │ │ │ │ ├── 1_close.png
│ │ │ │ │ │ │ │ ├── 2.png
│ │ │ │ │ │ │ │ ├── 3.png
│ │ │ │ │ │ │ │ ├── 4.png
│ │ │ │ │ │ │ │ ├── 5.png
│ │ │ │ │ │ │ │ ├── 6.png
│ │ │ │ │ │ │ │ ├── 7.png
│ │ │ │ │ │ │ │ ├── 8.png
│ │ │ │ │ │ │ │ └── 9.png
│ │ │ │ │ │ │ ├── line_conn.gif
│ │ │ │ │ │ │ ├── loading.gif
│ │ │ │ │ │ │ ├── zTreeStandard.gif
│ │ │ │ │ │ │ └── zTreeStandard.png
│ │ │ │ │ │ ├── jquery.ztree.all-3.5.js
│ │ │ │ │ │ └── zTreeStyle.css
│ │ │ │ │ └── layui
│ │ │ │ │ ├── css
│ │ │ │ │ │ ├── layui.css
│ │ │ │ │ │ ├── layui.mobile.css
│ │ │ │ │ │ ├── modules
│ │ │ │ │ │ │ ├── code.css
│ │ │ │ │ │ │ ├── laydate
│ │ │ │ │ │ │ │ └── default
│ │ │ │ │ │ │ │ └── laydate.css
│ │ │ │ │ │ │ └── layer
│ │ │ │ │ │ │ └── default
│ │ │ │ │ │ │ ├── icon-ext.png
│ │ │ │ │ │ │ ├── icon.png
│ │ │ │ │ │ │ ├── layer.css
│ │ │ │ │ │ │ ├── loading-0.gif
│ │ │ │ │ │ │ ├── loading-1.gif
│ │ │ │ │ │ │ └── loading-2.gif
│ │ │ │ │ │ └── style.css
│ │ │ │ │ ├── font
│ │ │ │ │ │ ├── iconfont.eot
│ │ │ │ │ │ ├── iconfont.svg
│ │ │ │ │ │ ├── iconfont.ttf
│ │ │ │ │ │ └── iconfont.woff
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── 10.jpg
│ │ │ │ │ │ ├── 16.jpg
│ │ │ │ │ │ ├── 17.jpg
│ │ │ │ │ │ ├── 18.jpg
│ │ │ │ │ │ ├── 19.jpg
│ │ │ │ │ │ ├── 20.jpg
│ │ │ │ │ │ ├── 7.jpg
│ │ │ │ │ │ ├── 8.jpg
│ │ │ │ │ │ ├── 9.jpg
│ │ │ │ │ │ ├── acan1.jpg
│ │ │ │ │ │ ├── acan2.jpg
│ │ │ │ │ │ ├── acan3.jpg
│ │ │ │ │ │ ├── acan4.jpg
│ │ │ │ │ │ ├── face
│ │ │ │ │ │ │ ├── 0.gif
│ │ │ │ │ │ │ ├── 1.gif
│ │ │ │ │ │ │ ├── 10.gif
│ │ │ │ │ │ │ ├── 11.gif
│ │ │ │ │ │ │ ├── 12.gif
│ │ │ │ │ │ │ ├── 13.gif
│ │ │ │ │ │ │ ├── 14.gif
│ │ │ │ │ │ │ ├── 15.gif
│ │ │ │ │ │ │ ├── 16.gif
│ │ │ │ │ │ │ ├── 17.gif
│ │ │ │ │ │ │ ├── 18.gif
│ │ │ │ │ │ │ ├── 19.gif
│ │ │ │ │ │ │ ├── 2.gif
│ │ │ │ │ │ │ ├── 20.gif
│ │ │ │ │ │ │ ├── 21.gif
│ │ │ │ │ │ │ ├── 22.gif
│ │ │ │ │ │ │ ├── 23.gif
│ │ │ │ │ │ │ ├── 24.gif
│ │ │ │ │ │ │ ├── 25.gif
│ │ │ │ │ │ │ ├── 26.gif
│ │ │ │ │ │ │ ├── 27.gif
│ │ │ │ │ │ │ ├── 28.gif
│ │ │ │ │ │ │ ├── 29.gif
│ │ │ │ │ │ │ ├── 3.gif
│ │ │ │ │ │ │ ├── 30.gif
│ │ │ │ │ │ │ ├── 31.gif
│ │ │ │ │ │ │ ├── 32.gif
│ │ │ │ │ │ │ ├── 33.gif
│ │ │ │ │ │ │ ├── 34.gif
│ │ │ │ │ │ │ ├── 35.gif
│ │ │ │ │ │ │ ├── 36.gif
│ │ │ │ │ │ │ ├── 37.gif
│ │ │ │ │ │ │ ├── 38.gif
│ │ │ │ │ │ │ ├── 39.gif
│ │ │ │ │ │ │ ├── 4.gif
│ │ │ │ │ │ │ ├── 40.gif
│ │ │ │ │ │ │ ├── 41.gif
│ │ │ │ │ │ │ ├── 42.gif
│ │ │ │ │ │ │ ├── 43.gif
│ │ │ │ │ │ │ ├── 44.gif
│ │ │ │ │ │ │ ├── 45.gif
│ │ │ │ │ │ │ ├── 46.gif
│ │ │ │ │ │ │ ├── 47.gif
│ │ │ │ │ │ │ ├── 48.gif
│ │ │ │ │ │ │ ├── 49.gif
│ │ │ │ │ │ │ ├── 5.gif
│ │ │ │ │ │ │ ├── 50.gif
│ │ │ │ │ │ │ ├── 51.gif
│ │ │ │ │ │ │ ├── 52.gif
│ │ │ │ │ │ │ ├── 53.gif
│ │ │ │ │ │ │ ├── 54.gif
│ │ │ │ │ │ │ ├── 55.gif
│ │ │ │ │ │ │ ├── 56.gif
│ │ │ │ │ │ │ ├── 57.gif
│ │ │ │ │ │ │ ├── 58.gif
│ │ │ │ │ │ │ ├── 59.gif
│ │ │ │ │ │ │ ├── 6.gif
│ │ │ │ │ │ │ ├── 60.gif
│ │ │ │ │ │ │ ├── 61.gif
│ │ │ │ │ │ │ ├── 62.gif
│ │ │ │ │ │ │ ├── 63.gif
│ │ │ │ │ │ │ ├── 64.gif
│ │ │ │ │ │ │ ├── 65.gif
│ │ │ │ │ │ │ ├── 66.gif
│ │ │ │ │ │ │ ├── 67.gif
│ │ │ │ │ │ │ ├── 68.gif
│ │ │ │ │ │ │ ├── 69.gif
│ │ │ │ │ │ │ ├── 7.gif
│ │ │ │ │ │ │ ├── 70.gif
│ │ │ │ │ │ │ ├── 71.gif
│ │ │ │ │ │ │ ├── 8.gif
│ │ │ │ │ │ │ └── 9.gif
│ │ │ │ │ │ ├── show1.png
│ │ │ │ │ │ ├── show2.png
│ │ │ │ │ │ ├── show3.png
│ │ │ │ │ │ ├── show4.png
│ │ │ │ │ │ └── timg.jpg
│ │ │ │ │ ├── js
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ ├── tab.js
│ │ │ │ │ │ ├── taball.js
│ │ │ │ │ │ └── upload.js
│ │ │ │ │ ├── lay
│ │ │ │ │ │ └── modules
│ │ │ │ │ │ ├── carousel.js
│ │ │ │ │ │ ├── code.js
│ │ │ │ │ │ ├── element.js
│ │ │ │ │ │ ├── flow.js
│ │ │ │ │ │ ├── form.js
│ │ │ │ │ │ ├── jquery.js
│ │ │ │ │ │ ├── laydate.js
│ │ │ │ │ │ ├── layedit.js
│ │ │ │ │ │ ├── layer.js
│ │ │ │ │ │ ├── laypage.js
│ │ │ │ │ │ ├── laytpl.js
│ │ │ │ │ │ ├── mobile.js
│ │ │ │ │ │ ├── rate.js
│ │ │ │ │ │ ├── table.js
│ │ │ │ │ │ ├── tree.js
│ │ │ │ │ │ ├── upload.js
│ │ │ │ │ │ └── util.js
│ │ │ │ │ ├── layui.all.js
│ │ │ │ │ └── layui.js
│ │ │ │ └── unauthorized.jsp
│ │ │ └── target
│ │ │ ├── classes
│ │ │ │ ├── cn
│ │ │ │ │ └── jbit
│ │ │ │ │ └── wen
│ │ │ │ │ ├── quartz
│ │ │ │ │ │ ├── MailJob$1.class
│ │ │ │ │ │ └── MailJob.class
│ │ │ │ │ └── web
│ │ │ │ │ ├── controller
│ │ │ │ │ │ ├── AuthRoleController.class
│ │ │ │ │ │ ├── BaseController.class
│ │ │ │ │ │ ├── DecidedzoneController.class
│ │ │ │ │ │ ├── FunctionController.class
│ │ │ │ │ │ ├── NoticebillController.class
│ │ │ │ │ │ ├── PageController.class
│ │ │ │ │ │ ├── RegionController.class
│ │ │ │ │ │ ├── StaffController.class
│ │ │ │ │ │ ├── SubareaController.class
│ │ │ │ │ │ └── UserController.class
│ │ │ │ │ ├── poi
│ │ │ │ │ │ └── ExcelUtil.class
│ │ │ │ │ └── shiro
│ │ │ │ │ └── UserRealm.class
│ │ │ │ ├── conf
│ │ │ │ │ ├── database.properties
│ │ │ │ │ └── resource.properties
│ │ │ │ ├── generatorConfig.xml
│ │ │ │ ├── mybatis
│ │ │ │ │ └── SqlMapConfig.xml
│ │ │ │ └── spring
│ │ │ │ ├── applicationContext-cxf.xml
│ │ │ │ ├── applicationContext-dao.xml
│ │ │ │ ├── applicationContext-quartz.xml
│ │ │ │ ├── applicationContext-service.xml
│ │ │ │ ├── applicationContext-shiro.xml
│ │ │ │ ├── applicationContext-trans.xml
│ │ │ │ └── springmvc.xml
│ │ │ ├── m2e-wtp
│ │ │ │ └── web-resources
│ │ │ │ └── META-INF
│ │ │ │ ├── MANIFEST.MF
│ │ │ │ └── maven
│ │ │ │ └── cn.jbit.wen
│ │ │ │ └── e-dms-web
│ │ │ │ ├── pom.properties
│ │ │ │ └── pom.xml
│ │ │ ├── maven-status
│ │ │ │ └── maven-compiler-plugin
│ │ │ │ └── compile
│ │ │ │ └── default-compile
│ │ │ │ ├── createdFiles.lst
│ │ │ │ └── inputFiles.lst
│ │ │ └── tomcat
│ │ │ ├── conf
│ │ │ │ ├── logging.properties
│ │ │ │ ├── tomcat-users.xml
│ │ │ │ └── web.xml
│ │ │ ├── logs
│ │ │ │ └── access_log.2018-08-13
│ │ │ └── work
│ │ │ └── Tomcat
│ │ │ └── localhost
│ │ │ └── _
│ │ │ └── org
│ │ │ └── apache
│ │ │ └── jsp
│ │ │ └── WEB_002dINF
│ │ │ └── content
│ │ │ └── front
│ │ │ └── user
│ │ │ ├── admin_jsp.class
│ │ │ ├── admin_jsp.java
│ │ │ ├── decidedzonelist_jsp.class
│ │ │ ├── decidedzonelist_jsp.java
│ │ │ ├── diaodu_jsp.class
│ │ │ ├── diaodu_jsp.java
│ │ │ ├── function_005fadd_jsp.class
│ │ │ ├── function_005fadd_jsp.java
│ │ │ ├── function_005fupdate_jsp.class
│ │ │ ├── function_005fupdate_jsp.java
│ │ │ ├── functionlist_jsp.class
│ │ │ ├── functionlist_jsp.java
│ │ │ ├── login_jsp.class
│ │ │ ├── login_jsp.java
│ │ │ ├── noticebill_005fadd_jsp.class
│ │ │ ├── noticebill_005fadd_jsp.java
│ │ │ ├── noticebill_005fupdate_jsp.class
│ │ │ ├── noticebill_005fupdate_jsp.java
│ │ │ ├── noticebilllist_jsp.class
│ │ │ ├── noticebilllist_jsp.java
│ │ │ ├── region_005fadd_jsp.class
│ │ │ ├── region_005fadd_jsp.java
│ │ │ ├── region_005fupdate_jsp.class
│ │ │ ├── region_005fupdate_jsp.java
│ │ │ ├── regionlist_jsp.class
│ │ │ ├── regionlist_jsp.java
│ │ │ ├── role_005fadd_jsp.class
│ │ │ ├── role_005fadd_jsp.java
│ │ │ ├── role_005fupdate_jsp.class
│ │ │ ├── role_005fupdate_jsp.java
│ │ │ ├── rolelist_jsp.class
│ │ │ ├── rolelist_jsp.java
│ │ │ ├── staff_005fadd_jsp.class
│ │ │ ├── staff_005fadd_jsp.java
│ │ │ ├── staff_005fupdate_jsp.class
│ │ │ ├── staff_005fupdate_jsp.java
│ │ │ ├── stafflist_jsp.class
│ │ │ ├── stafflist_jsp.java
│ │ │ ├── subarea_005fsearch_jsp.class
│ │ │ ├── subarea_005fsearch_jsp.java
│ │ │ ├── subarealist_jsp.class
│ │ │ ├── subarealist_jsp.java
│ │ │ ├── update_jsp.class
│ │ │ ├── update_jsp.java
│ │ │ ├── useradd_jsp.class
│ │ │ ├── useradd_jsp.java
│ │ │ ├── userlist_jsp.class
│ │ │ └── userlist_jsp.java
│ │ └── pom.xml
│ ├── e-dms-commons
│ │ ├── pom.xml
│ │ ├── src
│ │ │ └── main
│ │ │ └── java
│ │ │ └── cn
│ │ │ └── jbit
│ │ │ └── wen
│ │ │ └── utils
│ │ │ └── PinYin4jUtils.java
│ │ └── target
│ │ ├── classes
│ │ │ ├── META-INF
│ │ │ │ ├── MANIFEST.MF
│ │ │ │ └── maven
│ │ │ │ └── cn.jbit.wen
│ │ │ │ └── e-dms-commons
│ │ │ │ ├── pom.properties
│ │ │ │ └── pom.xml
│ │ │ └── cn
│ │ │ └── jbit
│ │ │ └── wen
│ │ │ └── utils
│ │ │ └── PinYin4jUtils.class
│ │ ├── e-dms-commons.jar
│ │ ├── maven-archiver
│ │ │ └── pom.properties
│ │ └── maven-status
│ │ └── maven-compiler-plugin
│ │ ├── compile
│ │ │ └── default-compile
│ │ │ ├── createdFiles.lst
│ │ │ └── inputFiles.lst
│ │ └── testCompile
│ │ └── default-testCompile
│ │ └── inputFiles.lst
│ ├── e-dms-parent
│ │ └── pom.xml
│ └── power.sql
├── DMS项目答辩.pptx
└── customer
├── customer.sql
└── shopping
├── pom.xml
├── src
│ └── main
│ ├── java
│ │ └── cn
│ │ └── jbit
│ │ └── wen
│ │ ├── dao
│ │ │ ├── CategoriesMapper.java
│ │ │ ├── CategoriesMapper.xml
│ │ │ ├── ShopsMapper.java
│ │ │ ├── ShopsMapper.xml
│ │ │ ├── UsersMapper.java
│ │ │ └── UsersMapper.xml
│ │ ├── entity
│ │ │ ├── Categories.java
│ │ │ ├── CategoriesExample.java
│ │ │ ├── Shops.java
│ │ │ ├── ShopsExample.java
│ │ │ ├── Users.java
│ │ │ └── UsersExample.java
│ │ ├── generator
│ │ │ └── GeneratorSqlmap.java
│ │ ├── service
│ │ │ ├── IShopService.java
│ │ │ └── impl
│ │ │ └── ShopServiceImpl.java
│ │ ├── web
│ │ │ └── controller
│ │ │ ├── BaseController.java
│ │ │ ├── PageController.java
│ │ │ └── ShopController.java
│ │ └── ws
│ │ ├── IShopWS.java
│ │ └── ShopWSImpl.java
│ ├── resources
│ │ ├── conf
│ │ │ ├── database.properties
│ │ │ └── resource.properties
│ │ ├── generatorConfig.xml
│ │ ├── mybatis
│ │ │ └── SqlMapConfig.xml
│ │ └── spring
│ │ ├── applicationContext-cxf.xml
│ │ ├── applicationContext-dao.xml
│ │ ├── applicationContext-service.xml
│ │ ├── applicationContext-trans.xml
│ │ └── springmvc.xml
│ └── webapp
│ ├── WEB-INF
│ │ ├── content
│ │ │ └── admin
│ │ │ └── shop
│ │ │ ├── AdminUser_add.jsp
│ │ │ ├── admin.jsp
│ │ │ ├── head.jsp
│ │ │ ├── shop_add.jsp
│ │ │ ├── shop_update.jsp
│ │ │ └── shoplist.jsp
│ │ └── web.xml
│ ├── index.jsp
│ └── static
│ ├── css
│ │ └── style.css
│ ├── easyui
│ │ ├── easyloader.js
│ │ ├── ext
│ │ │ ├── jquery.cookie.js
│ │ │ ├── jquery.portal.js
│ │ │ └── portal.css
│ │ ├── jquery.easyui.min.js
│ │ ├── jquery.easyui.mobile.js
│ │ ├── jquery.min.js
│ │ ├── locale
│ │ │ ├── easyui-lang-af.js
│ │ │ ├── easyui-lang-am.js
│ │ │ ├── easyui-lang-ar.js
│ │ │ ├── easyui-lang-bg.js
│ │ │ ├── easyui-lang-ca.js
│ │ │ ├── easyui-lang-cs.js
│ │ │ ├── easyui-lang-cz.js
│ │ │ ├── easyui-lang-da.js
│ │ │ ├── easyui-lang-de.js
│ │ │ ├── easyui-lang-el.js
│ │ │ ├── easyui-lang-en.js
│ │ │ ├── easyui-lang-es.js
│ │ │ ├── easyui-lang-fr.js
│ │ │ ├── easyui-lang-it.js
│ │ │ ├── easyui-lang-jp.js
│ │ │ ├── easyui-lang-ko.js
│ │ │ ├── easyui-lang-nl.js
│ │ │ ├── easyui-lang-pl.js
│ │ │ ├── easyui-lang-pt_BR.js
│ │ │ ├── easyui-lang-ru.js
│ │ │ ├── easyui-lang-sv_SE.js
│ │ │ ├── easyui-lang-tr.js
│ │ │ ├── easyui-lang-zh_CN.js
│ │ │ └── easyui-lang-zh_TW.js
│ │ ├── plugins
│ │ │ ├── jquery.accordion.js
│ │ │ ├── jquery.calendar.js
│ │ │ ├── jquery.combo.js
│ │ │ ├── jquery.combobox.js
│ │ │ ├── jquery.combogrid.js
│ │ │ ├── jquery.combotree.js
│ │ │ ├── jquery.combotreegrid.js
│ │ │ ├── jquery.datagrid.js
│ │ │ ├── jquery.datalist.js
│ │ │ ├── jquery.datebox.js
│ │ │ ├── jquery.datetimebox.js
│ │ │ ├── jquery.datetimespinner.js
│ │ │ ├── jquery.dialog.js
│ │ │ ├── jquery.draggable.js
│ │ │ ├── jquery.droppable.js
│ │ │ ├── jquery.filebox.js
│ │ │ ├── jquery.form.js
│ │ │ ├── jquery.layout.js
│ │ │ ├── jquery.linkbutton.js
│ │ │ ├── jquery.menu.js
│ │ │ ├── jquery.menubutton.js
│ │ │ ├── jquery.messager.js
│ │ │ ├── jquery.mobile.js
│ │ │ ├── jquery.numberbox.js
│ │ │ ├── jquery.numberspinner.js
│ │ │ ├── jquery.pagination.js
│ │ │ ├── jquery.panel.js
│ │ │ ├── jquery.parser.js
│ │ │ ├── jquery.passwordbox.js
│ │ │ ├── jquery.progressbar.js
│ │ │ ├── jquery.propertygrid.js
│ │ │ ├── jquery.resizable.js
│ │ │ ├── jquery.searchbox.js
│ │ │ ├── jquery.slider.js
│ │ │ ├── jquery.spinner.js
│ │ │ ├── jquery.splitbutton.js
│ │ │ ├── jquery.switchbutton.js
│ │ │ ├── jquery.tabs.js
│ │ │ ├── jquery.tagbox.js
│ │ │ ├── jquery.textbox.js
│ │ │ ├── jquery.timespinner.js
│ │ │ ├── jquery.tooltip.js
│ │ │ ├── jquery.tree.js
│ │ │ ├── jquery.treegrid.js
│ │ │ ├── jquery.validatebox.js
│ │ │ └── jquery.window.js
│ │ └── themes
│ │ ├── black
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── bootstrap
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── color.css
│ │ ├── default
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── gray
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── icon.css
│ │ ├── icons
│ │ │ ├── back.png
│ │ │ ├── blank.gif
│ │ │ ├── cancel.png
│ │ │ ├── clear.png
│ │ │ ├── cut.png
│ │ │ ├── edit_add.png
│ │ │ ├── edit_remove.png
│ │ │ ├── filesave.png
│ │ │ ├── filter.png
│ │ │ ├── help.png
│ │ │ ├── large_chart.png
│ │ │ ├── large_clipart.png
│ │ │ ├── large_picture.png
│ │ │ ├── large_shapes.png
│ │ │ ├── large_smartart.png
│ │ │ ├── lock.png
│ │ │ ├── man.png
│ │ │ ├── mini_add.png
│ │ │ ├── mini_edit.png
│ │ │ ├── mini_refresh.png
│ │ │ ├── more.png
│ │ │ ├── no.png
│ │ │ ├── ok.png
│ │ │ ├── pencil.png
│ │ │ ├── print.png
│ │ │ ├── redo.png
│ │ │ ├── reload.png
│ │ │ ├── search.png
│ │ │ ├── sum.png
│ │ │ ├── tip.png
│ │ │ └── undo.png
│ │ ├── material
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── metro
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── mobile.css
│ │ ├── ui-cupertino
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── ui-dark-hive
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ ├── ui-pepper-grinder
│ │ │ ├── accordion.css
│ │ │ ├── calendar.css
│ │ │ ├── combo.css
│ │ │ ├── combobox.css
│ │ │ ├── datagrid.css
│ │ │ ├── datalist.css
│ │ │ ├── datebox.css
│ │ │ ├── dialog.css
│ │ │ ├── easyui.css
│ │ │ ├── filebox.css
│ │ │ ├── images
│ │ │ │ ├── accordion_arrows.png
│ │ │ │ ├── blank.gif
│ │ │ │ ├── calendar_arrows.png
│ │ │ │ ├── combo_arrow.png
│ │ │ │ ├── datagrid_icons.png
│ │ │ │ ├── datebox_arrow.png
│ │ │ │ ├── layout_arrows.png
│ │ │ │ ├── linkbutton_bg.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── menu_arrows.png
│ │ │ │ ├── messager_icons.png
│ │ │ │ ├── pagination_icons.png
│ │ │ │ ├── panel_tools.png
│ │ │ │ ├── passwordbox_close.png
│ │ │ │ ├── passwordbox_open.png
│ │ │ │ ├── searchbox_button.png
│ │ │ │ ├── slider_handle.png
│ │ │ │ ├── spinner_arrows.png
│ │ │ │ ├── tabs_icons.png
│ │ │ │ ├── tagbox_icons.png
│ │ │ │ ├── tree_icons.png
│ │ │ │ └── validatebox_warning.png
│ │ │ ├── layout.css
│ │ │ ├── linkbutton.css
│ │ │ ├── menu.css
│ │ │ ├── menubutton.css
│ │ │ ├── messager.css
│ │ │ ├── numberbox.css
│ │ │ ├── pagination.css
│ │ │ ├── panel.css
│ │ │ ├── passwordbox.css
│ │ │ ├── progressbar.css
│ │ │ ├── propertygrid.css
│ │ │ ├── searchbox.css
│ │ │ ├── slider.css
│ │ │ ├── spinner.css
│ │ │ ├── splitbutton.css
│ │ │ ├── switchbutton.css
│ │ │ ├── tabs.css
│ │ │ ├── tagbox.css
│ │ │ ├── textbox.css
│ │ │ ├── tooltip.css
│ │ │ ├── tree.css
│ │ │ ├── validatebox.css
│ │ │ └── window.css
│ │ └── ui-sunny
│ │ ├── accordion.css
│ │ ├── calendar.css
│ │ ├── combo.css
│ │ ├── combobox.css
│ │ ├── datagrid.css
│ │ ├── datalist.css
│ │ ├── datebox.css
│ │ ├── dialog.css
│ │ ├── easyui.css
│ │ ├── filebox.css
│ │ ├── images
│ │ │ ├── Thumbs.db
│ │ │ ├── accordion_arrows.png
│ │ │ ├── blank.gif
│ │ │ ├── calendar_arrows.png
│ │ │ ├── combo_arrow.png
│ │ │ ├── datagrid_icons.png
│ │ │ ├── datebox_arrow.png
│ │ │ ├── layout_arrows.png
│ │ │ ├── linkbutton_bg.png
│ │ │ ├── loading.gif
│ │ │ ├── menu_arrows.png
│ │ │ ├── messager_icons.png
│ │ │ ├── pagination_icons.png
│ │ │ ├── panel_tools.png
│ │ │ ├── passwordbox_close.png
│ │ │ ├── passwordbox_open.png
│ │ │ ├── searchbox_button.png
│ │ │ ├── slider_handle.png
│ │ │ ├── spinner_arrows.png
│ │ │ ├── tabs_icons.png
│ │ │ ├── tagbox_icons.png
│ │ │ ├── tree_icons.png
│ │ │ └── validatebox_warning.png
│ │ ├── layout.css
│ │ ├── linkbutton.css
│ │ ├── menu.css
│ │ ├── menubutton.css
│ │ ├── messager.css
│ │ ├── numberbox.css
│ │ ├── pagination.css
│ │ ├── panel.css
│ │ ├── passwordbox.css
│ │ ├── progressbar.css
│ │ ├── propertygrid.css
│ │ ├── searchbox.css
│ │ ├── slider.css
│ │ ├── spinner.css
│ │ ├── splitbutton.css
│ │ ├── switchbutton.css
│ │ ├── tabs.css
│ │ ├── tagbox.css
│ │ ├── textbox.css
│ │ ├── tooltip.css
│ │ ├── tree.css
│ │ ├── validatebox.css
│ │ └── window.css
│ ├── images
│ │ ├── 0.jpg
│ │ ├── 1.jpg
│ │ ├── 2.jpg
│ │ ├── captcha.jpeg.jpg
│ │ ├── copy_rignt_24.png
│ │ └── mask.png
│ ├── js
│ │ ├── jquery-1.8.2.min.js
│ │ └── ztree
│ │ ├── img
│ │ │ ├── diy
│ │ │ │ ├── 1_close.png
│ │ │ │ ├── 2.png
│ │ │ │ ├── 3.png
│ │ │ │ ├── 4.png
│ │ │ │ ├── 5.png
│ │ │ │ ├── 6.png
│ │ │ │ ├── 7.png
│ │ │ │ ├── 8.png
│ │ │ │ └── 9.png
│ │ │ ├── line_conn.gif
│ │ │ ├── loading.gif
│ │ │ ├── zTreeStandard.gif
│ │ │ └── zTreeStandard.png
│ │ ├── jquery.ztree.all-3.5.js
│ │ └── zTreeStyle.css
│ └── layui
│ ├── css
│ │ ├── layui.css
│ │ ├── layui.mobile.css
│ │ ├── modules
│ │ │ ├── code.css
│ │ │ ├── laydate
│ │ │ │ └── default
│ │ │ │ └── laydate.css
│ │ │ └── layer
│ │ │ └── default
│ │ │ ├── icon-ext.png
│ │ │ ├── icon.png
│ │ │ ├── layer.css
│ │ │ ├── loading-0.gif
│ │ │ ├── loading-1.gif
│ │ │ └── loading-2.gif
│ │ └── style.css
│ ├── font
│ │ ├── iconfont.eot
│ │ ├── iconfont.svg
│ │ ├── iconfont.ttf
│ │ └── iconfont.woff
│ ├── images
│ │ ├── 10.jpg
│ │ ├── 16.jpg
│ │ ├── 17.jpg
│ │ ├── 18.jpg
│ │ ├── 19.jpg
│ │ ├── 20.jpg
│ │ ├── 7.jpg
│ │ ├── 8.jpg
│ │ ├── 9.jpg
│ │ ├── acan1.jpg
│ │ ├── acan2.jpg
│ │ ├── acan3.jpg
│ │ ├── acan4.jpg
│ │ ├── face
│ │ │ ├── 0.gif
│ │ │ ├── 1.gif
│ │ │ ├── 10.gif
│ │ │ ├── 11.gif
│ │ │ ├── 12.gif
│ │ │ ├── 13.gif
│ │ │ ├── 14.gif
│ │ │ ├── 15.gif
│ │ │ ├── 16.gif
│ │ │ ├── 17.gif
│ │ │ ├── 18.gif
│ │ │ ├── 19.gif
│ │ │ ├── 2.gif
│ │ │ ├── 20.gif
│ │ │ ├── 21.gif
│ │ │ ├── 22.gif
│ │ │ ├── 23.gif
│ │ │ ├── 24.gif
│ │ │ ├── 25.gif
│ │ │ ├── 26.gif
│ │ │ ├── 27.gif
│ │ │ ├── 28.gif
│ │ │ ├── 29.gif
│ │ │ ├── 3.gif
│ │ │ ├── 30.gif
│ │ │ ├── 31.gif
│ │ │ ├── 32.gif
│ │ │ ├── 33.gif
│ │ │ ├── 34.gif
│ │ │ ├── 35.gif
│ │ │ ├── 36.gif
│ │ │ ├── 37.gif
│ │ │ ├── 38.gif
│ │ │ ├── 39.gif
│ │ │ ├── 4.gif
│ │ │ ├── 40.gif
│ │ │ ├── 41.gif
│ │ │ ├── 42.gif
│ │ │ ├── 43.gif
│ │ │ ├── 44.gif
│ │ │ ├── 45.gif
│ │ │ ├── 46.gif
│ │ │ ├── 47.gif
│ │ │ ├── 48.gif
│ │ │ ├── 49.gif
│ │ │ ├── 5.gif
│ │ │ ├── 50.gif
│ │ │ ├── 51.gif
│ │ │ ├── 52.gif
│ │ │ ├── 53.gif
│ │ │ ├── 54.gif
│ │ │ ├── 55.gif
│ │ │ ├── 56.gif
│ │ │ ├── 57.gif
│ │ │ ├── 58.gif
│ │ │ ├── 59.gif
│ │ │ ├── 6.gif
│ │ │ ├── 60.gif
│ │ │ ├── 61.gif
│ │ │ ├── 62.gif
│ │ │ ├── 63.gif
│ │ │ ├── 64.gif
│ │ │ ├── 65.gif
│ │ │ ├── 66.gif
│ │ │ ├── 67.gif
│ │ │ ├── 68.gif
│ │ │ ├── 69.gif
│ │ │ ├── 7.gif
│ │ │ ├── 70.gif
│ │ │ ├── 71.gif
│ │ │ ├── 8.gif
│ │ │ └── 9.gif
│ │ ├── show1.png
│ │ ├── show2.png
│ │ ├── show3.png
│ │ ├── show4.png
│ │ └── timg.jpg
│ ├── js
│ │ ├── carousel.js
│ │ ├── form.js
│ │ ├── tab.js
│ │ ├── taball.js
│ │ └── upload.js
│ ├── lay
│ │ └── modules
│ │ ├── carousel.js
│ │ ├── code.js
│ │ ├── element.js
│ │ ├── flow.js
│ │ ├── form.js
│ │ ├── jquery.js
│ │ ├── laydate.js
│ │ ├── layedit.js
│ │ ├── layer.js
│ │ ├── laypage.js
│ │ ├── laytpl.js
│ │ ├── mobile.js
│ │ ├── rate.js
│ │ ├── table.js
│ │ ├── tree.js
│ │ ├── upload.js
│ │ └── util.js
│ ├── layui.all.js
│ └── layui.js
└── target
├── classes
│ ├── cn
│ │ └── jbit
│ │ └── wen
│ │ ├── dao
│ │ │ ├── CategoriesMapper.class
│ │ │ ├── CategoriesMapper.xml
│ │ │ ├── ShopsMapper.class
│ │ │ ├── ShopsMapper.xml
│ │ │ ├── UsersMapper.class
│ │ │ └── UsersMapper.xml
│ │ ├── entity
│ │ │ ├── Categories.class
│ │ │ ├── CategoriesExample$Criteria.class
│ │ │ ├── CategoriesExample$Criterion.class
│ │ │ ├── CategoriesExample$GeneratedCriteria.class
│ │ │ ├── CategoriesExample.class
│ │ │ ├── Shops.class
│ │ │ ├── ShopsExample$Criteria.class
│ │ │ ├── ShopsExample$Criterion.class
│ │ │ ├── ShopsExample$GeneratedCriteria.class
│ │ │ ├── ShopsExample.class
│ │ │ ├── Users.class
│ │ │ ├── UsersExample$Criteria.class
│ │ │ ├── UsersExample$Criterion.class
│ │ │ ├── UsersExample$GeneratedCriteria.class
│ │ │ └── UsersExample.class
│ │ ├── generator
│ │ │ └── GeneratorSqlmap.class
│ │ ├── service
│ │ │ ├── IShopService.class
│ │ │ └── impl
│ │ │ └── ShopServiceImpl.class
│ │ ├── web
│ │ │ └── controller
│ │ │ ├── BaseController.class
│ │ │ ├── PageController.class
│ │ │ └── ShopController.class
│ │ └── ws
│ │ ├── IShopWS.class
│ │ └── ShopWSImpl.class
│ ├── conf
│ │ ├── database.properties
│ │ └── resource.properties
│ ├── generatorConfig.xml
│ ├── mybatis
│ │ └── SqlMapConfig.xml
│ └── spring
│ ├── applicationContext-cxf.xml
│ ├── applicationContext-dao.xml
│ ├── applicationContext-service.xml
│ ├── applicationContext-trans.xml
│ └── springmvc.xml
├── m2e-wtp
│ └── web-resources
│ └── META-INF
│ ├── MANIFEST.MF
│ └── maven
│ └── cn.jbit.wen
│ └── shopping
│ ├── pom.properties
│ └── pom.xml
├── maven-status
│ └── maven-compiler-plugin
│ └── compile
│ └── default-compile
│ ├── createdFiles.lst
│ └── inputFiles.lst
└── tomcat
├── conf
│ ├── logging.properties
│ ├── tomcat-users.xml
│ └── web.xml
└── logs
└── access_log.2018-08-13
349 directories, 2154 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论