码迷,mamicode.com
首页 >  
搜索关键字:remote asm instance    ( 13357个结果
单例模式的几种写法
第一种(懒汉,线程不安全):Java代码public class Singleton { private static Singleton instance; private Singleton (){} public static Singleton getInstance() ...
分类:其他好文   时间:2014-06-29 06:09:52    阅读次数:242
Git 使用及原理 总结
1. $git diff origin/master master (show me the changes between the remote master branch and my master branch). 需要注意的是,remotes/origin/master和origin/ma....
分类:其他好文   时间:2014-06-21 11:06:52    阅读次数:212
windows 环境如何恢复 (oracle 11g grid) ocr voting 损坏的集群
windows 环境如何恢复 (oracle 11g grid) ocr voting 损坏的集群 oracle 11g 以后 ocr 可以放到 asm 磁盘上,而ASM的启动依赖于ocr和votedisk,所以在丢失ocr或votedisk 会导致cluter无法正常启动 如果原来的ocr 位置已经不存在,则必须使用相同的名字在原来相同的位置创建一个空 OCR 。...
分类:数据库   时间:2014-06-18 12:42:06    阅读次数:241
Swift学习笔记(14)--方法
1.分类方法分为实例方法和类型方法实例方法(Instance Methods):与java中的类似,略类型方法(Type Methods):与java、oc中的类方法类似.声明类的类型方法,在方法的func关键字之前加上关键字class;声明结构体和枚举的类型方法,在方法的func关键字之前加上关键...
分类:其他好文   时间:2014-06-18 09:25:38    阅读次数:185
利用objc的runtime来定位次线程中unrecognized selector sent to instance的问题
昨天我们一个只有一行错误信息的问题:-[NSNull objectForKey:]: unrecognized selector sent to instance 0x537e068由于这个问题发生在次线程,所以没有太有用的堆栈信息,而是只有简单的SIGABRT信息:考虑到unrecognized selector sent to instance这类问题是由于向某个对象发送了未实现的消息,这个过...
分类:编程语言   时间:2014-06-18 06:19:48    阅读次数:325
Mysql之执行计划
1.explain分析sql语句 例如:EXPLAIN SELECT * FROM blog_info bi INNER JOIN uam_view_unit_account uua ON bi.account_instance_id = uua.account_insta...
分类:数据库   时间:2014-06-17 23:52:18    阅读次数:441
java maven quartz exampe 实战攻略
pom.xml <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs...
分类:编程语言   时间:2014-06-17 22:52:23    阅读次数:290
实战2 Cacti监控Localhost和Remote Host
上篇博文主要讲解了cacti监控host主机,由于上篇博文cacti的版本也不是最新的!所以在实战2更新了cacti的版本,并添加了监控远程服务器和优化轮询实战2重点一、新版cacti监控host二、新版cacti监控RemoteHost三、新版cacti优化spine轮询附加四、网卡流量和存储挂在盘一、新版ca..
分类:其他好文   时间:2014-06-17 16:55:32    阅读次数:483
Android中将xml布局文件转化为View树的过程分析(下)-- LayoutInflater源码分析
在Android开发中为了inflate一个布局文件,大体有2种方式,如下所示: // 1. get a instance of LayoutInflater, then do whatever you want LayoutInflater inflater = (LayoutInflater) context.getSystemService(Context.LAYOU...
分类:移动开发   时间:2014-06-17 16:42:35    阅读次数:360
RMAN之参数BACKUP_TAPE_IO_SLAVES
ocp 053:656.The BACKUP_TAPE_IO_SLAVES parameter is set to FALSE for the database instance. Whichstatement is true while performing a tape backup in an...
分类:其他好文   时间:2014-06-17 15:27:56    阅读次数:481
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!