摘要:
悲观锁(Pessimistic Lock), 顾名思义,就是很悲观,每次去拿数据的时候都认为别人会修改,所以每次在拿数据的时候都会上锁,这样别人想拿这个数据就会block直到它拿到锁。传统的关系型数据库里边就用到了很多这种锁机制,比如行锁,表锁等,读锁,写锁等,都是在做操作之前先上锁。 乐观锁(Op 阅读全文
摘要:
or those of us who have been in the Financial Services industry for a while, Bloomberg always meant the terminal, but over the last 10 years Bloomberg 阅读全文
摘要:
vim 搜索可以是 / 或者 ?,前者是往下找,后者是往前找。用 n 查找下一个的时候,就和这两个指令指定的方向相同。如果你想改变方向的话,比如想往下找,那么 / 完了直接回车就行了。表示再次使用上次的搜索串。 阅读全文
摘要:
方法一: [root@localhost ~]# cat /proc/version Linux version 3.10.0-327.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 阅读全文
摘要:
group->选一个project->new project This is a annoying for two reasons: users might not understand why/how to create projects. it would be better to have a 阅读全文
摘要:
https://baijiahao.baidu.com/s?id=1581755535769652543&wfr=spider&for=pc 这篇文章主要讲解比特币是什么?它的运行原理是什么? 比特币与其说是计算机学的成功,不如说是密码学的成功。在它的基本运行原理中,运用了太多密码学的经典知识。本文 阅读全文
摘要:
http://blog.51cto.com/13555423/2067131 Haproxy是目前比较流行的一种集群调度工具Haproxy 与LVS、Nginx的比较LVS性能最好,但是搭建相对复杂Nginx的upstream模块支持集群功能,但是对集群节点健康检查功能不强,性能没有Haproxy好 阅读全文
摘要:
https://medium.com/programmers-blockchain/create-simple-blockchain-java-tutorial-from-scratch-6eeed3cb03fa https://medium.com/programmers-blockchain/c 阅读全文
摘要:
I had the same problem. I believe it is caused by the JRE that gradle is configured to use rather than the eclipse/STS JRE. On my machine, gradle had 阅读全文
摘要:
https://www.cnblogs.com/autumnvivi/articles/3447964.html 阅读全文