51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#HR
chrome浏览器的书签文件在哪个文件夹中?
谷歌浏览器书签并不是以文件夹的方式保存,而是保存在一个Bookmarks文件中。查看该文件位置方法:打开谷歌浏览器,在地址栏中输入chrome://version/按回车键打开。这时可以看到具体的“个人资料路径”C:Users用户文件名AppDataLocalGoogleChromeUserDa...
开发笔记
·
2024-10-16
chrome
浏览器
书签
文件
哪个
ubuntu22.04安装 Fcitx5输入法,并解决 chrome启用wayland后无法输入中文问题。
一。chrome启用wayland:地址栏输入:chrome://flags/,搜索PreferredOzoneplatform,把PreferredOzoneplatform,设置为wayland.二。安装Fcitx5输入法.sudoapt-getinstallfcitx5fcitx5-frontend-gtk4fc...
开发笔记
·
2024-10-01
ubuntu22.04
安装
Fcitx5
输入法
解决
Google chrome浏览器打不开网页,显示ERR_Failed…等问题的解决方法
新装好的win7系统,打开Google浏览器,显示网页可能暂时无法连接,或者它已永久性的移动到了新地址。在网络搜索很多资料,发现解决方法如下,亲测成功。原因,该服务依赖的TCP/IP协议有问题。解决办法:1、开始运行regedit.exe,打开注册表编辑器,删除以下两个键:HKEY_LOCAL_MACHINESyste...
开发笔记
·
2024-08-10
Google
chrome
浏览器
不开
网页
Chrome 解决 CRX HEADER INVALID 问题
近期有不少Chrome用户在以拖动方式(离线)安装crx插件时,都遇到了如下错误:Chrome73及后续版本更改了HEADER,所以用73之前版本打包的crx会报HEADERINVALID错误。方法一将crx扩展程序解压开,然后加载已解压的扩展程序安装1.把下载好的xxx.crx扩展程序的文件扩展名更改为zip,然后解...
开发笔记
·
2024-07-04
Chrome
解决
CRX
HEADER
INVALID
Chrome浏览器禁止http自动转成https
打开Chrome浏览器,在地址栏中输入 chrome://net-internals/#hsts在页面中查找Deletedomainsecuritypolicies,在 Domain的输入框中输入域名,并点击 Delete删除可以在QueryExpect-CTdomain中测试是否删除成功...
开发笔记
·
2024-01-12
Chrome
浏览器
禁止
http
自动
未能加载文件或程序集“XXXXX”或它的某一个依赖项。未能验证强名称签名。此程序集可能已被篡改,或者已被延迟签名,但没有用正确的私钥进行完全签名。 (异常来自 HRESULT:0x80131045)
解决方案如下:方案一:删除掉此DLL引用,与BIN目录下的DLL。添加最新的DLL文件,重新添加一次。方案二:删除掉此DLL引用,与BIN目录下的引用。再清理解决方案。再添加一次。方案三:此DLL编译有错误。从新编译出此DLL,再重新引用...
开发笔记
·
2023-12-05
签名
未能
程序
已被
加载
ORA-31635: unable to establish job resource synchronization
文档解释ORA-31635:unabletoestablishjobresourcesynchronizationCause:AlockusedinsynchronizingDataPumpresourcesduringjobcreationanddeletioncouldnotbeobtainedduringjobc...
IT技术学习
·
2023-07-28
ORA-31635
unable
to
establish
job
ORA-16443: could not switch out of log string thread string
文档解释ORA-16443:couldnotswitchoutoflogstringthreadstringCause:ALTERSYSTEMFLUSHREDOTOSTANDBYcouldnotswitchoutofthecurrentlog.Action:Thiscanhappenifthereareoneormor...
IT技术学习
·
2023-07-28
string
ORA-16443
could
not
switch
ORA-19955: only one open thread is allowed to change the DBID
文档解释ORA-19955:onlyoneopenthreadisallowedtochangetheDBIDCause:Theoperationfailedbecausetherewereactivethreadsinthedatabase.Themostlikelycauseisthatthedatabasecra...
IT技术学习
·
2023-07-28
ORA-19955
only
one
open
thread
ORA-56512: DRCP: Failed to synchronize RAC instances [string]
文档解释ORA-56512:DRCP:FailedtosynchronizeRACinstances[string]Cause:SomeoftheRACinstanceswerenotsynchronized.Action:Performthesameoperationsonallthefailedinstances....
IT技术学习
·
2023-07-28
ORA-56512
DRCP
Failed
to
synchronize
ORA-15563: workload replay client cannot spawn new threads
文档解释ORA-15563:workloadreplayclientcannotspawnnewthreadsCause:TheWorkloadReplayClientdoesnothaveenoughresource(CPUormemory)tospawnnewthreads.Action:Restartthewor...
IT技术学习
·
2023-07-28
ORA-15563
workload
replay
client
cannot
ORA-30163: The thread safety initialization failed
文档解释ORA-30163:ThethreadsafetyinitializationfailedCause:ThecalltoSlgInitfailedinOCIFileInit.Action:ContactsupportORA-30163:线程安全初始化失败官方解释ORA-30163是一个线程安全初始化错误。它指出...
IT技术学习
·
2023-07-28
ORA-30163
The
thread
safety
initialization
ORA-64117: XMLIndex Exchange Partition: incompatible modes for asynchronous DML
文档解释ORA-64117:XMLIndexExchangePartition:incompatiblemodesforasynchronousDMLCause:TheXMLIndexesonthetwotableshaddifferentdeferredDMLmodes.Action:Correcttheerrora...
IT技术学习
·
2023-07-28
ORA-64117
XMLIndex
Exchange
Partition
incompatible
ORA-38858: cannot mark redo thread string as enabled
文档解释ORA-38858:cannotmarkredothreadstringasenabledCause:Theopenresetlogsorstandbyactivationoperationfailedbecauseitneedstomarkaredothreadasenabled.However,thecon...
IT技术学习
·
2023-07-27
ORA-38858
cannot
mark
redo
thread
ORA-24197: JAVA stored procedure throws JAVA exceptions
文档解释ORA-24197:JAVAstoredprocedurethrowsJAVAexceptionsCause:TheJAVAstoredprocedurethrewsomeexceptionsthatcouldnotbecatergorized.Action:UseGET_EXCEPTIONproceduret...
IT技术学习
·
2023-07-27
JAVA
ORA-24197
stored
procedure
throws
首页
上一页
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
其他