led驱动 #include <linux/kernel.h>#include <linux/module.h>#include <linux/fs.h>#include <asm/uaccess.h>#include <asm/io.h> static unsigned int led_major ...
分类:
其他好文 时间:
2017-05-31 14:29:22
阅读次数:
232
前提:在Linux系统中安装ASM,安装完ASM和Oracle数据库时都是正常使用的,但在重启服务器后Oracle相关命令不识别。1、[grid@udevasm:/home/grid]$crsctlstatusres-t
-bash:crsctl:commandnotfound2、查看环境变量是否正常,命令如下:[grid@udevasm:/home/grid]$env|grepgri
US..
分类:
系统相关 时间:
2017-05-30 12:56:55
阅读次数:
2806
CRS和ASM没有关系CRS是Oracle10gR1RAC后推出了自身的集群软件,这个软件的名称叫做OracleClusterReadyService(Oracle集群就绪服务),简称CRSASM是Oracle10g
R2后为了简化Oracle数据库的管理而推出来的一项新功能,这是Oracle自己提供的卷管理器,主要用于替代操作系统所提供的..
分类:
其他好文 时间:
2017-05-28 23:51:31
阅读次数:
328
使用Spring配置文件实现AOP 前面我们已经学会了使用Spring的注解方式实现AOP,现在我们就要学习使用Spring配置文件实现AOP。本文是建立在使用Spring的注解方式实现AOP的细节的案例的基础之上的。 我们首先将MyInterceptor类的代码修改为: 1 2 从上可知MyInt ...
分类:
编程语言 时间:
2017-05-27 17:10:23
阅读次数:
176
本文所有案例代码的编写均建立在前文SpringMVC学习(六)——SpringMVC高级参数绑定与@RequestMapping注解的案例基础之上,因此希望读者能仔细阅读这篇文章。 返回ModelAndView Controller类方法中定义ModelAndView对象并返回,对象中可添加mode ...
分类:
编程语言 时间:
2017-05-27 14:24:18
阅读次数:
283
--递归id往下所有内容with temp ( URE_ID, URE_PARENT_ID,URE_NAME ,URE_TYPE)as(select URE_ID, URE_PARENT_ID,URE_NAME ,URE_TYPEfrom ASM_USER_REGIONwhere URE_PAREN ...
分类:
数据库 时间:
2017-05-27 12:09:51
阅读次数:
206
HYAppFrame是一款基于Win form的应用程序框架,包括serverWeb Service、主程序框架、组织架构、权限控制、菜单导航、基础数据、系统參数、日志管理、定时任务等。 项目地址:http://sourceforge.net/u/chinahysoft/profile/ 0 获取安 ...
分类:
移动开发 时间:
2017-05-26 19:02:17
阅读次数:
374
1.静态方法 var oUl = document.getElementById(''); 2.动态方法 document.getElementsByTagName(''); 1 <!DOCTYPE HTML> 2 <html> 3 <head> 4 <meta http-equiv="Conten ...
分类:
Web程序 时间:
2017-05-25 01:26:15
阅读次数:
179
UDEV SCSI Rules Configuration for ASM in Oracle Linux 5 and 6 For Oracle Automatic Storage Manager (ASM) to use disks, it needs to be able to identify ...
分类:
数据库 时间:
2017-05-24 22:49:20
阅读次数:
311
原文http://blog.sina.com.cn/s/blog_70a2bdb80100xdth.html [grid@vm11gr2] /home/grid> sqlplus "/as sysasm" SQL*Plus: Release 11.2.0.1.0 Production on Sun ...
分类:
其他好文 时间:
2017-05-22 15:24:36
阅读次数:
299