zhangchen 的文章
-
java数据结构 stack
stack主要的方法:push,pop,peek,search,empty Stack stack = new Stack(); stack.push("a");//装 stack.push("b"); sta…… -
常微分方程解法(2)例题
用SciPyのscipy.integrate.odeint解联立微分方程式,以时间t(tの范围在0~几秒就可以,例:t=0~2秒)和解x(t), y(t), z(t)作图。 作为t=0的初期条件,x(t=0)…… -
-
踩坑日记(一):spring boot整合mybatisPlus报错:Invalid bound statement (not found)
刚开始项目启动时没有报错,通过postman测试的时候曝出错误Invalid bound statement (not found),于是本人在网上搜索了好大一会,发现自己那些地方写的都没有…… -
Node.js中使用mysql2连接MySQL数据库的操作方法
const mysql = require('mysql2'); const config = require('./config') const connections = mysql.createPool({ host: config.MYSQL_HOST, database…… -
【无标题】C3P0的c3p0-config.xml配置文件
com.mysql.cj.jdbc.Driver jdbc:mysql://localhost:3306/jdbcstudy?useUnicode=true&characterEncoding=utf8&uesSSL=tru…… -
-
Ubuntu18配置连接xshell
Ubuntu18配置连接xshell问题 思路及步骤1.安装net-tools 工具2.更新防火墙3.xshell连接虚拟机 思路及步骤 在虚拟机中安装好Ubuntu后,需要先安装linux辅助工…… -
Hadoop3.1.3安装
Hadoop3.1.3安装 配置JDK环境 Linux配置JDK环境下载安装hadoop3.1.3 hadoop3.1.3下载地址 tar zxvf hadoop-3.1.3.tar.gz -C /usr/local/ cd /etc/profile.d/ c…… -
win11系统还原 win10右键菜单样式
win+x 选择 windows终端(管理员) 输入下边代码,重启即可 reg.exe add "HKCU/Software/Classes/CLSID/{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}/InprocServe……
友情链接

