上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页
摘要: 时间:2020.4.19-2020.4.25 学习所花时间(包括上课):平均每天7-8个小时 代码量:大概2k+行 了解到的知识点:团队项目冲刺,学习ejs相关知识。 阅读全文
posted @ 2020-04-25 18:25 DemonSlayer 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第十天: 讨论区后端开发:后端讨论区,将评论与回复分开实现。 1 import * as TypeORM from "typeorm"; 2 import Model from "./common"; 3 4 import User from "./user"; 5 import Probl 阅读全文
posted @ 2020-04-24 18:43 DemonSlayer 阅读(164) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第九天: 题库主页面设计 1 <% this.title = '题库' %> 2 <% include header %> 3 <% 4 let tagIDs = []; 5 if (typeof tags !== 'undefined') tagIDs = tags.map(x => x. 阅读全文
posted @ 2020-04-23 18:38 DemonSlayer 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第八天: 题库后端收尾: 1 import * as TypeORM from "typeorm"; 2 import Model from "./common"; 3 4 declare var syzoj, ErrorMessage: any; 5 6 import User from 阅读全文
posted @ 2020-04-22 19:30 DemonSlayer 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第七天: 题库后端继续: 1 import * as TypeORM from "typeorm"; 2 import Model from "./common"; 3 4 declare var syzoj, ErrorMessage: any; 5 6 import User from 阅读全文
posted @ 2020-04-21 18:25 DemonSlayer 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第六天: 题库数据库设计与交互: 1 import * as TypeORM from "typeorm"; 2 import Model from "./common"; 3 4 declare var syzoj, ErrorMessage: any; 5 6 import User f 阅读全文
posted @ 2020-04-20 18:24 DemonSlayer 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 继续阅读此书我发现了书中一个有趣的话题,当你今天未能完成工作,即工作落下了,你会怎么做呢? 进度落后了一天,那又怎么样呢?谁会关心一天的滞后?我们可以跟上进度。何况,和我们有关的其他部分已经落后了。 棒球队队长知道,进取这种心理素质,是很多优秀队员和团队不可缺少的。它表现为“要求跑得更快”,“要求移 阅读全文
posted @ 2020-04-19 20:26 DemonSlayer 阅读(100) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第五天: 编辑题目页面与上传题目页面设计,将两个功能套用一个页面模板,代码如下: 1 <% this.title = '编辑题目'; %> 2 <% include header %> 3 <style type="text/css"> 4 .problem_header{ 5 text-a 阅读全文
posted @ 2020-04-19 19:18 DemonSlayer 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 团队冲刺第四天: 1.继续完成登录注册后端代码: 1 import * as TypeORM from "typeorm"; 2 import Model from "./common"; 3 4 declare var syzoj: any; 5 6 import JudgeState from 阅读全文
posted @ 2020-04-18 18:55 DemonSlayer 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 时间:2020.4.12-2020.4.18 学习所花时间(包括上课):平均每天7-8个小时 代码量:大概1k5+行 了解到的知识点:学习TF-idf算法,筛选词语,绘制词云图。 阅读全文
posted @ 2020-04-18 18:28 DemonSlayer 阅读(77) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页