Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
education
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李丛阳
education
Commits
2b342456
Commit
2b342456
authored
Jan 03, 2018
by
李丛阳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
java 开发环境
parent
130920bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
1 deletion
+58
-1
BCodeServiceImpl.java
...rcisoft/business/bcode/service/impl/BCodeServiceImpl.java
+9
-1
architecture.md
src/main/resources/architecture.md
+49
-0
No files found.
src/main/java/org/rcisoft/business/bcode/service/impl/BCodeServiceImpl.java
View file @
2b342456
...
@@ -24,7 +24,15 @@ public class BCodeServiceImpl implements BCodeService {
...
@@ -24,7 +24,15 @@ public class BCodeServiceImpl implements BCodeService {
/*java 单文件*/
/*java 单文件*/
if
(
examType
.
equals
(
global
.
getJavaSimple
()))
if
(
examType
.
equals
(
global
.
getJavaSimple
()))
return
null
;
return
null
;
/*java 工程*/
if
(
examType
.
equals
(
global
.
getJavaProject
()))
return
null
;
/*html 单文件*/
if
(
examType
.
equals
(
global
.
getHtmlSimple
()))
return
null
;
/*html 工程*/
if
(
examType
.
equals
(
global
.
getHtmlProject
()))
return
null
;
return
null
;
return
null
;
}
}
}
}
src/main/resources/architecture.md
0 → 100644
View file @
2b342456
# 存储结构
## 文件存储
|eduServer| (nginx server)
| course| (课程)
|lesson|(课程)
|images|(课程图片)
|lessonId|
|chapterId|
|video|
|乱码文件|
|file|
|乱码文件|
|ppt|
|乱码文件|
|pdf|
|乱码文件|
|sl| (开课)
|images|(开课图片)
|lessonId|
|project|
|userid|
文件夹
|chapterId|
|video|
|乱码文件|
|file|
|乱码文件|
|ppt|
|乱码文件|
|pdf|
|乱码文件|
|homework|
|userid|
|乱码文件|
|code|
userid.文件
|mdfiles| (待确认)
|2017|
|07|
| temp | (临时)
|system|
|images|(轮播图)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment