Apr 14, 2018
Written by htfy96
https://asu.mit.edu/sites/default/files/presentations/ISIT08-tutorial.pdf
Tags: 博弈论 , 网络 , network , scheduling , game theory
Apr 3, 2018
最近在跟着做6.824的Spring lab。目前做到了lab2,要求实现一个简易的Raft协议。在学习过程中遇到了很多困难,直接看Raft的
Tags: 分布式 , 6.824
Dec 31, 2017
今年的确发生了很多事情,因此有必要在这里记录一下以防忘记。 不像之前几篇,这篇打算写得稍微正式一些。 实习 这学期从2月开始一直在贾老板的公司实习
Tags: 总结
Dec 15, 2017
数据库大作业准备做CC方向的东西……一些备考的资料: https://www.ijarcce.com/upload/2015/march-15/IJARCCE%2060.pdf 不错的综述 http://www.agiledata.org/essays/concurrencyControl.html#Figure1OptimisticLocking Validation-based protocol…… See also http://www.cse.scu.edu/~jholliday/COEN317S05/RamirezSlides.ppt http://blog.csdn.net/chen77716/article/details/6742128 MySQL的repetable read实现的
Tags: 数据库
Nov 4, 2017
最近发现了libstdc++中的_GLIBCXX_CONCEPT_CHECKS这个宏,感觉很有意思……在此记录一下。 Introduction _GLIBCXX_CONCEPT_CHECKS, according to online doc of gcc, is a macro that
Tags: c++