码迷,mamicode.com
首页 >  
搜索关键字:assignment    ( 641个结果
Kafka分区分配策略(Partition Assignment Strategy
问题 问题 用过 Kafka 的同学用过都知道,每个 Topic 一般会有很多个 partitions。为了使得我们能够及时消费消息,我们也可能会启动多个 Consumer 去消费,而每个 Consumer 又会启动一个或多个streams去分别消费 Topic 里面的数据。我们又知道,Kafka ...
分类:其他好文   时间:2019-04-02 10:32:06    阅读次数:187
本类中调用构造函数
给出下面的代码段: public class Base{ int w, x, y ,z; public Base(int a,int b) { x=a; y=b; } public Base(int a, int b, int c, int d) { // assignment x=a, y=b w ...
分类:其他好文   时间:2019-03-29 10:28:41    阅读次数:176
QBUS2810 Statistical Modelling for Business
QBUS2810Statistical Modelling for BusinessIndividual Assignment 1This individual assignment will contribute 5% towards your final result inthe unit. T ...
分类:其他好文   时间:2019-03-27 19:49:20    阅读次数:124
COMP2401 - Assignment
COMP2401 - Assignment #5(Due: Mon. Mar 25, 2019 @ 12 noon)In this assignment, you will make a simulator for simple robots that uses multiple threads a ...
分类:其他好文   时间:2019-03-25 19:17:31    阅读次数:114
CSI3131 Assignment 2 Winter 2019
CSI3131Assignment 2 Winter 2019Semaphores/inter-thread synchronizationYou must submit your assignment on-line with Virtual Campus. This isthe only met ...
分类:Windows程序   时间:2019-03-25 19:09:47    阅读次数:148
COMP9021, Trimester 1, 2019
Assignment 1COMP9021, Trimester 1, 20191. General matters1.1. Aim. The purpose of the assignment is to: let you design a solution to a problem that re ...
分类:其他好文   时间:2019-03-25 19:03:38    阅读次数:262
COMP 2019 Assignment 1 – A Star Search
COMP 2019 Assignment 1 – A Star SearchPlease submit your solution via LEARNONLINE. Submission instructions are given at the end of this assignment.Thi ...
分类:其他好文   时间:2019-03-17 20:09:49    阅读次数:195
COMP9321/19T1/resources/22490
Resources / Assignments (/COMP9321/19T1/resources/22490)/ Assignment 2 (/COMP9321/19T1/resources/24962)/ Data Service for World Bank Economic Indicato ...
分类:其他好文   时间:2019-03-17 19:57:37    阅读次数:78
ELEC0021 Programming
ELEC0021 Programming II 2018-19 Prof. G. Pavlou1PROGRAMMING ASSIGNMENT 2Ordered Linked ListIn this programming exercise you are going to design, imple ...
分类:其他好文   时间:2019-03-17 19:50:31    阅读次数:113
COMP228 Assignment 1 w/c
COMP228 Assignment 1 w/c 25th February 2019Developing a Data-Driven App.Your TaskYou will design and develop an application written in Swift 4 (or lat ...
分类:其他好文   时间:2019-03-17 19:40:39    阅读次数:136
641条   上一页 1 ... 16 17 18 19 20 ... 65 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!