码迷,mamicode.com
首页 >  
搜索关键字:change legend positi    ( 7920个结果
shutdown abort模式丢失redo,使用隐含参数启库
shutdown abort模式 丢失redo log 无法open数据库 通过告警报错ORA-00354: corrupt redo log block header 从该错误可以看出当前日志的redo block的header出现问题,导致oracle无法读取redo进行恢复。通过以下检查发现数据库文件头都一致,没有需要恢复的文件,但是由于数据库是非正常关闭,last_change sc...
分类:其他好文   时间:2014-11-01 19:14:14    阅读次数:246
跳过丢失归档进行恢复
在我们恢复的时候,发现中间缺失归档,大部分dba认为从缺失的归档开始以后的归档都无法进行恢复。但是我们从非常规的方式,修改数据文件对应的信息是可以跳过该缺失的归档,并且利用后面的归档进行恢复的。 SYS@orcl11g>recover datafile 6; ORA-00279: change 2054392 generated at 10/28/2014 23:20:14 needed for...
分类:其他好文   时间:2014-11-01 19:13:32    阅读次数:130
改变VS2012主题(theme)颜色、编辑框添加背景(so cool)
改变VS2012主题(theme)颜色 点击工具-〉扩展与更新,在联机中搜索theme Editor,把第一个插件下载下来。 重启vs后,工具一栏中会出现Change Color Theme这个选项,然后调成自己喜欢的颜色。 编辑框添加背景 点击工具-〉扩展与更新,在联机中搜索Text background,下载第一个插件 重启vs后,任意打开一个文件,那么编辑框的背景就会改变了,会...
分类:其他好文   时间:2014-11-01 16:20:51    阅读次数:198
POJ2241——The Tower of Babylon
The Tower of Babylon Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 2207   Accepted: 1244 Description Perhaps you have heard of the legend of the Tower of Bab...
分类:其他好文   时间:2014-11-01 10:07:15    阅读次数:259
jquery操作select下拉框的多种方法(选中,取值,赋值等) 转载
jQuery获取Select选择的Text和Value: 语法解释: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find("o...
分类:Web程序   时间:2014-10-31 13:37:23    阅读次数:298
iframe页面修改parent页面的隐藏input部件value值,不能触发change事件。
实现一个根据iframe页面返回充值卡类型不同,安排不同的input部件。 选择类型是弹出一个iframe,点击充值卡数据行,返回1、充值卡类型。2、充值卡id(用的UUID)。3、充值卡号(字符串)。 遇到的问题是当iframe选择充值卡时,无法获取parent页面input部件value值的change事件。 parent页js $("#id_card_type"...
分类:其他好文   时间:2014-10-30 19:17:35    阅读次数:108
xcrun: error: active developer path ("/Users/apple/Desktop/Xcode5.app/Contents/Developer") does not exist, use xcode-select to change
一:情景:在mac下使用git;xcode4.6的环境时,需要安装command line tools ,但是在装了xcode5之后,就不需要安装command line tools了,默认已经集成了;但是我先装了,xcode4.6后来又安装了xcode5也就是,我mac上安装了两个版本的xocde...
分类:移动开发   时间:2014-10-30 16:46:01    阅读次数:194
ERROR Function not available to this responsibility.Change responsibilities or contact your System Administrator.
APPLIES TO: Navigation: Help > Diagnostics > Custom Code > Personalize or Help > Diagnostics > Examine The Issue can occur from any form or from any r...
分类:其他好文   时间:2014-10-29 21:21:31    阅读次数:186
Cannot change version of project facet Dynamic Web Module to 3.1 (Eclipse Maven唯一解决方案)
If you want to use version 3.1 you need to use the following schema: http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd Note that 3.0 and 3.1 are different: in 3.1 there's no Sun mentioned, so si...
分类:Web程序   时间:2014-10-29 19:25:41    阅读次数:310
jquery实现下拉联动
很多项目用到这个功能,虽然写了不下5次以上了,一直没做过记录,记录一下,下次直接拷贝了,免得还得要重复写浪费时间。先上HTML代码: 1 品牌: 2 6 7 规格: 8 JS代码:/** select的change事件处理函数*/function changeKey(){ $.aja...
分类:Web程序   时间:2014-10-29 16:56:36    阅读次数:163
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!