- 博客(8)
- 收藏
- 关注
原创 springboot项目本地mysql版本太低导致java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
mysql版本导致-错误1:错误2:Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loa...
2019-11-24 20:40:00 835 2
原创 连接mysql报错!Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
1、贴出报错信息:2003 - Can't connect to MySQL server on 'localhost'(10038)2、查看错误日志:控制面板-管理工具-事件查看器,不清楚的可以看看下图: Table 'mysql.user' doesn't exist, 误操作导致的惨案啊!!!3、解决方法:我是缺少了 user.frm,user.MY...
2019-01-03 10:32:02 8420 1
原创 springboot项目启动报错Failed to auto-configure a DataSource
之前运行的好好的项目忽然有一天运行报错,这到底是网络的扭曲还是代码的沦丧:报错信息(看图):Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 导致报错的原因(如下图):出现相似问题的同学们可...
2018-11-02 17:44:28 334
原创 使用idea误点 Add as Ant Build File选项后
还原method:view-tool windows-ant build从ant build里面reomve就好了。
2018-08-30 18:18:16 5070 2
原创 mysq新增数据中文乱码,字符显示为?? 解决如下
spring.datasource.url=jdbc:mysql://127.0.0.1:3306/dbpos -------------------------------------------解决如下-------------------------------------------------------------- spring.datasource.url=jd...
2018-08-01 15:44:03 619
原创 刚开始用springboot的同学可能也会遇到这个问题吧,com.mchange.v2.c3p0.impl.NewProxyConnection...问题已解决
java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_73] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces...
2018-08-01 15:10:40 2910
原创 记录下最近工作中用到的开发工具
忙里抽闲啊,来总结下:一、开发工具:1、Visual Paradigm for UML 10.0 开发前期会用这个工具来画一些用例图、时序图等。2、Axure RP 用设计前端界面等。3、平时连接服务器的工具SecureCRT或者Xshell 5 都在用。4、XMind 8 Update 2 公司测试同学要写测分,用的这个工具。5、平常是做接口开发,用谷歌的Postma
2017-09-28 19:48:43 256
原创 在做收银系统项目时,table tr里的元素内容动态改变,监听td内容的变化,为发生改变的自动改变背景色蓝色
//监听td内容的变化$('td').bind('DOMNodeInserted',function(e) { alert('element now contains: '+ $(e.target).html());//获得元素的内容});
2017-02-08 19:55:32 3897 2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人