51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#gi
git不能执行commit命令
Git不能执行commit命令的可能原因有多种,以下是一些常见的问题和解决方法:1.没有进行git初始化:在执行gitcommit命令前,需要先确保当前目录下已经使用gitinit命令进行了初始化。如果没有进行初始化,可以使用gitinit命令初始化一个新的Git仓库。2.没有添加要提交的文件:在执行gitcommit...
开发笔记
·
2024-07-10
git
不能
执行
commit
命令
nginx location 校验文件特殊添加方法
server{....location/335774.txt{alias/data/www/335774.txt;}location/3351327774.txt{alias/dataN/www/default/3351327774.txt;}location/3351327774.txt{alias./3351327...
开发笔记
·
2024-07-09
nginx
location
校验
文件
特殊
PHP简单实现图片格式转换(jpg转png,gif转png等)
依赖php扩展gd和exif实现/***图片格式转换*@paramstring$image_path文件路径或url*@paramstring$to_ext待转格式,支持png,gif,jpeg,wbmp,webp,xbm*@paramnull|string$save_path存储路径,null则返回二进制内容,str...
开发笔记
·
2024-07-01
png
PHP
简单
实现
图片
OSGI的WEB开发环境搭建
第一步,搭建OSGI环境;打开eclipse,点击run-》runconfigration..,配置如下,点击run。运行结果如下图所示:说明OSGI环境搭建完毕。第二步:搭建基于OSGI的web开发环境两种方式:第一种,勾选需要的Bundle,列表如下图第二种,勾选如下,点击添加需要的Bundle,如下图点击运行,结...
开发笔记
·
2024-06-21
OSGI
WEB
开发
环境
搭建
Nginx在Windows下注册为服务开机自动启动
Windows下开机自启动我们可以借助WindowsServiceWrapper小工具,将Nginx转换为Windows服务,这样就可以在开机时自动启动Nginx了。下载后将该工具放入Nginx的安装目录下,并且将其重命名为nginx-service.exe,在该目录下新建nginx-service.xml文件,写入配...
开发笔记
·
2024-06-13
Nginx
Windows
注册
服务
开机
git中pull是什么意思
gitpull 命令用于从远程获取代码并合并本地的版本。gitpull 其实就是 gitfetch 和 gitmergeFETCH_HEAD 的简写。...
开发笔记
·
2024-05-27
git
pull
是什么
意思
mysql 启动提示Plugin InnoDB init functi
servicemysqldrestart ERROR!MySQLserverPIDfilecouldnotbefound!StartingMySQL..ERROR!TheserverquitwithoutupdatingPIDfile(/www/server/data/localhost.localdomai...
开发笔记
·
2024-06-13
mysql
启动
提示
Plugin
InnoDB
nginx http跳https
if($scheme="http"){rewrite^(.*)$https://$host$1permanent;} http状态码301和302 官方的比较简洁的说明: 301redirect:301代表永久性转移(Permanen...
开发笔记
·
2024-01-15
nginx
http
https
使用 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...
开发笔记
·
2024-01-10
使用
Git
同步
出现
gnutls
git 报错 fatal: bad object refs/remotes/origin/xxx 解决方法
git拉取时报错fatal:badobjectrefs/remotes/origin/xxxerror:xxxxxdidnotsendallnecessaryobjects 解决方法,到项目的.git 目录下进入refs/remotes/origin/删除所有内容 重新拉取,成功...
开发笔记
·
2023-10-10
git
报错
fatal
bad
object
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-32162: Read/Write SQL method not registered
文档解释ORA-32162:Read/WriteSQLmethodnotregisteredCause:readSQL/writeSQLmethodwasNULLorwasnotregisteredAction:RegisterreadSQL/writeSQLbycallingputmethodinMapORA-321...
IT技术学习
·
2023-07-28
ORA-32162
Read
Write
SQL
method
ORA-51704: Error string received from XPath engine
文档解释ORA-51704:ErrorstringreceivedfromXPathengineCause:AnerrorwasreceivedfromtheXPathlibraryduringanXPathoperation.Action:Checkxmlerr.htounderstandthecauseofthee...
IT技术学习
·
2023-07-28
ORA-51704
Error
string
received
from
ORA-48324: Incompatible staging file encountered
文档解释ORA-48324:IncompatiblestagingfileencounteredCause:sweepincidentfailedbecausestagingfileisincompatibleAction:checktheincidentIDandversionofADRandretry。ORA-48...
IT技术学习
·
2023-07-28
ORA-48324
Incompatible
staging
file
encountered
ORA-29971: Specified table name not found or does not have any registrations
文档解释ORA-29971:SpecifiedtablenamenotfoundordoesnothaveanyregistrationsCause:ThedatabasecouldnotlocatethepassedintablenameAction:CHeckthetablenamepassedin.ORA-299...
IT技术学习
·
2023-07-28
not
ORA-29971
Specified
table
name
首页
上一页
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
其他