09 2018 档案

摘要:背景 试卷查询的时候,对应的习题有三张表,习题表(主表)、选择题表、填空题表、问答题表.... 习题:XTEL_Exercises(习题) ID int 习题ID UploaderID int 上传者ID Type int 习题类型 0 – 选择题 1 – 问答题 2 – 填空题 RecordID 阅读全文
posted @ 2018-09-21 16:56 小哥z 阅读(11421) 评论(0) 推荐(0)
摘要:为什么要用dubbo? 先贴上官网:https://github.com/apache/incubator-dubbo。 一般 nginx+tomcat | > Controller1 >service1 请求 >nginx | | >Controller2 >service2 请求进了Contro 阅读全文
posted @ 2018-09-13 19:30 小哥z 阅读(1660) 评论(0) 推荐(0)