session1:
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Pr...
分类:
数据库 时间:
2014-08-22 12:59:58
阅读次数:
253
泡了几天官网,对docker有了一点了解。准备着手搭建一个公司的开发测试环境,包括java、python。
一、环境介绍
首先说明一下我的环境
2台物理服务器(后面简称主机)
主机A的配置如下:
[root@opnvz ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:cor...
分类:
其他好文 时间:
2014-08-22 10:52:36
阅读次数:
297
在使用LOAD DATA LOCAL INFILE时遇到:ERROR 1148 (42000): The used command is not allowed with this MySQL version解决办法:1、启动mysql时添加--local_file=1选项;2、在my.cnf的[m...
分类:
其他好文 时间:
2014-08-22 09:18:15
阅读次数:
285
/** 全国三级城市联动 js版* author: mrasong* E-mail: mrasong#163.com* version: 1.0.2* data: tencent**/function Dsy(){ this.Items = {};}Dsy.prototype.add = fu...
分类:
Web程序 时间:
2014-08-21 22:42:04
阅读次数:
538
[root@os-node1~]#cinderlistERROR:VolumeAPIversionissetto1butyouareaccessinga2endpoint.Changeitsvalueviaeither--os-volume-api-versionorenv[OS_VOLUME_API_VERSION]在环境变量里把volume的API设置成2[root@os-node1~]#exportOS_VOLUME_API_VERSION=2再次执行查看列表[ro..
Pillowsupport for JPEG2000 comes fromopenjpeg2 library. Unfortunatly, Ubuntu's libopenjpeg2 package is not version 2 of the openjpeg library, butactua...
分类:
编程语言 时间:
2014-08-21 18:35:14
阅读次数:
363
git remote add origin https://git.oschina.net/wcms/WCMS.git?//添加仓库 git remote 查看当前仓库 git remote remove origin //删除仓库 git push origin ?:version ?//删除远程分支...
分类:
其他好文 时间:
2014-08-21 17:27:34
阅读次数:
218
1. Web.xml id="WebApp_ID" version="3.0"> springMvcDemo index.jsp springMVC org.springframework.web.servlet.Disp...
分类:
编程语言 时间:
2014-08-21 13:00:44
阅读次数:
222
一、创建一个 Java Web 工程,目录最终的结构如下图,下面我们将遂一说明: 二、把我们要用到的jar包全部放到lib目录下。 三、修改web.xml文件,整合CXF。 <?xml version="1.0" encoding="UTF-8"?>
<web-app id="...
分类:
编程语言 时间:
2014-08-20 19:47:13
阅读次数:
319
环境:
hadoop2.2.0
hive0.13.1
Ubuntu 14.04 LTS
java version "1.7.0_60"
Oracle10g
到以下地址下载安装包
http://mirrors.cnnic.cn/apache/hive/stable/apache-hive-0.13.1-bin.tar.gz...
分类:
数据库 时间:
2014-08-20 19:43:12
阅读次数:
363