码迷,mamicode.com
首页 >  
搜索关键字:rac one node    ( 66256个结果
ora-12154
64位oracle,32位pl/sqlpl/sql配置完之后,一直报错:ora-12154配置环境变量ORACLE_HOME:D:\softInstrall\oracle\product\11.2.0\dbhome_1 好之。感谢伟达的百度
分类:其他好文   时间:2014-07-22 22:57:13    阅读次数:221
OpenERP report doesn't work
1. When you have used OpenOffice edited one of reports,it has stored the report's banary data is database,which caused the problem when you refresh th...
分类:其他好文   时间:2014-07-22 22:56:35    阅读次数:216
【leetcode】Word Break
Given a stringsand a dictionary of wordsdict, determine ifscan be segmented into a space-separated sequence of one or more dictionary words.For exampl...
分类:其他好文   时间:2014-07-17 00:33:43    阅读次数:218
javascript getAttribute
var nodes = document.getElementsByTagName("script");var node = nodes[nodes.length - 1];var src = document.querySelector ? node.src : node.getAttribute...
分类:编程语言   时间:2014-07-16 17:07:50    阅读次数:188
Oracle RAC 11gR2 修改本地及SCAN监听端口
昨天同事说有套RAC集群客户要求修改数据库的监听端口,在处理的过程中,发现网上的相关资料都不是很全面,所以整理了一下,希望给其他有需要的朋友提供一点有利的参考资料。具体操作过程如下:--修改配置信息中保存的端口信息使用GRID用户修改srvctlmodifylistener-lLISTENER-.....
分类:数据库   时间:2014-07-16 17:02:42    阅读次数:268
[LeetCode] Merge k Sorted Lists
Merge k sorted linked lists and return it as one sorted list. Analyze and describe its complexity.#include#includeusing namespace std;struct ListNode ...
分类:其他好文   时间:2014-07-16 15:17:03    阅读次数:188
Windows 系统下设置Nodejs NPM全局路径
Windows下的Nodejs npm路径是appdata,很不爽,想改回来,但是在cmd下执行以下命令也无效npm config set cache "D:\nodejs\node_cache"npm config set prefix "D:\nodejs\node_global"最后在node...
分类:Windows程序   时间:2014-07-16 15:15:48    阅读次数:306
Ettus公司 LP0965天线安装指南
官网摘要:Includes one LP09650 850 MHz to 6.5 GHz Log Periodic PCB directional antenna, at 5-6dBi Gain. Works with any daughterboard that operates within 8...
分类:其他好文   时间:2014-07-16 15:02:54    阅读次数:348
python升级安装后的yum的修复
升级python版本后,运行yum # yum -y install openssl 提示如下: There was a problem importing one of the Python modules required to run yum. The error leading to this problem was:    No module named yum Pl...
分类:编程语言   时间:2014-07-16 14:04:47    阅读次数:193
Images of Future AI
2013-5-3 Yongwu Shen Future AI system would be the one that is able to grow from the rootby itself, rather than being created brick by brick like existing ones. Building an AI system in the future w...
分类:其他好文   时间:2014-07-16 08:51:57    阅读次数:347
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!