会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
qwer78
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
···
18
下一页
2022年5月5日
springboot 微信公众号支付
摘要: import com.aaa.common.ResponseBean; import com.aaa.common.base.BaseController; import com.aaa.service.wrsWaterFeeCapture.entity.WrsWaterFeeCapture; im
阅读全文
posted @ 2022-05-05 15:47 qwer78
阅读(140)
评论(0)
推荐(0)
2022年4月25日
mysql数据逐渐累加
摘要: SELECT year_month_val, xun, flux, ROUND(@temp:=@temp+flux,4) AS yearVal FROM (SELECT year_month_val, xun, SUM(flux)flux FROM wrs_muw_plan WHERE manage
阅读全文
posted @ 2022-04-25 17:52 qwer78
阅读(67)
评论(0)
推荐(0)
2022年3月29日
springboot2 使用activiti6 idea插件
摘要: Activiti BPMN visualizer插件 import com.alibaba.fastjson.JSON; import com.schinta.util.DateTimeUtil; import lombok.extern.slf4j.Slf4j; import org.activi
阅读全文
posted @ 2022-03-29 09:34 qwer78
阅读(58)
评论(0)
推荐(0)
2022年1月29日
centos8 修改静态内网ip
摘要: 正常配置静态IP后,使用nmcli 命令加载配置后出现无法ping通,arp也学不到mac,也ping不通自己的网关 cd etc/sysconfig/network-scripts/ ls - > ifcfg-ens18 cat ifcfg-ens18 TYPE=Ethernet PROXY_ME
阅读全文
posted @ 2022-01-29 10:21 qwer78
阅读(170)
评论(0)
推荐(0)
2021年12月27日
springboot 使用 多 rabbitmq 源
摘要: # rabbitmq配置信息 v1.spring.rabbitmq.host=192.168.84.8 v1.spring.rabbitmq.port=5672 v2.spring.rabbitmq.username=guest v2.spring.rabbitmq.password=guest v
阅读全文
posted @ 2021-12-27 17:58 qwer78
阅读(218)
评论(0)
推荐(0)
2021年12月24日
centos8 新服务器环境配置
摘要: 防火墙开启关闭 jdk安装 Tomcat安装 geoserver安装 mysql5.7安装 nginx安装 home空间转root下
阅读全文
posted @ 2021-12-24 09:40 qwer78
阅读(77)
评论(0)
推荐(0)
2021年12月2日
两个数字求百分比
摘要: import java.text.NumberFormat; BigDecimal divide = new BigDecimal("3").divide(new BigDecimal("4"), 4, RoundingMode.HALF_UP); NumberFormat percent =Num
阅读全文
posted @ 2021-12-02 16:38 qwer78
阅读(155)
评论(0)
推荐(0)
2021年12月1日
springboot + jpa + mysql 字段大小写进行查询报 Unknow column `xxx` in 'field list
摘要: 字段名称和数据库保持一致,报错找不到对应的字段, 添加配置即可,对属性不做任何转换处理 spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStanda
阅读全文
posted @ 2021-12-01 16:49 qwer78
阅读(192)
评论(0)
推荐(0)
2021年11月16日
Linux 服务查询Java服务 cpu爆满
摘要: 1. top -c 查找全部占用高的进程 top -Hp PID 查找对应进程占用高的线程 printf "%x\n" 472237 线程PID转换成16进制 jstack 进程PID | grep 线程16进制 -c 显示行数 jstack 472236 | grep 734ad -c 100
阅读全文
posted @ 2021-11-16 17:56 qwer78
阅读(154)
评论(0)
推荐(0)
springboot2 集成ureport2 进行 在线 excel word pdf等操作
摘要: 引入依赖 <dependency> <groupId>com.bstek.ureport</groupId> <artifactId>ureport2-console</artifactId> <version>2.2.9</version> </dependency> application.pr
阅读全文
posted @ 2021-11-16 16:47 qwer78
阅读(1829)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
···
18
下一页
公告