From 68367f88b2d00ea2f8111b22cdd06d4666215b69 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Fri, 27 Sep 2019 14:06:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LocalReadMe.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/LocalReadMe.md b/LocalReadMe.md index 97e0b06de..fcd0b3f05 100644 --- a/LocalReadMe.md +++ b/LocalReadMe.md @@ -22,9 +22,14 @@ 在mysql中:select repo_name from shixuns; 将mysql输出的结果交给运维使用脚本一建导入 - 10、 关于实训的附件问题: + 10、 关于运维镜像导入问题: + select distinct(mr.name) from shixuns s join shixun_mirror_repositories smr on smr.shixun_id = s.id join mirror_repositories mr on mr.id = smr.mirror_repository_id; + 查询到的镜像给运维制作 + + 11、 关于实训的附件问题: select * from attachments where container_type='Shixun' and container_id in(select distinct(c.id) from subjects s join stage_shixuns ss on ss.subject_id = s.id join shixun_mirror_repositories smr on smr.shixun_id = ss.shixun_id join mirror_repositories mr on mr.id = smr.mirror_repository_id join challenges c on c.shixun_id = ss.shixun_id where s.id in(406, 51, 388, 408, 413, 411, 412, 410, 405, 407, 414)); - 11、 *(前端)本地版要build 首先复制一份 build fonts 下的文件放入build 中 + 12、 *(前端)本地版要build 首先复制一份 build fonts 下的文件放入build 中 然后在把//i.alicdn.com/artascope-font/20160419204543/font cdn 地址改为../../fonts - 12、*(前端)前端阿里云合并要注意事项 1 导师排行版 程序员排行版要去掉 在shixunsHome.js 上 \ No newline at end of file + 13、*(前端)前端阿里云合并要注意事项 1 导师排行版 程序员排行版要去掉 在shixunsHome.js 上 + \ No newline at end of file