随笔分类 - GO
摘要:分布式事务 要支持分布式事务,首先要解决的就是分布式系统时间的问题,也就是我们用什么来标识不同事务的顺序。通常有几种做法: TrueTime,TrueTime 是 Google Spanner 使用的方式,不过它需要硬件 GPS + 原子钟支持,而且 Spanner 并没有在论文里面详细说明硬件环境
阅读全文
摘要:https://github.com/happyer/distributed-computing https://www.zhihu.com/people/ding-kai-54/posts
阅读全文
摘要:http://studygolang.com/static/pkgdoc/index.html https://github.com/avelino/awesome-go#database
阅读全文
摘要:http://blog.csdn.net/abv123456789/blog/column
阅读全文
摘要:http://www.lai18.com/user/481193.html
阅读全文
摘要:http://blog.csdn.net/erlib/article/details/51850912 https://blog.twitch.tv/gos-march-to-low-latency-gc-a6fa96f06eb7#.lrmfby2xs
阅读全文
摘要:http://blog.csdn.net/loveisasea/article/details/46292715 http://blog.csdn.net/loveisasea/article/details/46292715 rust官方学习文档: 1.http://doc.rust-lang.o
阅读全文
摘要:参考 https://rustdt.github.io/ https://github.com/RustDT/RustDT/blob/latest/documentation/UserGuide.md#user-guide https://stackoverflow.com/questions/33
阅读全文
摘要:http://doc.crates.io/ Installing The easiest way to get Cargo is to get the current stable release of Rust by using the rustup script: This will get y
阅读全文
摘要:一、文本出现中文乱码问题 1、打开Sublime Text 3,按Ctrl+~打开控制行,复制粘贴以下python代码,然后回车运行。 2. 复制并粘贴如下代码: Python代码 import urllib.request,os,sys; exec("if sys.version_info < (
阅读全文
摘要:http://blog.csdn.net/chenqijing2/article/details/61019564
阅读全文
摘要:1.下载RUST源码 https://static.rust-lang.org/dist/rustc-1.18.0-src.tar.gz ,解压到C盘 C:\rustc-1.18.0-src 2.下载 https://static.rust-lang.org/rustup/dist/i686-pc-
阅读全文
摘要:http://blog.csdn.net/teamlet/article/details/50838996
阅读全文
摘要:https://www.rust-lang.org/zh-CN/
阅读全文
摘要:http://oceanbase.org.cn/
阅读全文
摘要:http://blog.csdn.net/longronglin/article/category/230501
阅读全文
摘要:http://www.nvidia.cn/object/cuda_education_cn_old.html http://blog.csdn.net/augusdi/article/details/12833235
阅读全文
摘要:http://weekly.pingcap.com/
阅读全文