51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#GR
PostgreSQL获取年月日
1.获取当前日期的年份selectto_char(t.detect_date,'YYYY')selectextract(yearfromnow())为doubleprecision格式类型selectto_char((SELECTnow()::timestamp),'yyyy')2.获取...
开发笔记
·
2024-09-06
PostgreSQL
获取
年月日
GraphQL
GraphQL 是一种查询语言,用于替代RESTAPI。它允许客户端指定所需的数据,并且只获取这些数据,提升了数据获取的效率和灵活性。...
开发笔记
·
2024-08-31
GraphQL
Reactive Programming
ReactiveProgramming 使得处理异步数据流和事件变得更加简洁。常用的库和框架包括: - RxJS:JavaScript的响应式扩展库。- Svelte:一个新的前端框架,支持声明式编程和更简洁的语法。...
开发笔记
·
2024-08-31
Reactive
Programming
dataGridView双缓冲双buffer代码
在form_load方法中添加一下代码 双缓冲:Typetype=dataGridView_items.GetType();System.Reflection.PropertyInfopi=type.GetProperty("DoubleBuffered",System.Reflection.BindingF...
开发笔记
·
2024-02-02
dataGridView
缓冲
buffer
代码
Linux grep指令的10个使用技巧
grep(globalregularexpressionprint)是Linux或其他类Unix操作系统中的一个功能强大的命令行搜索工具。它可以从文件或标准输入中搜索文本或字符串,并显示匹配的行或统计信息。grep命令有大量的选项和用法,本文将介绍一些常见的示例。grep命令可用于在一个或多个文件中搜索字符串或正则表达...
开发笔记
·
2023-12-30
Linux
grep
指令
10个
使用技巧
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-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-41604: cannot revoke a privilege that was not granted
文档解释ORA-41604:cannotrevokeaprivilegethatwasnotgrantedCause:Anattemptwasmadetorevokeaprivilegethatwasnevergranted.Action:NoneORA-41604错误代表着不能撤销一个没有被授予的权限。官方解释常见案...
IT技术学习
·
2023-07-28
ORA-41604
cannot
revoke
privilege
that
ORA-24167: incompatible rule engine objects, cannot downgrade
文档解释ORA-24167:incompatibleruleengineobjects,cannotdowngradeCause:thereareruleengineobjectsinthedatabasethatcannotbedowngraded.Action:checkutlincmp.sqlandremovea...
IT技术学习
·
2023-07-28
ORA-24167
incompatible
rule
engine
objects
ORA-41697: attribute prefix missing in aggregate specification: string
文档解释ORA-41697:attributeprefixmissinginaggregatespecification:stringCause:Anattemptwasmadetospecifyanaggregatepredicateacrossmultipleprimitiveeventtypeswithnoatt...
IT技术学习
·
2023-07-28
ORA-41697
attribute
prefix
missing
in
ORA-24909: call in progress. Current operation cancelled
文档解释ORA-24909:callinprogress.CurrentoperationcancelledCause:TheOCIcallwasinvokedwhenanothercallontheconnectionwasinprogress.Action:CheckiftheOCIcallissupportedw...
IT技术学习
·
2023-07-28
ORA-24909
call
in
progress.
Current
ORA-28117: integrity constraint violated – parent record not found
文档解释ORA-28117:integrityconstraintviolated–parentrecordnotfoundCause:trytoupdate/insertachildrecordwithnewforeignkeyvalues,butthecorrespondingparentrowisno...
IT技术学习
·
2023-07-28
ORA-28117
integrity
constraint
violated
#8211
ORA-28385: cannot perform a PKI certificate-based migration
文档解释ORA-28385:cannotperformaPKIcertificate-basedmigrationCause:APKIcertificate-basedmigrationtoHSMwasattempted.Action:PerformasymmetricMasterKeymigration.ORA-28...
IT技术学习
·
2023-07-28
ORA-28385
cannot
perform
PKI
certificate-based
ORA-15083: failed to communicate with ASMB background process
文档解释ORA-15083:failedtocommunicatewithASMBbackgroundprocessCause:AdatabaseinstancefailedtocommunicatewithitsASMBbackgroundprocesswhenattemptingtoaccessanASMfile....
IT技术学习
·
2023-07-28
ORA-15083
failed
to
communicate
with
ORA-15133: instance recovery required for diskgroup string
文档解释ORA-15133:instancerecoveryrequiredfordiskgroupstringCause:Aninstanceintheclustercrashedmakinginstancerecoverynecessary.Action:None.Thiserrorshouldnotnormall...
IT技术学习
·
2023-07-28
ORA-15133
instance
recovery
required
for
首页
上一页
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
其他