由于经常需要部署oracle12c环境,我就将部署过程编写成shell脚本来,提高安装部署的效率,自动安装部署的脚本分为两部分,第一部分oracle_software.sh的作用是安装oracle软件环境;第二部分是listener_dbca.sh,作用是安装监听、配置oracle系统启停服务、配置数据库实例,临时表空间,数据表空间及授权。完成这两个脚本之后,最后的操作就是将待导入的dmp备份文件
分类:
数据库 时间:
2020-01-22 11:18:58
阅读次数:
145
The secured object is an abstract representing whatever is secured. It may be a MethodInvocation in case of @Secured, @RolesAllowed, @PreFilter and @P ...
分类:
编程语言 时间:
2020-01-21 14:42:49
阅读次数:
84
https://forum.red-gate.com/discussion/84930/use-drop-and-create-did-not-work-with-index-on-both-normal-column-and-computed-column https://forum.red-ga ...
分类:
其他好文 时间:
2020-01-21 13:34:42
阅读次数:
113
Don't look back. Don't hesitate, just do it. 从SNE到t-SNE再到LargeVis tSNEJS Supplementary knowledge: 1. what is manifold learning流形学习? 2. what does tsne ...
分类:
其他好文 时间:
2020-01-21 00:53:23
阅读次数:
136
Implement a simple command interpreter in Linux. The interpreter should: 1) support both internal and external commands, and internal commands support ...
分类:
编程语言 时间:
2020-01-21 00:47:56
阅读次数:
171
在XSCT里执行命令,复位7020的CPU0时,遇到错误信息“APB AP transaction error, DAP status f0000021”。再下载U_boot.elf,也失败。 根据https://www.xilinx.com/support/answers/68987.html, ...
分类:
其他好文 时间:
2020-01-20 17:29:41
阅读次数:
352
1. 在win10中,将程序固定在任务栏,然后win+数字,例如win+1就会唤醒或者打开任务栏第一个应用 https://www.zhihu.com/question/40466330 可以看看 https://support.microsoft.com/zh-cn/help/12445/wind ...
为什么会出现ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 这个错误。 原因是因为:mysql5.7 以后数据库安全密码策略需要更改,不能使用简单密码。 如图: ALTER USER ...
分类:
数据库 时间:
2020-01-19 19:30:31
阅读次数:
155
需求: 实现自动化打包exe 项目说明: 引擎cocos-js 3.16版 打包流程说明: 环境变量: 因为需要使用vs工具的环境变量初始化批处理。这里配置vs安装路径(具体到Tools)到环境变量path(D:\xxx\Common7\Tools) (或者python自己获取) 依赖工具: Inn ...
分类:
编程语言 时间:
2020-01-19 19:05:33
阅读次数:
190
1.1 软件测试的定义 追本溯源,什么是软件测试?先我们看看一些著名的对软件测试的定义。 l Testing is the process of establishing confidence that a program or system does what it is supposed to ...
分类:
其他好文 时间:
2020-01-19 19:02:58
阅读次数:
81