码迷,mamicode.com
首页 >  
搜索关键字:does not support inn    ( 9201个结果
Oracle Database does not provide any supplemental logging, which means that by default LogMiner is not usable
写在前面,在研究Oracle logmnr 的时候看到http://www.askmaclean.com/archives/dbms_logmnr-unsupported-sqlredo.html 的文章,其中有一句不知道maclean测试的是哪个版本的数据库,我测试的情况是可以的。Connecte...
分类:数据库   时间:2014-10-11 20:12:26    阅读次数:236
FL2440移植LINUX-3.4.2 (六)--驱动移植LCD
移植;1.编译2.解决错误 2.1头文件不对:去掉或更改 2.2宏不对:改名,使用新宏 2.3 函数没有了:改名使用新函数一:移植LCD驱动:修改内核配置: │ Location: │ │ -> Device Drivers │ │ -> Graphics support │ │ -> Sup...
分类:系统相关   时间:2014-10-11 20:06:06    阅读次数:227
数据挖掘算法学习(七)SVM
SVM,支持向量机。数据挖掘中的一个经典算法,博主学了挺久,把学到的一些东西跟大家分享一下。 支持向量机(SVM,Support Vector Machine)是在高维特征空间使用线性函数假设空间的学习系统,它由一个来自最优化理论的学习算法训练,该算法实现了一个由统计学习理论到处的学习偏置.此学习策略由Vapnik和他的合作者提出,是一个准则性的 并且强有力的方法.在它提出来的若干年来,在范...
分类:编程语言   时间:2014-10-11 19:34:26    阅读次数:352
git 解决错误记录
git init commit 等bug error:?src?refspec?master?does?not?match?any. 引起该错误的原因是,目录中没有文件,空目录是不能提交上去的 error:?insufficient?permission?for?adding?an?object?to?...
分类:其他好文   时间:2014-10-11 18:02:06    阅读次数:239
error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file
安装rac10g,出现如下错误: [root@rac2 oracle]# /u01/product/crs/root.sh WARNING: directory '/u01/product' is not owned by root Checking to see if Oracle CRS stack is already configured /etc/oracle does no...
分类:其他好文   时间:2014-10-11 17:29:05    阅读次数:241
[Leetcode] LRU Cache
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:系统相关   时间:2014-10-11 15:57:45    阅读次数:260
Android关联源码support-v4,v7,v13源码
在Android实际开发过程中往往会遇到使用v4,v7或v13兼容包中的一些类如ViewPager,Fargment等,但却无法关联源码。 网上有很多解决的办法,在这里只介绍一种小编亲自测试通过的,附上图片,希望可以帮到大家。具体步骤(这里以android-support-v4.jar为例,...
分类:移动开发   时间:2014-10-11 13:49:25    阅读次数:214
Android关联源码support-v4,v7,v13源码
在Android实际开发过程中往往会遇到使用v4,v7或v13兼容包中的一些类如ViewPager,Fargment等,但却无法关联源码。 网上有很多解决的办法,在这里只介绍一种小编亲自测试通过的,附上图片,希望可以帮到大家。 具体步骤(这里以android-support-v4.jar为例,v7和v13步骤和其相同):...
分类:移动开发   时间:2014-10-11 01:52:24    阅读次数:456
(图解)Description Resource Path Location Type Java compiler level does not match the version of
project 编译问题 1、在项目上右键properties->project Facets->修改右侧的version  保持一致 2、window->preferences->java->Compiler->设置右侧的Compiler compliance level 3、window->preferences->java->Installed JREs...
分类:编程语言   时间:2014-10-10 22:42:54    阅读次数:221
用python爬虫抓站的一些技巧总结
1.[代码]最基本的抓站 ?12import urllib2content = urllib2.urlopen('http://XXXX').read()2.[代码]使用代理服务器 ?12345import urllib2proxy_support = urllib2.ProxyHandler({'...
分类:编程语言   时间:2014-10-10 19:32:24    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!