linux启动时会又大量信息打印,若要使启动信息不打印,需修改内核中两处:1. 内核配置项。 CONFIG_SERIAL_ATMEL_CONSOLE=y //去掉终端配置选项。2. 内核解压缩时,终端由于uboot初始化过,所以解压信息会有打印,注释掉内核解压打印。 arch/arm/boot/co...
分类:
系统相关 时间:
2015-09-21 01:19:57
阅读次数:
264
例子: session 2: SQL> connect test/test Connected. select * from v$mystat where rownum=1; 143 select b.spid,a.sid,a.serial# from v$session a,v$process b...
分类:
数据库 时间:
2015-09-20 23:39:41
阅读次数:
801
实例级别的监控,一直开启并且低开销:建立基础表:createtablesys.sesstat_historytablespaceEOLas
SELECTc.username,
c.osuser,
a.sid,
c.serial#,
c.paddr,
c.process,
c.logon_time,
a.statistic#,
b.name,
a.value,
SYSDATEASlogoff_timestamp
FROMv$sesstata,v$statnameb..
分类:
数据库 时间:
2015-09-17 17:45:59
阅读次数:
215
16C554在LINUX上的移植(AT91)linux版本:2.6.30AT91SAM9263修改串口扩展驱动:1,在/drivers/serial/下以8250_exar_st16c554.c文件为模板创建8250_at91_xr16v554.c文件;修改相应的PORT和中断号,修改Platfor...
分类:
系统相关 时间:
2015-09-17 01:08:31
阅读次数:
258
创建私有CA:openssl的配置文件:/etc/pki/tls/openssl.cnf(1)创建所需要的文件 #touchindex.txt #echo01>serial #(2)CA自签证书 #(umask077;opensslgenrsa-out/etc/pki/CA/private/cakey.pem2048) #opensslreq-new-x509-key/etc/pki/CA/private/cakey.epm-days7300-out/etc..
分类:
其他好文 时间:
2015-09-16 20:09:42
阅读次数:
158
/** * 接口方法 */ public void excuteInputDB(SynchServiceConfig synchServiceConfig) throws Exception { try {// if(!""...
分类:
数据库 时间:
2015-09-16 19:45:20
阅读次数:
491
/** Copyright (C) 2005-2007 Jan Kiszka .** Xenomai is free software; you can redistribute it and/or modify it* under the terms of the GNU General Publ...
分类:
其他好文 时间:
2015-09-16 17:18:16
阅读次数:
150
基本内容 1、共享变量在线程间的可见性 2、synchronized实现可见性 3、volatile 实现可见性 1)指令重排序 2)as-if-serial 3)volatile 使用注意事项 4、volatile和synchronized的比较 1、可见性 一个线程对共享...
分类:
编程语言 时间:
2015-09-14 17:04:52
阅读次数:
246
第一个区别当然是名字:SPI(Serial Peripheral Interface:串行外设接口);I2C(INTER IC BUS)UART(Universal Asynchronous Receiver Transmitter:通用异步收发器)第二,区别在电气信号线上:SPI总线由三条信号线组...
分类:
其他好文 时间:
2015-09-12 12:02:18
阅读次数:
289
一、概述 SPI, Serial Perripheral Interface, 串行外围设备接口, 是 Motorola 公司推出的一种同步串行接口技术。 SPI 总线在物理上是通过接在外围设备微控制器(PICmicro) 上面的微处理控制单元 (MCU) 上叫作同步串行端口(Synchronou....
分类:
其他好文 时间:
2015-09-10 20:52:10
阅读次数:
203