CopyOnWriteArrayList主要可以解决的问题是并发遍历读取无锁(通过Iterator) 对比CopyOnWriteArrayList和ArrayList 假如我们频繁的读取一个可能会变化的清单(数组),你会怎么做? 一个全局的ArrayList(数组),修改时加锁,读取时加锁 读取时为 ...
分类:
其他好文 时间:
2019-05-27 16:26:03
阅读次数:
101
VirtualBox虚拟机CentOS安装增强功能Guest Additions 转自简书 没有安装Virtual Box增强功能Guest Additions的虚拟机操作很不方便,比如: 虚拟机的分辨率最大只有1024x768; 鼠标被虚拟机捕获后要按右Ctrl键才能释放,否则只能再虚拟机里移动; ...
分类:
其他好文 时间:
2019-02-22 12:13:08
阅读次数:
423
1. 安装增强功能包(Guest Additions) 安装好Ubuntu 后,运行Ubuntu并登录。然后在VirtualBox的菜单里选择"设备(D)" -> "安装增强功能(I)..."。 您会发现在Ubuntu桌面上多出一个光盘图标,这张光盘默认被自动加载到了文档夹 /media/[user ...
分类:
系统相关 时间:
2018-11-11 15:56:47
阅读次数:
202
Virtual Box的默认安装是不包含Guest Addition这个扩展的,在实际使用过程中带来种种不便,比如只能通过小窗口访问虚拟机的操作系统,通过默认的右Ctrl切换鼠标,不能和宿主操作系统共享文件等等。 这些弊端在安装了Guest Additions扩展程序后能得到完美解决。 Guest ...
分类:
其他好文 时间:
2018-10-20 11:48:49
阅读次数:
187
See Apache Spark 2.0 API Improvements: RDD, DataFrame, DataSet and SQL here. Apache Spark is evolving at a rapid pace, including changes and additions ...
# config file for ansible -- https://ansible.com/ # # nearly all parameters can be overridden in ansible-playbook # or with command line flags. ansibl ...
分类:
其他好文 时间:
2018-08-23 15:49:11
阅读次数:
217
horovod使用学习方式参考:https://github.com/uber/horovod#usage To use Horovod, make the following additions to your program:添加下述代码到程序中,就可以使用Horovod来分布式运行tensor ...
分类:
其他好文 时间:
2018-06-12 12:18:16
阅读次数:
1647
horovod使用学习方式参考:https://github.com/uber/horovod#usage To use Horovod, make the following additions to your program: Run hvd.init(). Pin a server GPU t ...
分类:
其他好文 时间:
2018-06-11 13:54:35
阅读次数:
2811
有时候需要将VirtualBox中的虚拟机设置为图形启动,比如运行Eclipse,调试Python程序,并且还需要全屏操作,下面是常用的操作:一、VirtualBox中linux系统如何全屏显示解决办法:1、设备(Devices)" -> "安装增强功能包(Install Guest Additions),自动安装2、如果自动安装失败,手动将iso(VBoxGuestAd
分类:
其他好文 时间:
2018-04-26 14:01:23
阅读次数:
187
Design a pushdown automata (PDA)1.Consider the language of all binary strings that start and end with the same symbol. (a) Write the production rules ...
分类:
其他好文 时间:
2018-04-18 23:41:32
阅读次数:
222