51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#thin
zip error: Nothing to do! (try: zip -qr /home/backup/20170903195/home/pro1)
错误可能:zip命令编辑错误或者是目录错误zipI/Oerror:Nosuchfileordirectory目录未创建(-->脚本不自动创建目录)...
开发笔记
·
2024-10-21
zip
home
error
Nothing
to
js+thinkphp 实现jsonp跨域
1、使用js创建script动态插入页面//用来创建script标签//用来创建script标签(function(){//创建一个script标签varscript=document.createElement('script');//指定script的类型script.type='text/javascript';...
开发笔记
·
2024-09-20
js+thinkphp
实现
jsonp
跨域
thinkphp5使用phpmailer进行发送邮件功能
1、使用composer工具安装,在tp5根目录下执行 默认使用1.0版本 composerrequirephpmailer/phpmailer 安装成功后显示下面目录 2、封装发送邮件方法我放置在了extra文件夹内function sendEmail($...
开发笔记
·
2024-06-15
thinkphp5
使用
phpmailer
进行
发送
Thinkphp5获取访客用户ip地址的方法
用户访问tp5网站,可以通过内置ip()函数获取ip地址$request = Request::instance();echo '访问ip地址:' . $request->ip();...
开发笔记
·
2024-06-15
Thinkphp5
获取
访客
用户
ip
thinkphp使用setInc和setDec进行字段加1减1
//score字段加1db('article')->where('id',1)->setInc('score');//score字段加5db('article')->where('id',1)->setInc('score',5);//score字段减1db('article')->whe...
开发笔记
·
2024-06-15
thinkphp
使用
setInc
setDec
进行
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
thinkphp8升级更新命令
composerupdatetopthink/framework...
开发笔记
·
2023-12-10
thinkphp8
升级
更新
命令
ORA-12841: Cannot alter the session parallel DML state within a transaction
文档解释ORA-12841:CannotalterthesessionparallelDMLstatewithinatransactionCause:TransactioninprogressAction:Commitorrollbacktransactionandthenre-executeORA-12841:不能在...
IT技术学习
·
2023-07-26
ORA-12841
Cannot
alter
the
session
ORA-12485: new effective label not within effective clearance
文档解释ORA-12485:neweffectivelabelnotwithineffectiveclearanceCause:Youattemptedtoenteravalueforaneffectivelabelthatdidnotdominatetheeffectiveminlabelorwasnotdomina...
IT技术学习
·
2023-07-26
effective
ORA-12485
new
label
not
ORA-06565: cannot execute string from within stored procedure
文档解释ORA-06565:cannotexecutestringfromwithinstoredprocedureCause:Thenamedprocedurecannotbeexecutedfromwithinastoredprocedure,functionorpackage.Thisfunctioncanonl...
IT技术学习
·
2023-07-25
ORA-06565
cannot
execute
string
from
ORA-14516: subpartition corrupt. all rows do not fall within subpartition bounds
文档解释ORA-14516:subpartitioncorrupt.allrowsdonotfallwithinsubpartitionboundsCause:Thesubpartitioncontainsrowswhichshouldreallybeinsomeothersubpartition.Possiblydu...
IT技术学习
·
2023-07-25
subpartition
ORA-14516
corrupt.
all
rows
ORA-16290: cannot alter the session logical replication state within a transaction
文档解释ORA-16290:cannotalterthesessionlogicalreplicationstatewithinatransactionCause:Atransactionwasalreadyinprogress.Action:Commitorrollbackthetransactionandthenr...
IT技术学习
·
2023-07-19
ORA-16290
cannot
alter
the
session
ORA-30346: hierarchy name must be unique within a dimension
文档解释ORA-30346:hierarchynamemustbeuniquewithinadimensionCause:Thesamenamewasusedformorethanonehierarchyinadimension.Action:Checkthespellingofthehierarchyname.ORA...
IT技术学习
·
2023-07-19
ORA-30346
hierarchy
name
must
be
ORA-64102: Cannot create an XMLIndex with a structured component on a CLOB column within the object-relational storage model.
文档解释ORA-64102:CannotcreateanXMLIndexwithastructuredcomponentonaCLOBcolumnwithintheobject-relationalstoragemodel.Cause:AnattemptwasmadetocreateanXMLIndexwithastr...
IT技术学习
·
2023-07-16
ORA-64102
Cannot
create
an
XMLIndex
ORA-14507: partition corrupt. all rows do not fall within partition bounds
文档解释ORA-14507:partitioncorrupt.allrowsdonotfallwithinpartitionboundsCause:Thepartitioncontainsrowswhichshouldreallybeinsomeotherpartition.Possiblyduetoanexchang...
IT技术学习
·
2023-07-11
partition
ORA-14507
corrupt.
all
rows
首页
上一页
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
其他