一 背景 某一创业的朋友的主机因为磁盘阵列损坏机器crash,重启MySQL服务时 报如下错误: InnoDB: Reading tablespace information from the .ibd files... InnoDB: Restoring possible half-written ...
分类:
数据库 时间:
2017-05-27 23:04:09
阅读次数:
362
AfterreadingsomepostsandblogsonvSphere5andE1000EperformancemycuriositywastriggeredtoseeifactuallyalltheseclaimsmakesenseandhowvSphereactuallybehaveswhentesting.TestsetupThesetupIusedissimilarasdescribedinhttp://www.vmware.com/pdf/vsp_4_vmxnet3_perf.pdf.Thes..
分类:
Web程序 时间:
2017-05-27 14:18:59
阅读次数:
724
汇编中常见的一些错误信息 ml.exe错误信息: FATAL 严重错误 cannot open file不能打开文件 I/O error closing fileI/O错误 正在关闭文件 I/O error writing fileI/O错误 正在写文件 I/O error reading file ...
分类:
其他好文 时间:
2017-05-23 19:45:03
阅读次数:
256
客户端代码: 客户端(Mac系统)运行截图: 服务端代码: ...
分类:
编程语言 时间:
2017-05-22 17:53:01
阅读次数:
157
Jessica's a very lovely girl wooed by lots of boys. Recently she has a problem. The final exam is coming, yet she has spent little time on it. If she ...
分类:
其他好文 时间:
2017-05-22 16:34:30
阅读次数:
225
发布与订阅(也叫PUB/SUB)的特点是订阅者(Listener)负责订阅频道(Channel),发送者(Publisher)负责向频道发送二进制字符串消息。 每当有消息被发送至给定频道时,频道的所有订阅者都会收到消息。也可以把频道看作是电台,其中订阅者可以同时收听多个电台,而发送者则可以在任何电台 ...
分类:
其他好文 时间:
2017-05-21 00:20:40
阅读次数:
275
from: http://www.jasongj.com/2015/01/02/Kafka%E6%B7%B1%E5%BA%A6%E8%A7%A3%E6%9E%90/ 一种非常常用的选举leader的方式是“majority vote”(“少数服从多数”),但Kafka并未采用这种方式。这种模式下,如 ...
分类:
其他好文 时间:
2017-05-18 22:14:23
阅读次数:
312
本人大二菜鸟一只,今天在上课期间有个同学看着C#反射的内容说反射没什么用,一时之间也想不到什么更好的例子,就写了个根据泛型类型和游标反射创建List集合的Demo. 首先创建一个用于封装对应数据的entity,代码如下. 这里我重写了ToString方法,以便待会儿更直观的看到效果. 接下来创建EU ...
分类:
其他好文 时间:
2017-05-18 11:20:44
阅读次数:
326
问题导读
1.Kafka独特设计在什么地方?
2.Kafka如何搭建及创建topic、发送消息、消费消息?
3.如何书写Kafka程序?
4.数据传输的事务定义有哪三种?
5.Kafka...
分类:
其他好文 时间:
2017-05-17 17:29:57
阅读次数:
232
《服务端》 using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net.Sockets;using System.Net;using System.Threadi ...
分类:
其他好文 时间:
2017-05-14 13:58:00
阅读次数:
277