Wesley13 Wesley13
4年前
java.math.BigInteger cannot be cast to java.lang.Long数据库操作时异常处理(mysql)
java.sql.SQLException: java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Long;连接数据库没问题,但操作数据库时报错,可以进行一下排查:首先,数据库表字段的类型与实体类是否一致;如果一致就要看引用的jar版本问题。
Stella981 Stella981
4年前
How to resolve syntax error in CL_IM_CMS_SI_GEN_INTF
CreatedbyJerryWang,lastmodifiedonJun20,2014执行tcodeCMS\_SI时遇到如下errormessage:!clipboard1(https://userimages.g
Stella981 Stella981
4年前
Git错误non
当要push代码到git时,出现提示:error:failedtopushsomerefsto...Dealingwith“nonfastforward”errorsFromtimetotimeyoumayencounterthiserrorwhilepushing:1.$ git push
Stella981 Stella981
4年前
Spring Security使用报错 No bean named 'springSecurityFilterChain' is defined
今天配置springsecurity时,运行报出Nobeannamed'springSecurityFilterChain'isdefined错误,报错信息如下严重:ExceptionstartingfilterspringSecurityFilterChainorg.springframework.beans.fa
Stella981 Stella981
4年前
Extjs标悬浮在grid单元格上时,显示单元格中内容的值
{xtype:'gridcolumn',text:'名称',width:120,dataIndex:'name',editor:{xtype:'textfield',allowBlank:false,maxLength:20},renderer:function(v,m,r,i){
Stella981 Stella981
4年前
Spring Cloud Spring Boot mybatis分布式微服务云架构(一)快速入门
快速入门本章主要目标完成SpringBoot基础项目的构建,并且实现一个简单的Http请求处理,通过这个例子对SpringBoot有一个初步的了解,并体验其结构简单、开发快速的特性。系统要求:Java7及以上SpringFramework4.1.5及以上本文采用Java1.8.0_73、
Wesley13 Wesley13
4年前
UML工具Visual Paradigm教程:如何使用雷达图进行竞争分析?
VisualParadigm(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fwww.evget.com%2Fproduct%2F3434)是包含设计共享、线框图和数据库设计新特性的企业项目设计工具。现在你只需要这样单独的一款模型软件VisualParadigm就可以完成用UML设
Easter79 Easter79
4年前
SpringBoot2.x基础篇:应用程序在启动时访问启动项参数
!(https://oscimg.oschina.net/oscnet/up0fc757b29ab18ad630d891e2e83eb81fea4.png)知识改变命运,撸码使我快乐,2020继续游走在开源界<br/点赞再看,养成习惯<br/给我来个Star吧,点击了解下基于SpringBoot的组件化接口服务落地解决方案(http
h4ckb0ss h4ckb0ss
1年前
API测试(一):PortSwigger靶场笔记
这篇文章是关于作者在学习PortSwigger的APITest类型漏洞时的记录和学习笔记
程序员小五 程序员小五
1年前
融云IM干货丨 在优化IM服务API接口时,有哪些常见的性能瓶颈?
在优化IM服务API接口时,常见的性能瓶颈主要包括以下几个方面:数据库瓶颈:SQL查询过慢:数据库中的SQL查询没有经过优化,查询复杂,索引设计不合理,或者需要对大量数据进行扫描,导致数据库响应变慢。数据库连接池耗尽:在高并发请求场景下,数据库连接池中的连