码迷,mamicode.com
首页 >  
搜索关键字:rac one node    ( 66256个结果
Agile
I think Agile development methodologies is something we get from our practice. It can be just acknowledged by taking the training, but if you want to ...
分类:其他好文   时间:2014-07-06 23:30:02    阅读次数:274
OCP prepare 20140703
1. trim trim('aaa' from 'aaabbbccc') 这个是错误的。ora-30001: trim set should have only one character 2. initcap() 首字母变为大写 3. RMAN:minimize load 在10g之后,可以在ba...
分类:其他好文   时间:2014-07-05 18:22:45    阅读次数:245
Oracle 关联并且批量修改
描述:A表有 id,or_id 字段,B表有 id,code 字段A表有 or_id 与B表的 id 关联,现要将A.or_id 替换成 B.code 数据UPDATE ASETA.OR_ID=(SELECT codeFROM BWHEREB.ID=A.OR_ID)
分类:数据库   时间:2014-07-05 18:10:24    阅读次数:220
openNebula Image上传
Rack:ruby webserver框架https://rack.github.io/文件上传使用基于tempfile 库文件上传要经历两个过程:1、上传文件传到opennebule sunstone-server的临时目录,临时目录配置文件时/etc/one/sunstone-server.co...
分类:其他好文   时间:2014-07-05 17:36:55    阅读次数:181
DOM原理
解释清楚DOM原理并不是一件容易的事,但是任何一个前端工程师,都必须牢牢掌握它。DOM整体架构:图解:DOM,即针对XML文档的应用程序编程接口(API).通俗一点说,HTML属于XML的一种,先将HTML映射成节点树,然后对节点树提供一套增删改查的方法。DOM1 Core:图解: 1. Node:...
分类:其他好文   时间:2014-07-05 16:56:03    阅读次数:386
Node.js解析Excel
1、使用node-xlsx包var xlsx = require('node-xlsx'); 只支持xlsx格式2、解析的Excel文件格式如下:3、程序如下: var obj = xlsx.parse('D:/test.xlsx'); //第一个工作表的数据 var data = o...
分类:Web程序   时间:2014-07-03 20:14:12    阅读次数:357
【LeetCode】Best Time to Buy and Sell Stock
题目 Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the...
分类:其他好文   时间:2014-07-03 17:51:01    阅读次数:235
如何获取 oracle RAC 11g asm spfile 的位置
?? 方法一: [root@vmrac1 ~]# su - grid [grid@vmrac1 ~]$ sqlplus / as sysasm SQL*Plus: Release 11.2.0.3.0 Production on Thu Jul 3 09:36:27 2014 Copyright (c) 1982, 2011, Oracle. All rights res...
分类:数据库   时间:2014-07-03 17:24:25    阅读次数:238
安装Node.js
安装Node.js安装过程 1、下载Node.js相关的node-v0.10.29-x86.msi 2、双击“node-v0.10.29-x86.msi” 3、进入Node.js安装界面 4、单击“Next”,接受协议 5、继续“Next”,选择安装路径,若不修改,就选默认路径 6、安装核心的Node.js...
分类:Web程序   时间:2014-07-03 16:26:13    阅读次数:202
微软职位内部推荐-Senior Development Lead
微软近期Open的职位:SENIOR DEVELOPMENT LEAD:The Enterprise Commerce (ECIT) Engineering Team holds the mission for delivering millions of transactions and one ...
分类:其他好文   时间:2014-07-03 12:54:25    阅读次数:335
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!