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
如果你搜索了这个问题,肯定也遇到了和我一样的困惑,又想用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
然后是漫长且龟速的下载,耐心等待 有极高的几率安装失败,基本都是网络问题(你懂的) 所以,我们先设置electron的源地址,修改为淘宝镜像 $ npm config set electron_mirror https://npm.taobao.org/mirrors/electron/ 然后再一次 ...
分类:
其他好文 时间:
2019-08-09 01:26:29
阅读次数:
180
1.创建 @Form.create()//写在class外面 然后就能通过this.props.from来操作 2.form内的值的操作 (1)查 this.props.form.validateFields((err, values) => { console.log(values)}); (2) ...
分类:
其他好文 时间:
2019-08-07 13:21:35
阅读次数:
354
需要将所有support包中的design模块移除 implementation('com.android.support:appcompat-v7:27.1.0', { exclude group: 'com.android.support', module: 'design'})implemen ...
分类:
移动开发 时间:
2019-08-04 19:26:50
阅读次数:
138
DrawerLayout 默认使用时,侧拉出来的效果会有一点缩进效果,既然它是缩进,那我们直接反向操作,给它缩进一个负值不就好了嘛,直接看代码: <!-- 第二个视图放抽屉 --> <android.support.design.widget.NavigationView android:id="@ ...
分类:
其他好文 时间:
2019-08-03 21:59:06
阅读次数:
251
【单例好处】 首先要先明白什么是单例? 单例就是保证在jvm堆内存中只能有一个实例。(不是在多个jvm当中) 单例模式有七种,一般情况下只会用到两种,懒汉式和饿汉式,下面我们来看看懒汉式和饿汉式的代码。 懒汉式:package com.springboot.design; 饿汉式: 总结一下 单例好 ...
分类:
其他好文 时间:
2019-08-03 21:33:33
阅读次数:
122
Assignment 2COMP9021, Trimester 2, 20191. General matter1.1. Aims. The purpose of the assignment is to: design and implement an interface based on the ...
分类:
其他好文 时间:
2019-08-01 20:01:41
阅读次数:
82