摘要:
今天在往Gerrit提交code时遇到了一个异常诡异的问题: ! [remote rejected] HEAD -> refs/for/master (no new changes) 开始我以为是本地的新commit已经提交到Gerrit上了,后来到Gerrit上一看没有,网上有好多的说法都是说:本 阅读全文
摘要:
公司不让用VMware, 只好用VirtualBox, 安装好增强工具后,设置VirtualBox共享文件夹如下: 不过在linux(Ubuntu 16.04, Win10)中打开却提示:This location could not be displayed. You dont have the 阅读全文
摘要:
将指定的某一个比特位置0、置1、取反: /** * Set the specified bit to 1 * * @param originByte Raw byte value * @param bitIndex bit index (From 0~7) * @return Final byte 阅读全文