摘要: 前言 我们在手动安装oracle数据库时,安装步骤纷繁复杂,耗时较长 在此介绍如何使用docker快速安装oracle 11g 一、docker 及其安装环境 操作系统: [root@centos7 ~]# cat /etc/redhat-release CentOS Linux release 7 阅读全文
posted @ 2020-03-21 10:59 wanderwei 阅读(3394) 评论(0) 推荐(0) 编辑
摘要: 1、npm install错误1 linux gyp ERR! stack Error: EACCES: permission denied, mkdir ‘xxx’ 解决办法:在使用linux npm install的出现这个错误了,百度了下,没有权限加个参数即可 npm install --un 阅读全文
posted @ 2020-03-21 10:58 wanderwei 阅读(642) 评论(0) 推荐(0) 编辑
摘要: 1.错误回显:Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MISCONF Redis is configured to save RDB snapshots, but 阅读全文
posted @ 2019-12-31 08:52 wanderwei 阅读(1608) 评论(0) 推荐(0) 编辑
摘要: 一、准备工作 1.准备CentOS 7 系统环境 由于是使用静默模式(silent)安装的,无需使用图形化界面,我选择了最小安装的服务器版的CentOS 7。安装完成后,只有命令行界面。 2.下载 Oracle 11g (1)Oracle官方网站:http://www.oracle.com/tech 阅读全文
posted @ 2019-09-04 16:40 wanderwei 阅读(7696) 评论(2) 推荐(0) 编辑
摘要: 1. 复制表结构及其数据: create table table_name_new as select * from table_name_old 2. 只复制表结构: create table table_name_new as select * from table_name_old where 阅读全文
posted @ 2018-01-23 09:19 wanderwei 阅读(1694) 评论(0) 推荐(0) 编辑
摘要: 1 package com.ddtech.app.util; 2 3 import java.io.BufferedReader; 4 import java.io.IOException; 5 import java.io.InputStreamReader; 6 import java.io.PrintWriter; 7 import java.net.URL;... 阅读全文
posted @ 2017-09-28 17:18 wanderwei 阅读(15048) 评论(0) 推荐(1) 编辑
摘要: mysql中配置ssl_key、ssl-cert、ssl-ca的路径及建立ssl连接 阅读全文
posted @ 2017-09-08 10:02 wanderwei 阅读(6972) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/code_better/article/details/54898098 阅读全文
posted @ 2017-09-07 17:03 wanderwei 阅读(6751) 评论(0) 推荐(0) 编辑