思考のかけら

Mensu - 思考のかけら

Mensu's Blog concerning what he has learned during programming

LeetCode: 3. Longest Substring Without Repeating Characters

week 2

The article was initially posted on 2017-09-17. Description Longest Substring Without Repeating Characters - LeetCode Given a string, find the length of the longest substring without rep...


LeetCode: 2. Add Two Numbers

week 1

The article was initially posted on 2017-09-07. Description Add Two Numbers - LeetCode You are given two non-empty linked lists representing two non-negative integers. The digits are sto...


在 Parallel Desktop 的 Windows 虚拟机中玩 Nexon 游戏

running Nexon games in Windows virtual machine in Parallel Desktop

The article was initially posted on 2016-09-03. 问题 刚才受朋友邀请,想重温跑跑卡丁车。没想到在 Parallel Desktop 上的虚拟机安装后,却因被检测出是虚拟机而无法运行游戏 打开注册表 Parallel Desktop 下还算好解决1。首先打开注册表 A. 可以搜索 regedit,敲下回车打开 B. 可以通过...


在 Ubuntu 上使用 Google Test

using Google Test on Ubuntu

The article was initially posted on 2016-08-19. 问题 今天在云日卓的云桌面(Ubuntu系统)上开始实训,接触到了 Google Test 这种测试框架。然而看了教程,对于如何搭建测试环境,即如何把充满 TEST 、 EXPECT_EQ 的测试文件 test.cpp 编译并投入使用,我还是一脸懵逼。教程们主要针对怎么写 test.c...


(测试长catalog)Dynamo:Amazon高可用键值存储系统

本文介绍了Amazon的高可用KV存储系统Dynamo,转发自网络上的一篇Word文档,有修正

注:本文转载自这里,用于测试长catalog。 最近看了coolshell的《分布式系统的事务处理》一文,文末引用了此文的中文版(英文原版PDF),但是只有一个Word文档,为了方便在线阅读,转换成了markdown格式。 P.S. 中文翻译还是有很多地方不通顺,作了一些修正。 Dynamo:Amazon高可用键值存储系统 原作者:Giuseppe DeCandia, D...