commit
e6a62a714a
@ -0,0 +1,58 @@
|
||||
# ---> Eclipse
|
||||
.metadata
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.settings/
|
||||
.loadpath
|
||||
.recommenders
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# PyDev specific (Python IDE for Eclipse)
|
||||
*.pydevproject
|
||||
|
||||
# CDT-specific (C/C++ Development Tooling)
|
||||
.cproject
|
||||
|
||||
# CDT- autotools
|
||||
.autotools
|
||||
|
||||
# Java annotation processor (APT)
|
||||
.factorypath
|
||||
|
||||
# PDT-specific (PHP Development Tools)
|
||||
.buildpath
|
||||
|
||||
# sbteclipse plugin
|
||||
.target
|
||||
|
||||
# Tern plugin
|
||||
.tern-project
|
||||
|
||||
# TeXlipse plugin
|
||||
.texlipse
|
||||
|
||||
# STS (Spring Tool Suite)
|
||||
.springBeans
|
||||
|
||||
# Code Recommenders
|
||||
.recommenders/
|
||||
|
||||
# Annotation Processing
|
||||
.apt_generated/
|
||||
.apt_generated_test/
|
||||
|
||||
# Scala IDE specific (Scala & Java development for Eclipse)
|
||||
.cache-main
|
||||
.scala_dependencies
|
||||
.worksheet
|
||||
|
||||
@ -0,0 +1,19 @@
|
||||
MIT License Copyright (c) <year> <copyright holders>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is furnished
|
||||
to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice (including the next
|
||||
paragraph) shall be included in all copies or substantial portions of the
|
||||
Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
|
||||
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
||||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
|
||||
OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
@ -0,0 +1,21 @@
|
||||
#### 从命令行创建一个新的仓库
|
||||
|
||||
```bash
|
||||
touch README.md
|
||||
git init
|
||||
git add README.md
|
||||
git commit -m "first commit"
|
||||
git remote add origin https://bdgit.educoder.net/p54670231/Idea.git
|
||||
git push -u origin master
|
||||
|
||||
```
|
||||
|
||||
#### 从命令行推送已经创建的仓库
|
||||
|
||||
```bash
|
||||
git remote add origin https://bdgit.educoder.net/p54670231/Idea.git
|
||||
git push -u origin master
|
||||
|
||||
```
|
||||
|
||||
所有的源码放在 src/part1.7z 与 src/part2.7z中
|
||||
@ -0,0 +1 @@
|
||||
this is doc
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@
|
||||
this is model
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,469 @@
|
||||
{
|
||||
"_type": "Project",
|
||||
"_id": "AAAAAAFF+h6SjaM2Hec=",
|
||||
"name": "Untitled",
|
||||
"ownedElements": [
|
||||
{
|
||||
"_type": "UMLModel",
|
||||
"_id": "AAAAAAFF+qBWK6M3Z8Y=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+h6SjaM2Hec="
|
||||
},
|
||||
"name": "Model",
|
||||
"ownedElements": [
|
||||
{
|
||||
"_type": "UMLClassDiagram",
|
||||
"_id": "AAAAAAFF+qBtyKM79qY=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBWK6M3Z8Y="
|
||||
},
|
||||
"name": "Main",
|
||||
"defaultDiagram": true,
|
||||
"ownedViews": [
|
||||
{
|
||||
"_type": "UMLNodeInstanceView",
|
||||
"_id": "AAAAAAF5vFe7F4gbi34=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBtyKM79qY="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFe7FogZcm8="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "UMLNameCompartmentView",
|
||||
"_id": "AAAAAAF5vFe7F4gc3RQ=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFe7F4gbi34="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFe7FogZcm8="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFe7F4gdALk=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFe7F4gc3RQ="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": 16,
|
||||
"height": 13
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFe7F4genMQ=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFe7F4gc3RQ="
|
||||
},
|
||||
"font": "Arial;13;1",
|
||||
"left": 173,
|
||||
"top": 153,
|
||||
"width": 156,
|
||||
"height": 13,
|
||||
"underline": true,
|
||||
"text": "用户主机"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFe7F4gfT2o=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFe7F4gc3RQ="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": 16,
|
||||
"width": 82.56396484375,
|
||||
"height": 13,
|
||||
"text": "(from Model)"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFe7F4ggmOs=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFe7F4gc3RQ="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": 16,
|
||||
"height": 13,
|
||||
"horizontalAlignment": 1
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"left": 168,
|
||||
"top": 146,
|
||||
"width": 166,
|
||||
"height": 25,
|
||||
"stereotypeLabel": {
|
||||
"$ref": "AAAAAAF5vFe7F4gdALk="
|
||||
},
|
||||
"nameLabel": {
|
||||
"$ref": "AAAAAAF5vFe7F4genMQ="
|
||||
},
|
||||
"namespaceLabel": {
|
||||
"$ref": "AAAAAAF5vFe7F4gfT2o="
|
||||
},
|
||||
"propertyLabel": {
|
||||
"$ref": "AAAAAAF5vFe7F4ggmOs="
|
||||
}
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"containerChangeable": true,
|
||||
"left": 168,
|
||||
"top": 136,
|
||||
"width": 176,
|
||||
"height": 241,
|
||||
"nameCompartment": {
|
||||
"$ref": "AAAAAAF5vFe7F4gc3RQ="
|
||||
}
|
||||
},
|
||||
{
|
||||
"_type": "UMLPackageView",
|
||||
"_id": "AAAAAAF5vFgjFYg1d/M=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBtyKM79qY="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFgjFYgzgeA="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "UMLNameCompartmentView",
|
||||
"_id": "AAAAAAF5vFgjFYg23kw=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFgjFYg1d/M="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFgjFYgzgeA="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFgjFYg3Fjc=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFgjFYg23kw="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": -48,
|
||||
"height": 13
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFgjFYg4YA0=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFgjFYg23kw="
|
||||
},
|
||||
"font": "Arial;13;1",
|
||||
"left": 197,
|
||||
"top": 198,
|
||||
"width": 102,
|
||||
"height": 13,
|
||||
"text": "用户界面"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFgjFYg5UOY=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFgjFYg23kw="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": -48,
|
||||
"width": 73.67724609375,
|
||||
"height": 13,
|
||||
"text": "(from Model)"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFgjFYg67hU=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFgjFYg23kw="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": -48,
|
||||
"height": 13,
|
||||
"horizontalAlignment": 1
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"left": 192,
|
||||
"top": 191,
|
||||
"width": 112,
|
||||
"height": 25,
|
||||
"stereotypeLabel": {
|
||||
"$ref": "AAAAAAF5vFgjFYg3Fjc="
|
||||
},
|
||||
"nameLabel": {
|
||||
"$ref": "AAAAAAF5vFgjFYg4YA0="
|
||||
},
|
||||
"namespaceLabel": {
|
||||
"$ref": "AAAAAAF5vFgjFYg5UOY="
|
||||
},
|
||||
"propertyLabel": {
|
||||
"$ref": "AAAAAAF5vFgjFYg67hU="
|
||||
}
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"containerChangeable": true,
|
||||
"left": 192,
|
||||
"top": 176,
|
||||
"width": 112,
|
||||
"height": 56,
|
||||
"nameCompartment": {
|
||||
"$ref": "AAAAAAF5vFgjFYg23kw="
|
||||
}
|
||||
},
|
||||
{
|
||||
"_type": "UMLPackageView",
|
||||
"_id": "AAAAAAF5vFifQYhPVac=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBtyKM79qY="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFifQYhNoII="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "UMLNameCompartmentView",
|
||||
"_id": "AAAAAAF5vFifQYhQ22E=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFifQYhPVac="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFifQYhNoII="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFifQYhRuRU=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFifQYhQ22E="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"left": -16,
|
||||
"top": -80,
|
||||
"height": 13
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFifQYhSbt0=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFifQYhQ22E="
|
||||
},
|
||||
"font": "Arial;13;1",
|
||||
"left": 197,
|
||||
"top": 262,
|
||||
"width": 103,
|
||||
"height": 13,
|
||||
"text": "应用服务"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFifQYhTuWo=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFifQYhQ22E="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"left": -16,
|
||||
"top": -80,
|
||||
"width": 73.67724609375,
|
||||
"height": 13,
|
||||
"text": "(from Model)"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFifQYhU0vk=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFifQYhQ22E="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"left": -16,
|
||||
"top": -80,
|
||||
"height": 13,
|
||||
"horizontalAlignment": 1
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"left": 192,
|
||||
"top": 255,
|
||||
"width": 113,
|
||||
"height": 25,
|
||||
"stereotypeLabel": {
|
||||
"$ref": "AAAAAAF5vFifQYhRuRU="
|
||||
},
|
||||
"nameLabel": {
|
||||
"$ref": "AAAAAAF5vFifQYhSbt0="
|
||||
},
|
||||
"namespaceLabel": {
|
||||
"$ref": "AAAAAAF5vFifQYhTuWo="
|
||||
},
|
||||
"propertyLabel": {
|
||||
"$ref": "AAAAAAF5vFifQYhU0vk="
|
||||
}
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"containerChangeable": true,
|
||||
"left": 192,
|
||||
"top": 240,
|
||||
"width": 113,
|
||||
"height": 57,
|
||||
"nameCompartment": {
|
||||
"$ref": "AAAAAAF5vFifQYhQ22E="
|
||||
}
|
||||
},
|
||||
{
|
||||
"_type": "UMLComponentInstanceView",
|
||||
"_id": "AAAAAAF5vFvEmYjPk0Q=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBtyKM79qY="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFvEmYjNgRo="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "UMLNameCompartmentView",
|
||||
"_id": "AAAAAAF5vFvEmYjQHYg=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFvEmYjPk0Q="
|
||||
},
|
||||
"model": {
|
||||
"$ref": "AAAAAAF5vFvEmYjNgRo="
|
||||
},
|
||||
"subViews": [
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFvEmYjR9RE=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFvEmYjQHYg="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": -16,
|
||||
"height": 13
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFvEmYjSWJo=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFvEmYjQHYg="
|
||||
},
|
||||
"font": "Arial;13;1",
|
||||
"left": 209,
|
||||
"top": 319,
|
||||
"width": 91,
|
||||
"height": 13,
|
||||
"underline": true,
|
||||
"text": "数据库"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFvEmYjTCqY=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFvEmYjQHYg="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": -16,
|
||||
"width": 73.67724609375,
|
||||
"height": 13,
|
||||
"text": "(from Model)"
|
||||
},
|
||||
{
|
||||
"_type": "LabelView",
|
||||
"_id": "AAAAAAF5vFvEmYjUzOc=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAF5vFvEmYjQHYg="
|
||||
},
|
||||
"visible": false,
|
||||
"font": "Arial;13;0",
|
||||
"top": -16,
|
||||
"height": 13,
|
||||
"horizontalAlignment": 1
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"left": 204,
|
||||
"top": 312,
|
||||
"width": 101,
|
||||
"height": 25,
|
||||
"stereotypeLabel": {
|
||||
"$ref": "AAAAAAF5vFvEmYjR9RE="
|
||||
},
|
||||
"nameLabel": {
|
||||
"$ref": "AAAAAAF5vFvEmYjSWJo="
|
||||
},
|
||||
"namespaceLabel": {
|
||||
"$ref": "AAAAAAF5vFvEmYjTCqY="
|
||||
},
|
||||
"propertyLabel": {
|
||||
"$ref": "AAAAAAF5vFvEmYjUzOc="
|
||||
}
|
||||
}
|
||||
],
|
||||
"font": "Arial;13;0",
|
||||
"containerChangeable": true,
|
||||
"left": 184,
|
||||
"top": 312,
|
||||
"width": 121,
|
||||
"height": 48,
|
||||
"nameCompartment": {
|
||||
"$ref": "AAAAAAF5vFvEmYjQHYg="
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"_type": "UMLNodeInstance",
|
||||
"_id": "AAAAAAF5vFe7FogZcm8=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBWK6M3Z8Y="
|
||||
},
|
||||
"name": "用户主机"
|
||||
},
|
||||
{
|
||||
"_type": "UMLPackage",
|
||||
"_id": "AAAAAAF5vFgjFYgzgeA=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBWK6M3Z8Y="
|
||||
},
|
||||
"name": "用户界面"
|
||||
},
|
||||
{
|
||||
"_type": "UMLPackage",
|
||||
"_id": "AAAAAAF5vFifQYhNoII=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBWK6M3Z8Y="
|
||||
},
|
||||
"name": "应用服务"
|
||||
},
|
||||
{
|
||||
"_type": "UMLPackage",
|
||||
"_id": "AAAAAAF5vFpjD4ieTGA=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBWK6M3Z8Y="
|
||||
},
|
||||
"name": "持久数据"
|
||||
},
|
||||
{
|
||||
"_type": "UMLComponentInstance",
|
||||
"_id": "AAAAAAF5vFvEmYjNgRo=",
|
||||
"_parent": {
|
||||
"$ref": "AAAAAAFF+qBWK6M3Z8Y="
|
||||
},
|
||||
"name": "数据库"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@ -0,0 +1 @@
|
||||
Subproject commit 3859c2900b286de133242f41bd943dcbb53f7b05
|
||||
Loading…
Reference in new issue