logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用数据库报错“java.sql.SQLException: No value specified for parameter 1”

错误日志java.sql.SQLException: No value specified for parameter 1at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:910)at com.mysql.jdbc.PreparedStatement.fillSendPacket(PreparedStatement...

MySQL数据库中varchar类型的数字比较大小

创建测试表测试SQL-- 找出current_price比price小的记录select * from check_test where current_price<price;select * from check_test where (current_price+0)<(price+0);-- 找出current_price比price大的记录select * from chec

#数据库#mysql#database
查看Kafka集群下所有的topic报错“Timed out waiting for a node assignment. Call: listTopics“

异常[root@centos7_101 kafka]# bin/kafka-topics.sh --bootstrap-server 192.168.88.142:9092 --list\^HError while executing topic command : Timed out waiting for a node assignment. Call: listTopics[2022-04-

#kafka#zookeeper#分布式
node.js使用fs模块的renameSync方法报错“ EXDEV: cross-device link not permitted, rename ‘F‘ -> ‘G“

Error: EXDEV: cross-device link not permitted, rename 'F:\trash.conf' -> 'G:\Trash\trash.conf'

#node.js#linux#前端
node.js项目通过pm2以守护进程方式运行

我们在Linux系统上部署了一个node.js写的web项目,通过node app.js启动程序。但是当该会话被关闭后,该node.js项目就无法被访问了,那么该如何在会话关闭后项目也能一直被外界访问呢?这就需要用到守护进程,而pm2就是其中一种解决方式。

#node.js#linux#前端
node.js报错“Error: EBUSY: resource busy or locked, stat“

异常Error: EBUSY: resource busy or locked, stat 'C:\swapfile.sys'at Object.statSync (node:fs:1536:3)at D:\NodeJs\node-demo\demo\world.js:7:24at FSReqCallback.oncomplete (node:fs:188:23) {errno: -4082,sy

#node.js#前端#后端
node.js报错“Error: EPERM: operation not permitted, stat ‘C:\Recovery‘“

异常node:internal/fs/utils:344throw err;^Error: EPERM: operation not permitted, stat 'C:\Recovery'at Object.statSync (node:fs:1536:3)at D:\NodeJs\node-demo\demo\world.js:7:24at FSReqCallback.oncomplete

#node.js#c语言#前端
    共 119 条
  • 1
  • 2
  • 3
  • 12
  • 请选择