码迷,mamicode.com
首页 >  
搜索关键字:monitors    ( 41个结果
VGA 视频输出
VGA Video Outputby Nathan IckesIntroductionVGA is a high-resolution video standard used mostly for computer monitors, where ability to transmit a shar...
分类:其他好文   时间:2015-05-24 01:19:13    阅读次数:145
Thread Synchronization and Object locks inside JVM
线程同步          Java语言的优点之一就是他在语言级别上对多线程的支持。这些支持多集中在于同步(synchronization):多线程之间的协作活动和数据访问。Java所使用的支持同步的机制是监控器(monitor)。本章描述这些监控器以及他们如何被JVM使用。并且从JVM指令集描述监控器的加锁和解锁。   监控器(Monitors) Java监控器支持两种类型的线程同步:互...
分类:其他好文   时间:2015-04-04 09:17:33    阅读次数:197
Working with Threads-Java in a Nutshell, 6th
In order to work effectively with multithreaded code, it’s important to have the basic facts about monitors and locks at your command. This checklist contains the main facts that you should know: ...
分类:编程语言   时间:2015-03-21 11:24:52    阅读次数:189
daemontools manage UNIX services and script
daemontools is a collection of tools for managing UNIX services. supervise monitors a service. It starts the service and restarts the service if it dies. Setting up a new service is easy: all supervi...
分类:其他好文   时间:2015-02-28 18:42:45    阅读次数:124
Ubuntu启动后进入界面时,报错误Could not apply the stored configuration for monitors
一. 问题:Ubuntu启动后进入界面时,报错误Could not apply the stored configuration for monitors,分辨率无法设置二. 解决: 删除monitors.xml文件1 sudo rm -f ~/.config/monitors.xml
分类:移动开发   时间:2014-12-23 19:01:33    阅读次数:138
Centos6.5下Ceph存储集群的搭建
简单介绍 Ceph的部署模式下主要包含以下几个类型的节点 ? Ceph OSDs: A Ceph OSD 进程主要用来存储数据,处理数据的replication,恢复,填充,调整资源组合以及通过检查其他OSD进程的心跳信息提供一些监控信息给Ceph Monitors . 当Ceph Storage Cluster 要准备2份数据备份时,要求至少有2个Ceph OSD进程...
分类:其他好文   时间:2014-11-06 17:35:52    阅读次数:184
java多线程下的所的概念
锁和synchronized关键字为了同步多线程,Java语言使用监视器(monitors),一种高级的机制来限定某一 时刻只有一个线程执行一段受监视器保护的代码。监视器的行为是通过锁来实现的,每一个对象都有一个锁。 每个线程都有一个工作内存,在里面存放从所有线程共享的主内存里拷贝来的变量。为了访问...
分类:编程语言   时间:2014-08-22 12:15:56    阅读次数:162
Ubuntu开机显示器报错
报错标题:Could not apply the stored configuration for monitors内容是一堆显示器分辨率问题。解决办法:因为我现在用的是笔记本外挂一个显示器,在重启的时候,gnome-setting-deamon 会保存上一次的设置,生成一个monitors.xml...
分类:其他好文   时间:2014-07-13 22:18:10    阅读次数:443
PatentTips - Use of multiple virtual machine monitors to handle privileged events
BACKGROUND OF THE INVENTIONA conventional virtual-machine monitor (VMM) typically runs on a computer and presents to other software the abstraction of...
分类:其他好文   时间:2014-06-28 14:16:36    阅读次数:276
ScaleIO 1.2 基础
The ScaleIO virtual SAN consists of 3 software components =================== Meta Data Manager (MDM): Configures and monitors the ScaleIO system. The...
分类:其他好文   时间:2014-06-27 17:46:50    阅读次数:282
41条   上一页 1 2 3 4 5 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!