Commit 2b342456 authored by 李丛阳's avatar 李丛阳

java 开发环境

parent 130920bd
...@@ -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;
} }
} }
# 存储结构
## 文件存储
|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|(轮播图)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment