51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#He
Chrome 解决 CRX HEADER INVALID 问题
近期有不少Chrome用户在以拖动方式(离线)安装crx插件时,都遇到了如下错误:Chrome73及后续版本更改了HEADER,所以用73之前版本打包的crx会报HEADERINVALID错误。方法一将crx扩展程序解压开,然后加载已解压的扩展程序安装1.把下载好的xxx.crx扩展程序的文件扩展名更改为zip,然后解...
开发笔记
·
2024-07-04
Chrome
解决
CRX
HEADER
INVALID
Linux: shell相对路径转绝对路径
exportDIR=$(cd../../../..;pwd)...
开发笔记
·
2024-06-21
路径
Linux
shell
相对
绝对
apache服务端 跨域解决方法
首先编辑httpd.conf#LoadModuleheaders_modulemodules/mod_headers.so 把#注释符去掉LoadModuleheaders_modulemodules/mod_headers.so 开启apache头信息自定义模块HeadersetAccess-Co...
开发笔记
·
2024-03-19
apache
服务
跨域
解决
方法
thinkphp where中or多个like模糊搜索
$where['m_username|mnickname']=array('like',"%{$keyword}%",'or');['name|seo_title|keywords|description|desc|introduce_text...
开发笔记
·
2024-03-19
thinkphp
where
or
多个
like
使用 Git 同步时出现gnutls_handshake() failed: Error in the pull function
fatal:unabletoaccess'https://android.googlesource.com/platform/prebuilts/qemu-kernel/':gnutls_handshake()failed:Errorinthepullfunction.fatal:unabletoacc...
开发笔记
·
2024-01-10
使用
Git
同步
出现
gnutls
解决npm安装包时报出:shasum check failed for错误(npm注册国内镜像介绍)
镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在):1.通过config命令1npmconfigsetregistry http://registry.cnpmjs.org2npminfounderscore(如果上面配置正确这个命令会有字符串response)2....
开发笔记
·
2023-12-02
npm
解决
安装
包时
报出
PHP 开启 Opcache
Opcache能够将代码编译成字节码,能够加快脚本的运行。检查是否安装opcache:php-vPHP7.3.22(cli)(built:Sep3202021:16:44)(NTS)Copyright(c)1997-2018ThePHPGroupZendEnginev3.3.22,Copyright(c)1998-20...
开发笔记
·
2023-08-12
PHP
开启
Opcache
ORA-48149: error encountered when attempting to copy a file
文档解释ORA-48149:errorencounteredwhenattemptingtocopyafileCause:TherewasanerrorencounteredwhenattemptingtocopyafilewiththeADRfileinterface.Action:Checkthedirectory...
IT技术学习
·
2023-07-28
ORA-48149
error
encountered
when
attempting
ORA-41689: invalid collection specification in the rule condition
文档解释ORA-41689:invalidcollectionspecificationintheruleconditionCause:Anattemptwasmadetoinsertaruleconditionwithinvalidcollectionelementspecification.Action:Corre...
IT技术学习
·
2023-07-28
ORA-41689
invalid
collection
specification
in
ORA-44739: Cannot drop the last group.
文档解释ORA-44739:Cannotdropthelastgroup.Cause:Anattemptwasmadetodropthelastgroupintheindex.Action:UsetheDROPINDEXstatementinstead.ORA-44739是Oracle数据库中的一个错误代码。它表明,用...
IT技术学习
·
2023-07-28
ORA-44739
Cannot
drop
the
last
ORA-41666: XML schema validation failed when validating against string
文档解释ORA-41666:XMLschemavalidationfailedwhenvalidatingagainststringCause:TheuserinputhasundefinedelementorattributeaccordingtotheprovidedXMLschemadefinition.Acti...
IT技术学习
·
2023-07-28
ORA-41666
XML
schema
validation
failed
ORA-30051: VERSIONS clause not allowed here
文档解释ORA-30051:VERSIONSclausenotallowedhereCause:AVERSIONSclausewasspecifiedwhenitwasnotallowed.Action:DonotusetheVERSIONSclauseORA-30051:VERSIONSclausenotallowe...
IT技术学习
·
2023-07-28
ORA-30051
VERSIONS
clause
not
allowed
ORA-44742: Cannot alter columns of a table that is shared by other group(s).
文档解释ORA-44742:Cannotaltercolumnsofatablethatissharedbyothergroup(s).Cause:Anattemptwasmadetoaddcolumnsto,modifycolumnsof,ordropcolumnsfromatablesharedbyothergro...
IT技术学习
·
2023-07-28
ORA-44742
Cannot
alter
columns
of
ORA-38734: Flashback log is inconsistent; belongs to another database.
文档解释ORA-38734:Flashbacklogisinconsistent;belongstoanotherdatabase.Cause:ThedatabaseIDintheflashbackdatabaselogfiledidnotmatchthedatabaseIDinthecontrolfile.Actio...
IT技术学习
·
2023-07-28
ORA-38734
Flashback
log
is
inconsistent
ORA-64110: XMLIndex: problems encountered during the gathering of statistics
文档解释ORA-64110:XMLIndex:problemsencounteredduringthegatheringofstatisticsCause:Seeassociatederrormessage.Action:Correcttheerrorandretrycommand.ORA-64110是Oracle数据...
IT技术学习
·
2023-07-28
ORA-64110
XMLIndex
problems
encountered
during
首页
上一页
1
2
3
4
5
...
下一页
尾页
按字母分类:
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
其他