Library

所属分类:教育系统应用
开发工具:Java
文件大小:9536KB
下载次数:0
上传日期:2019-07-07 20:45:09
上 传 者jie2
说明:  图书馆管理前台,后台,无数据库 Front desk and back desk of library management
(Front desk and back desk of library management)

文件列表:
Library\.classpath (433, 2018-11-16)
Library\.metadata\.lock (0, 2018-12-27)
Library\.metadata\.log (6269, 2018-12-27)
Library\.metadata\.plugins\com.genuitec.eclipse.sqlexplorer\ConnectionProfiles.xml (828, 2018-12-27)
Library\.metadata\.plugins\com.genuitec.eclipse.sqlexplorer\SQLDrivers.xml (16652, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\history.version (1, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.index (57, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.resources\.root\.indexes\properties.version (1, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.resources\.root\1.tree (149, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.resources\.safetable\org.eclipse.core.resources (546, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.derby.prefs (83, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.examples.prefs (85, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.eclipse.wizards.prefs (1053, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.myeclipse.compatibility.prefs (116, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\com.genuitec.pulse2.common.ui.prefs (126, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.core.resources.prefs (156, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.jdt.ui.prefs (554, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.team.cvs.core.prefs (250, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.team.cvs.ui.prefs (88, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.team.ui.prefs (100, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.ide.prefs (122, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.core.runtime\.settings\org.eclipse.ui.workbench.prefs (3278, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.dltk.core\Containers.dat (12, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.jdt.core\nonChainingJarsCache (4, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.jdt.core\variablesAndContainers.dat (657, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.jdt.ui\dialog_settings.xml (3736, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.jdt.ui\OpenTypeHistory.xml (76, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.jdt.ui\QualifiedTypeNameHistory.xml (85, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.team.cvs.ui\commentTemplates.xml (91, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.team.cvs.ui\commitCommentHistory.xml (75, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.team.cvs.ui\repositoriesView.xml (226, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.ui.ide\dialog_settings.xml (297, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.ui.workbench\dialog_settings.xml (131, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.ui.workbench\workbench.xml (19244, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.ui.workbench\workingsets.xml (257, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.wst.common.snippets\hidden.xml (138, 2018-12-27)
Library\.metadata\.plugins\org.eclipse.wst.common.snippets\user.xml (249602, 2018-12-27)
Library\.metadata\version.ini (26, 2018-12-27)
Library\.mymetadata (296, 2019-01-23)
Library\.project (1413, 2018-12-18)
... ...

# [Flat UI Free](https://designmodo.github.io/Flat-UI/) Flat UI is a beautiful theme for [Bootstrap](http://getbootstrap.com). We have redesigned many of its components to look flat in every pixel. To get started, check out [getting started page](https://designmodo.github.io/Flat-UI/docs/getting-started.html) or follow instructions below. ## Links: + [Demo Page](https://designmodo.github.io/Flat-UI/) + [Download PSD](https://designmodo.com/flat-free/) (for designers) + [Flat UI Pro 1.4.0](https://designmodo.com/flat/) (from $39) ## Quick start Three quick start options are available: - [Download the latest release](https://github.com/designmodo/Flat-UI/archive/2.3.0.zip). - Clone the repo: `git clone https://github.com/designmodo/Flat-UI.git`. - Install with [Bower](http://bower.io): `bower install flat-ui`. Run `npm install` and `bower install` to install dependencies. Read the [getting started page](https://designmodo.github.io/Flat-UI/docs/getting-started.html) for information on the framework contents. Examples: . ### What's included Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this: ``` flat-ui/ └── app/ ├── css/ ├── fonts/ ├── images/ ├── scripts/ └── styles/ ├── mixins/ ├── modules/ ├── flat-ui.scss ├── _mixins.scss ├── _spaces.scss └── _variables.scss ├── dist/ ├── css/ ├── fonts/ ├── images/ ├── scripts/ ├── docs/ ├── examples/ ├── components.html ├── getting-started.html ├── index.html └── template.html ``` We provide compiled CSS and JS (`flat-ui.*`), as well as compiled and minified CSS and JS (`flat-ui.min.*`). Fonts with icons are included. ## Documentation Flat UI's documentation, included in this repo in the docs directory and publicly hosted on GitHub Pages at . ## SASS support If you are interested in SASS source files - you can visit this project made by @wingrunr21: [Designmodo's Flat-UI ported to SASS with support for Flat-UI Pro](https://github.com/wingrunr21/flat-ui-sass) ## Copyright and license Flat UI Free is licensed under a Creative Commons Attribution 3.0 Unported (CC BY 3.0) (http://creativecommons.org/licenses/by/3.0/) and MIT License - http://opensource.org/licenses/mit-license.html. You are allowed to use these elements anywhere you want, however we’ll highly appreciate if you will link to our [website](https://designmodo.com). ## Typeface Flat UI Free is made using the Lato typeface, which can be downloaded for free here: http://www.google.com/webfonts/specimen/Lato ## Designmodo Products **Postcards - [https://designmodo.com/postcards/](https://designmodo.com/postcards/)** Create beautiful responsive emails and newsletters with a simple drag & drop. It includes more than 100 modules to help you create custom emails faster than ever before. **Slides Framework - [https://designmodo.com/slides/](https://designmodo.com/slides/)** Slides is a framework based on its own CSS3, JavaScript, and HTML5 language with a unique code and structure that lets you create, with minimum effort, visually captivating websites with a lot of built-in options. **Startup Framework - [https://designmodo.com/startup/](https://designmodo.com/startup/)** Startup Framework is based on Bootstrap and help you to create beautiful and responsive websites. Build your website quickly with an intuitive and easy-to-use drag and drop interface. ## Useful Links More products from Designmodo: Designmodo Market: Tutorials: Freebies: Affiliate Program (earn money): **Social Media:** Twitter: Facebook: RSS: Google+:

近期下载者

相关文件


收藏者