51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#Guard
ORA-16702: Data Guard broker command warning
文档解释ORA-16702:DataGuardbrokercommandwarningCause:Acommandtomodifyorquerythedatabaseresultedinawarning.Action:ChecktheDataGuardbrokerlogforthewarningand,ifnecess...
IT技术学习
·
2023-07-08
ORA-16702
Data
Guard
broker
command
ORA-16747: logical standby database guard could not be turned on
文档解释ORA-16747:logicalstandbydatabaseguardcouldnotbeturnedonCause:TheDataGuardbrokercouldnotturnonthelogicalstandbydatabaseguard.Action:ChecktheDataGuardbrokerlo...
IT技术学习
·
2023-07-08
ORA-16747
logical
standby
database
guard
ORA-16578: failed to read Data Guard configuration file
文档解释ORA-16578:failedtoreadDataGuardconfigurationfileCause:Afailurewasencounteredwhilethebrokerwasreadingtheconfigurationfileonpermanentstorage.Action:Verifyspac...
IT技术学习
·
2023-07-08
ORA-16578
failed
to
read
Data
ORA-16603: Data Guard broker detected a mismatch in configuration ID
文档解释ORA-16603:DataGuardbrokerdetectedamismatchinconfigurationIDCause:TherewasamismatchinconfigurationuniqueID.Thiscouldoccuriftheoriginalconfigurationwasre-crea...
IT技术学习
·
2023-07-08
ORA-16603
Data
Guard
broker
detected
ORA-19780: Active Data Guard option not enabled
文档解释ORA-19780:ActiveDataGuardoptionnotenabledCause:ChangetrackingatastandbydatabaserequiredtheActiveDataGuardoption.Action:EnabletheActiveDataGuardoption.ORA-19...
IT技术学习
·
2023-07-08
ORA-19780
Active
Data
Guard
option
ORA-16571: Data Guard configuration file creation failure
文档解释ORA-16571:DataGuardconfigurationfilecreationfailureCause:TheDataGuardbrokerwasunabletocreatetheconfigurationfileonpermanentstorage.Action:Verifyspace,permis...
IT技术学习
·
2023-07-08
ORA-16571
Data
Guard
configuration
file
ORA-16502: the Data Guard broker operation succeeded with warnings
文档解释ORA-16502:theDataGuardbrokeroperationsucceededwithwarningsCause:TheDataGuardbrokeroperationsucceededwithwarnings.Action:Seeaccompanyingmessagesfordetails.OR...
IT技术学习
·
2023-07-08
ORA-16502
the
Data
Guard
broker
android开发kotlin项目Proguard混淆配置记录
-flattenpackagehierarchy-allowaccessmodification-keepattributesExceptions,InnerClasses,Signature,SourceFile,LineNumberTable,-dontskipnonpubliclibraryclassmember...
代码星球
·
2021-02-22
android
开发
kotlin
项目
Proguard
Proguard使用最新,最全教程,亲自试验
最近公司有一个项目,是外包项目,由于对方也有技术人员,出于技术上的保密,需要对class文件进行二次处理,于是网上找了好久,只发现Proguard是用的最广泛而且网上资料最多的。由于不是纯JAVA项目,而是WEB项目,涉及到大量的配置文件,所以用这个工具稍显吃力,于是开始研究这玩意,花了好长一段时间,重复试验了N次,终...
代码星球
·
2021-02-16
Proguard
使用
最新
最全
教程
Maven WEB 项目使用ProGuard进行混淆,最佳解决方案
近期公司的Android项目做了混淆,虽说对于保护代码并不是100%的,但混淆后的代码可以使那些不法份子难以阅读,这样也能对代码的保护做出贡献。 于是,公司写的一大堆WEB项目也想做保护。但几大问题随之而来:公司的所有项目全部是Maven项目,网上的混淆方案不是陈旧就是无效网上的大部分解决方案感觉像是对简单D...
代码星球
·
2021-02-16
Maven
WEB
项目
使用
ProGuard
利用proguard对java web工程代码混淆
将代码混淆,也就是给第三方源代码,让他们只能运行,却看不懂代码。混淆jar的工具:proguard5.1 下载地址:http://download.csdn.net/detail/lk7688535/9625472 反编译jar的工具:xjad2.2 下载地址:http://downloa...
代码星球
·
2021-02-16
利用
proguard
java
web
工程
java、springboot使用proguard混淆代码
1.情景展示 我的需求是:为了将项目部署到机器上时,既不影响项目的正常运行,又可以做到降低项目源码(class文件)的可读性,其主要目的是为了防盗。 一般情况下是用不到混淆器的,但是实际生活中往往存在这样的问题或需求,比方说:由于时间紧迫,两家企业被迫联合共同上线一个产品,现在是虽是合作关系,他们又可以...
代码星球
·
2021-02-14
java
springboot
使用
proguard
混淆
centos7.3安装zend guard loader3.3 for php5.6
1下载zendguardloader到这里选择自己的系统版本 我选择的64位forphp5.6.3 linuxhttp://www.zend.com/en/products/loader/downloads#Windows 2找到地址直接wgetwget-chttp://downloads...
代码星球
·
2021-02-11
centos7.3
安装
zend
guard
loader3.3
Error, DNGuard Runtime library not loaded!
// Token: 0x06008CE9 RID: 36073 RVA: 0x0059629A File Offset: 0x00591E9A &n...
代码星球
·
2021-02-08
Error
DNGuard
Runtime
library
not
proguard的简单配置说明
#需要转换的jar文件路径-injars'D:fs-np.jar'#转换后的jar文件名称-outjars'D:fs-np-sec.jar'#关联的第三方jar-libraryjars'C:ProgramFilesJavajre1.8.0_144libt.jar'-libraryjars'D:fs-np_libspri...
代码星球
·
2021-01-23
proguard
简单
配置
说明
首页
上一页
1
2
3
4
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他