#He

Chrome 解决 CRX HEADER INVALID 问题

近期有不少Chrome用户在以拖动方式(离线)安装crx插件时,都遇到了如下错误:Chrome73及后续版本更改了HEADER,所以用73之前版本打包的crx会报HEADERINVALID错误。方法一将crx扩展程序解压开,然后加载已解压的扩展程序安装1.把下载好的xxx.crx扩展程序的文件扩展名更改为zip,然后解...

Linux: shell相对路径转绝对路径

exportDIR=$(cd../../../..;pwd)...

apache服务端 跨域解决方法

首先编辑httpd.conf#LoadModuleheaders_modulemodules/mod_headers.so 把#注释符去掉LoadModuleheaders_modulemodules/mod_headers.so 开启apache头信息自定义模块HeadersetAccess-Co...

thinkphp where中or多个like模糊搜索

$where['m_username|mnickname']=array('like',"%{$keyword}%",'or');['name|seo_title|keywords|description|desc|introduce_text...

使用 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...

解决npm安装包时报出:shasum check failed for错误(npm注册国内镜像介绍)

镜像使用方法(三种办法任意一种都能解决问题,建议使用第三种,将配置写死,下次用的时候配置还在):1.通过config命令1npmconfigsetregistry http://registry.cnpmjs.org2npminfounderscore(如果上面配置正确这个命令会有字符串response)2....

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

ORA-48149: error encountered when attempting to copy a file

文档解释ORA-48149:errorencounteredwhenattemptingtocopyafileCause:TherewasanerrorencounteredwhenattemptingtocopyafilewiththeADRfileinterface.Action:Checkthedirectory...

ORA-41689: invalid collection specification in the rule condition

文档解释ORA-41689:invalidcollectionspecificationintheruleconditionCause:Anattemptwasmadetoinsertaruleconditionwithinvalidcollectionelementspecification.Action:Corre...

ORA-44739: Cannot drop the last group.

文档解释ORA-44739:Cannotdropthelastgroup.Cause:Anattemptwasmadetodropthelastgroupintheindex.Action:UsetheDROPINDEXstatementinstead.ORA-44739是Oracle数据库中的一个错误代码。它表明,用...
IT技术学习 ·2023-07-28

ORA-41666: XML schema validation failed when validating against string

文档解释ORA-41666:XMLschemavalidationfailedwhenvalidatingagainststringCause:TheuserinputhasundefinedelementorattributeaccordingtotheprovidedXMLschemadefinition.Acti...

ORA-30051: VERSIONS clause not allowed here

文档解释ORA-30051:VERSIONSclausenotallowedhereCause:AVERSIONSclausewasspecifiedwhenitwasnotallowed.Action:DonotusetheVERSIONSclauseORA-30051:VERSIONSclausenotallowe...

ORA-44742: Cannot alter columns of a table that is shared by other group(s).

文档解释ORA-44742:Cannotaltercolumnsofatablethatissharedbyothergroup(s).Cause:Anattemptwasmadetoaddcolumnsto,modifycolumnsof,ordropcolumnsfromatablesharedbyothergro...

ORA-38734: Flashback log is inconsistent; belongs to another database.

文档解释ORA-38734:Flashbacklogisinconsistent;belongstoanotherdatabase.Cause:ThedatabaseIDintheflashbackdatabaselogfiledidnotmatchthedatabaseIDinthecontrolfile.Actio...

ORA-64110: XMLIndex: problems encountered during the gathering of statistics

文档解释ORA-64110:XMLIndex:problemsencounteredduringthegatheringofstatisticsCause:Seeassociatederrormessage.Action:Correcttheerrorandretrycommand.ORA-64110是Oracle数据...
首页上一页12345...下一页尾页