图像传感器(image sensor)复位顺序1. 硬件复位寄存器;2. 软件复位寄存器;3. 设置时钟寄存器;4. 设置PLL倍频;5. 设置分辨率;6. 设置窗口控制;7. 设置输出顺序;8. 细调颜色,增益,白平衡;小常识:1. 锁相环(Phase Lock Loop) 特点:利用外部输入的参...
分类:
其他好文 时间:
2015-01-06 21:16:27
阅读次数:
205
http://www.stopdoingitwrong.co.uk/server-2012-rds-there-are-no-remote-desktop-license-servers/On a Server 2012 RDS farm that has been deployed and wor...
分类:
其他好文 时间:
2015-01-06 19:31:42
阅读次数:
495
1.原理:理解的条件线程最常见的用法就是两个线程同时对一个队列进行处理,比如一个线程负责在队列未满的时候插入item,另外一个线程负责在队列非空时取出item,条件线程涉及4个线程相关函数,pthread_mutex_lock、pthread_mutex_unlock、pthread_cond_wait、pthread_cond_signal,其中pthread_mutex_lock负责对线程加锁...
分类:
编程语言 时间:
2015-01-06 17:52:47
阅读次数:
228
准备:1,CentOS 6.5 minimal Desktop
2,配置CentOS可以访问互联网或者配置光盘本地yum源
开始: 1,使用命令 yum install xdm 安装XDM
通过 XDMCP 支持来管理 X 显示器集合
2,修改/etc/X11/xdm/Xaccess文件,找到下面的语句:# * #any host can get a login...
分类:
其他好文 时间:
2015-01-06 13:52:31
阅读次数:
275
http://www.7tutorials.com/connecting-windows-remote-desktop-ubuntuA useful feature of Windows is being able to connect to your Desktop from another lo...
java5之后的java.util.concurrent包(J.U.C)是世界级并发大师Doug Lea的作品,里面主要实现了 1. atomic包里Integer/Long对应的原子类,主要基于CAS; 2. 一些同步子,包括Lock,CountDownLatch,Semaphore,Fut...
分类:
编程语言 时间:
2015-01-06 12:15:09
阅读次数:
292
import java.awt.Desktop;
import java.io.IOException;
import java.math.BigDecimal;
import java.math.RoundingMode;
import java.net.URI;
import java.net.URISyntaxException;
/**
* 年平均增长率
*
* @author ...
分类:
编程语言 时间:
2015-01-06 11:58:08
阅读次数:
129
心血来潮,给笔记本装了linux,版本是当下最火的mint。唔,使用体验不错~下面记录的是修改mint锁屏相关设置的修改方式。 In Linux Mint 13, the screen lock feature is disabled by default. After being idle fo....
分类:
其他好文 时间:
2015-01-05 21:39:33
阅读次数:
761
http://msdn.microsoft.com/zh-cn/library/windows/desktop/dd370987(v=vs.85).aspx本主题介绍 Direct2D,这是 Windows 7 的全新二维图形 API。使用 Direct2D,Win32 开发人员可在执行二维图形呈现...
分类:
其他好文 时间:
2015-01-05 18:32:45
阅读次数:
202
一下转自http://www.cnblogs.com/yjhrem/articles/2340149.html运行cmd命令行 录入 sqlplus /nolog 无用户名登录 conn /as sysdba 连接到数据本地数据alter user system identified by pass...
分类:
数据库 时间:
2015-01-05 12:44:29
阅读次数:
188