logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【mysql报错】Data truncation: Data too long for column ‘XXX‘ at row 1

.MysqlDataTruncation: Data truncation: Data too long for column报错问题

#java#mysql
【python】python--helloworld

一、在linux直接输入python,就可以进行编写,并且可以查看当前python版本pythonexit()二、第一个程序---hello worldvim 1.py#!/usr/bin/pythonprint 'hello world':wqpython 1.py三、可执行文件chmod +x 1.py./1.py三、编译成.pyc文

【jpa】简介和项目生成、API-初级入门

B站尚硅谷jpa初级入门https://www.bilibili.com/video/BV1vW411M7zp?p=6简介JPAjavapersistence API用于对象持久化API统一java应用程序访问ORM的方式,是ORM的一种规范,不是ORM框架JPA是hibernate的一个抽象:JPA是规范,hibernate是实现JPA是注解式的,JPQL查询语言JPA使用步骤创建工程,导入依赖

【python】升级python后yum不能使用解决方法

在升级python后,yum不能使用解决方法:一、查看python版本whereis python确定升级前的版本号二、修改yum和yum-updatest文件查找yum和 yum-updatest文件,并编辑此py文件which yum/usr/bin/yumvi /usr/bin/yumvi /usr/bin/yum-updatest

#python
【报错】Error running ‘WebappApplication‘: Command line is too long. Shorten command line for WebappAppl

问题:启动项目报错:Error running 'WebappApplication': Command line is too long. Shorten command line for WebappAppl解决方法:启动参数修改:edit configuration-springboot-webapplication-shorten command line改成class file或者jar

#intellij idea
【mysql报错】Data truncation: Data too long for column ‘XXX‘ at row 1

.MysqlDataTruncation: Data truncation: Data too long for column报错问题

#java#mysql
【网络】post请求 net::ERR_CONNECTION_RESET 报错原因

本机和测试环境都是OK的。但是一到线上就报错;可能原因总结如下:1可能是服务器限制了文件上传的权限。  解决方法:开通了文件上传权限。2也许导致这种错误的方式有很多,可能是因为post请求时提交的数据过多而导致的。  解决办法:修改tomcat的配置文件server.xml,或修改nginx里面配置的上传文件最大值3服务器未开启;  如静态文件运行时没有开启静态资源服务器就会报这个错误4跨域请求的

#java#nginx
【mysql】Mysql查看连接数(连接总数、活跃数、最大并发数)

12show variables like'%max_connection%'; 查看最大连接数setglobal max_connections=1000; 重新设置最大连接数1234567891011mysql> show status like'Threads%';+-...

#mysql
暂无文章信息