51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#CI
ubuntu22.04安装 Fcitx5输入法,并解决 chrome启用wayland后无法输入中文问题。
一。chrome启用wayland:地址栏输入:chrome://flags/,搜索PreferredOzoneplatform,把PreferredOzoneplatform,设置为wayland.二。安装Fcitx5输入法.sudoapt-getinstallfcitx5fcitx5-frontend-gtk4fc...
开发笔记
·
2024-10-01
ubuntu22.04
安装
Fcitx5
输入法
解决
java decimalformat
DecimalFormat是Java中一个用于格式化数字的类。它可以将数字按照指定的模式进行格式化,并可以进行数字的格式化输出。DecimalFormat类可以通过设置模式字符串来指定数字的格式。模式字符串由一系列特殊字符和格式化符号组成,用于定义数字的显示方式。例如,可以使用"#,##0.00"来...
开发笔记
·
2024-08-30
java
decimalformat
ascii转hex算法
ASCII转Hex算法是一种将ASCII码转换为十六进制表示的方法。它将每个ASCII字符转换为一个十六进制数,方便人们阅读和理解。一、定义ASCII转Hex算法是一种将ASCII字符转换为十六进制表示的算法。它可以将每个ASCII字符转换为一个由两个字符组成的十六进制数,例如:A对应0x41,B对应0x42,以此类推...
开发笔记
·
2024-08-29
ascii
hex
算法
git pull错误fatal: Need to specify how to reconcile divergent branches
错误提示fatal:Needtospecifyhowtoreconciledivergentbranches解决方法这个错误信息是因为在执行gitpull命令更新分支时,Git无法自动解决不同提交的冲突而导致的。在这种情况下,你需要告诉Git如何处理这些分支的改动。根据提示,你可以通过以下命令来指定处理方式:使用--r...
开发笔记
·
2024-07-12
to
git
pull
错误
fatal
no input file specified 三种解决方法
一.IIS Noinputfilespecified方法一:改PHP.ini中的doc_root行,打开ini文件注释掉此行,然后重启IIS 方法二:请修改php.ini找到 ;cgi.force_redirect=1去掉前面分号,把后面的1改为0 即cg...
开发笔记
·
2023-12-10
no
input
file
specified
三种
ORA-55605: Incorrect Flashback Archive is specified
文档解释ORA-55605:IncorrectFlashbackArchiveisspecifiedCause:AnattemptwasmadetooperateonaFlashbackArchivethatdoesnotexist,ortocreateaFlashbackArchivethatalreadyexist...
IT技术学习
·
2023-07-28
ORA-55605
Incorrect
Flashback
Archive
is
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-54534: incorrect box surface due to wrong specification
文档解释ORA-54534:incorrectboxsurfaceduetowrongspecificationCause:TheelemInfodefinitionwasnotcorrectforthesurfaceoftheaxisalignedbox.Action:Changetheinterpretationt...
IT技术学习
·
2023-07-28
ORA-54534
incorrect
box
surface
due
ORA-44747: An XMLIndex with a structured component cannot be specified with ASYNC.
文档解释ORA-44747:AnXMLIndexwithastructuredcomponentcannotbespecifiedwithASYNC.Cause:AnattemptwasmadetospecifyASYNCparameterforanXMLIndexwithastructuredcomponent.Ac...
IT技术学习
·
2023-07-28
with
ORA-44747
An
XMLIndex
structured
ORA-41633: specified rule class configuration not supported: “string”
文档解释ORA-41633:specifiedruleclassconfigurationnotsupported:“string”Cause:Anattemptwasmadetouseanunsupportedconfigurationfortheruleclass.Action:Remove...
IT技术学习
·
2023-07-28
ORA-41633
specified
rule
class
configuration
ORA-41028: Session id not specified
文档解释ORA-41028:SessionidnotspecifiedCause:Anattempttomigratewasmade,whichfailedduringmigrationbecausethesessionidspecifiedbytheclientwasnull.Action:Checkthesessi...
IT技术学习
·
2023-07-28
ORA-41028
Session
id
not
specified
ORA-28140: Invalid column specified
文档解释ORA-28140:InvalidcolumnspecifiedCause:ColumnnamespecifiedduringpolicycreationisinvalidAction:Pleasespecifyavalidcolumnname.ObjectcolumnsarenotsupportedORA-2...
IT技术学习
·
2023-07-28
ORA-28140
Invalid
column
specified
ORA-55339: a virtual model already exists for the specified model-rulebase combination
文档解释ORA-55339:avirtualmodelalreadyexistsforthespecifiedmodel-rulebasecombinationCause:Avirtualmodelwithidenticalcomponentswasalreadypresent.Action:Chooseadiffer...
IT技术学习
·
2023-07-28
ORA-55339
virtual
model
already
exists
ORA-29874: warning in the execution of ODCIINDEXALTER routine
文档解释ORA-29874:warningintheexecutionofODCIINDEXALTERroutineCause:AwaringwasreturnedfromtheODCIIndexAlterroutine.Action:Checktoseeiftheroutinehasbeencodedcorrectl...
IT技术学习
·
2023-07-28
ORA-29874
warning
in
the
execution
ORA-46078: Invalid event type specified
文档解释ORA-46078:InvalideventtypespecifiedCause:Theeventtypespecifiedisinvalid.Action:Reattempttheoperationwithaninvalideventtype.ORA-46078是一个应用程序级错误,它表明提供的事件类型无效。...
IT技术学习
·
2023-07-28
ORA-46078
Invalid
event
type
specified
首页
上一页
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
其他