码迷,mamicode.com
首页 >  
搜索关键字:target action回调    ( 24278个结果
查询rman备份信息常用指令
查询rman备份信息常用指令 ----登陆到rman $rman target / ----以精简的格式查看备份信息 RMAN> list backup of database summary; List of Backups =============== Key     TY LV S Device Type Completion Time#Pieces #Copies Co...
分类:其他好文   时间:2014-06-05 01:06:36    阅读次数:383
LeetCode:4Sum
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target. Note: ...
分类:其他好文   时间:2014-06-05 00:34:06    阅读次数:240
利用rman自动备份转储spfile
利用rman自动备份转储spfile   【情景简介】 生产环境丢失了服务器的参数文件,rman已开启自动备份设置。 【操作过程简述】 ----启动rman $rman target / ----检查rman设置 RMAN> show all; ----配置一遍rman自动备份控制文件,模拟初次设置rman自动备份控制文件 RMAN>CONFIGURE CONTROLFILEA...
分类:其他好文   时间:2014-06-04 22:54:12    阅读次数:257
浅析Java中Ant的使用
Ant是一种基于Java的打包工具,Ant脚本采用XML格式编写,默认的文件名为build.xml。 Ant中常用的节点元素 Project Project是项目工程的顶级节点,一个build.xml文件可以包含多个project元素节点。 Project主要属性包括: Name:project节点名称 Default:默认执行的target元素节点...
分类:编程语言   时间:2014-06-03 03:54:43    阅读次数:331
LeetCode: Search in Rotated Sorted Array II [081]
【题目】 Follow up for "Search in Rotated Sorted Array": What if duplicates are allowed? Would this affect the run-time complexity? How and why? Write a function to determine if a given target is in the array. 【题意】 在“Search in Rotated Sorted Array”的基...
分类:其他好文   时间:2014-06-03 01:55:38    阅读次数:173
笔记-【3】-event事件对象的详解!
event事件对象:是指当前对象发生的事件的一些详细的信息在event这个对象里。event对象从哪里来?从事件函数中传入obj.//e就会当前的事件对象event}对象就有属性和方法:那么event对象也有属性和方法event的属性和方法:{属性:button:当前事件的方法中判断鼠标的按键位置有三个..
分类:其他好文   时间:2014-06-01 16:38:13    阅读次数:242
登录RMAN 报ORA-12162:TNS:net service name is incorrectly specified错误
登录RMAN 报ORA-12162:TNS:net service name is incorrectly specified错误 [oracle@localhost admin]$ date Tue Apr 22 18:06:16 CST 2014 [oracle@localhost admin]$ rman target / //出现诡异的ora-12162错误,第一反应是TN...
分类:Web程序   时间:2014-05-31 22:31:38    阅读次数:518
Android Unable to find instrumentation target package
报这个错的话:基本都是配置出错,具体配置看下面。 AndroidManifest.xml  文件: <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.mayi.test.dao" android:versionCode="1" an...
分类:移动开发   时间:2014-05-31 22:00:03    阅读次数:434
ubuntu 下安装配置open-iscsi并自动挂载
1.安装open-iscsiapt-get install open-iscsi2.发现iscsi-target(ISCSI服务器IP:192.168.1.104)iscsiadm -m discovery -t sendtargets -p 192.168.1.1043.设置开机自动登录到iscs...
分类:其他好文   时间:2014-05-31 19:21:18    阅读次数:466
iscsi initiator端Note
iscsi initiator端 (1)安装open-scsi sudo apt-get install open-iscsi open-iscsi-utils (2)发现iscsi target sudo iscsiadm -m discovery -t sendtargets -p 192.16...
分类:其他好文   时间:2014-05-31 19:10:06    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!