Algorithms: https://leetcode-cn.com/problems/best-time-to-buy-and-sell-stock/ Review: “How to write a good software design doc” by Angela Zhang https: ...
分类:
其他好文 时间:
2019-08-11 22:56:36
阅读次数:
117
COMP3331/9331 Computer Networks and ApplicationsAssignment for T2 2019 (19T2)Version 1.01. Change LogVersion 1.0 released on 19th June 2019 (Week 3).2 ...
分类:
移动开发 时间:
2019-08-11 21:13:47
阅读次数:
89
Design a HashSet without using any built-in hash table libraries. To be specific, your design should include these functions: add(value): Insert a val ...
分类:
其他好文 时间:
2019-08-11 11:20:34
阅读次数:
85
Design your implementation of the circular double-ended queue (deque). Your implementation should support following operations: MyCircularDeque(k): Co ...
分类:
其他好文 时间:
2019-08-11 10:39:12
阅读次数:
79
1 Design document 1.1 System overview We implemented a Book Finder System using a distributed hash table (DHT) based on the Chord protocol. Using this ...
分类:
其他好文 时间:
2019-08-10 17:25:49
阅读次数:
76
1 Design document 1.1 System overview We implemented a distributed file system using a quorum based protocol. The basic idea of this protocol is that ...
分类:
其他好文 时间:
2019-08-10 17:25:06
阅读次数:
70
Programming Assignment 1: A simple MapReduce-like compute framework Yuanli Wang wang8662 Ruoyan Kong kong0135 1 Design document 1.1 System overview We ...
分类:
其他好文 时间:
2019-08-10 17:20:13
阅读次数:
82
题目:查询至少有一门课与学号为" 01 "的同学所学相同的同学的信息 分析:我们可以先在student_score 表中 查找学号为01 的学生的学习记录,然后再查所有记录的course in 里面 就得到一个具有学生id的结果集,在查学生信息表,拿到学生信息 于是sql 有: SELECT * F ...
分类:
数据库 时间:
2019-08-09 16:02:22
阅读次数:
284
如果你搜索了这个问题,肯定也遇到了和我一样的困惑,又想用Ant Design的组件,有些样式自己又想使用styled-component修改,标签名冲突怎么办? 直接上代码把.... style.js (就是写css代码的文件) 现在大概知道怎么用了吧。在style.js文件里直接定义好你需要自定义 ...
分类:
其他好文 时间:
2019-08-09 13:57:47
阅读次数:
892
题目 Chosen Problem Solving and Program design as an optional course, you are required to solve all kinds of problems. Here, we get a new problem. There ...
分类:
其他好文 时间:
2019-08-09 13:12:17
阅读次数:
81