摘要:
ConcurrentHashMap是有Segment数组结构和HashEntry数组结构组成。 Segment是一种可重入锁(ReentrantLock),在ConcurrentHashMap里扮演锁的角色; HashEntry则用于存储键值对数据。一个ConcurrentHashMap里包含一个S 阅读全文
摘要:
CSS清除浮动代码 IT技术和行业交流群 417691667 阅读全文
摘要:
当鼠标双击或划屏页面时,会有蓝色的背景,这样可能造成用户体验很差, 解决办法是: CSS代码 JavaScript代码 IT技术和行业交流群 417691667 阅读全文
摘要:
结果:[2, 5, 8, 9, 24, 26, 41, 45, 62] IT技术和行业交流群 417691667 阅读全文
摘要:
1.准备三台节点 hnd1 hnd2 hnd3 下载 hadoop 下载地址:http://apache.fayea.com/hadoop/common/ API文档:http://hadoop.apache.org/docs/r1.0.4/cn/index.html 2.解压;tar -zxvf 阅读全文
摘要:
1.弹出界面 eth0: RTNETLINK answers: File exists 执行service network restart时报的错误 因为service network start造成的,解决方法: service NetworkManger stop停掉网络的守护进程 reboot 阅读全文
摘要:
选择选择启动介质 Install or upgrade an existing system: 安装或升级现有的系统 install system with basic video driver: 安装过程中采用 基本的显卡驱动 Rescue installed system: 进入系统修复模式 B 阅读全文
摘要:
IT技术和行业交流群 417691667 阅读全文
摘要:
阅读全文
摘要:
1.打开命令窗口,切换成root账户:su - root 2.进入目录:/etc/sysconfig/network-scripts,打开文件vi ifcfg-eth0 3.修改参数: ## 名称DEVICE=eth0# 网卡的物理地址HWADDR=00:0C:29:6A:91:5ATYPE=Eth 阅读全文