1. 2.详情https://www.jianshu.com/p/e1fe08c5db1a ...
分类:
编程语言 时间:
2018-07-06 14:19:16
阅读次数:
159
12.2.0.1 version, Oracle Data Guard alert ORA-01110,但无影响。
分类:
数据库 时间:
2018-07-06 10:07:55
阅读次数:
209
1. 线程属性: 使用pthread_attr_t类型表示,我们需要对此结构体进行初始化, 初始化后使用,使用后还要进行去除初始化! pthread_attr_init:初始化 pthread_attr_destory:去除初始化 #include<pthread.h> intpthread_att ...
分类:
编程语言 时间:
2018-07-01 17:53:59
阅读次数:
173
@echo off net stop "Ecengine.exe" /y net stop "eSafe Protect Desktop" /y net stop "Esafe.exe" /y net stop "Espwatch.exe" /y net stop "eTrust EZ Firewa... ...
分类:
其他好文 时间:
2018-06-16 17:00:08
阅读次数:
184
********************************************************************************************集群环境下的data guard 主库是rac 备库是单实例 单节点************************ ...
分类:
其他好文 时间:
2018-06-13 16:28:32
阅读次数:
150
原文:https://www.jianshu.com/p/ccf306e08d5b?hmsr=toutiao.io&utm_medium=toutiao.io&utm_source=toutiao.io AAR 是 Google 专门为 Android Studio 推出的一种库文件格式,用于便捷的 ...
分类:
移动开发 时间:
2018-06-08 14:29:32
阅读次数:
271
对于经常使用Git的朋友来说,.gitignore配置一定不会陌生。废话不说多了,接下来就来说说这个.gitignore的使用。 首先要强调一点,这个文件的完整文件名就是".gitignore",注意最前面有个“.”。一般来说每个Git项目中都需要一个“.gitignore”文件,这个文件的作用就是 ...
分类:
其他好文 时间:
2018-06-05 23:16:31
阅读次数:
161