- 博客(13)
- 资源 (4)
- 收藏
- 关注
原创 redisson 分布式锁 @Transactional 多线程 请求数据丢失
@Transactional public void updateWeiXinMember( WeiXinMember weiXinMember,WxMemberPointsAddRecord body) { //加锁 RLock lock = RedissonConfiguration.getWeixinMemberPointsLock(weiXinMember.getCode()); lock.lock(); try{ ...
2020-09-03 15:04:27
1282
转载 SpringBoot与SpringCloud的版本对应详细版
在实际开发过程中,我们需要更详细的版本对应:Spring官方对应版本地址: (https://start.spring.io/actuator/info),建议用firefox浏览器打开,你会看见格式化好了json信息:https://start.spring.io/actuator/infospring-cloud-dependencies版本列表可查看:https://mvnrepository.com/artifact/org.springframework.c...
2020-05-26 16:15:45
1698
原创 微信支付v3图片上传 httpclient 写法
package com.fykj.web.rest;import org.apache.commons.codec.binary.Base64;import org.apache.commons.codec.digest.DigestUtils;import org.apache.http.Header;import org.apache.http.HttpEntity;import...
2019-12-10 15:30:52
1908
3
原创 微信支付V3图片上传API 实现和 微信文档的大坑
如果 你照着微信文档 做 一直报签名失败 ,但是你敢肯定签名正确,那么 问题出在哪呢, 如上图 红色框所示,这个地方微信文档写错了, 应该 为 boundary=boundary 不加双引号 后面boundary 为任意值 ,比如 boundary=111111 ,具体看下面代码示例。package com.fykj.web.rest.util;import com....
2019-12-10 15:27:58
3730
11
原创 BIEE 通过配置文件 修改JDBC 数据库链接
修改文件路径 /data/app/obiee/user_projects/domain/bifoundation_domain/config/jdbc 所有 的XML/data/app/obiee/instances/instance1/config/foundation/11.1.2.0/reg.properties/data/app/obiee/instances/
2018-02-02 13:40:11
1178
转载 TortoiseSVN there has been a problem contacting the server
切记 服务器上 svn 安装目录有个 svnserve.confanon-access = read 改为 anon-access = none参考 http://blog.youkuaiyun.com/chen790602/article/details/52036594
2017-10-24 09:27:45
2386
原创 websphere 8.5.5.12 JSESSIONID 长度
解决方法 : cookie 名 随便改一个 然后保存 然后重启 websphere .windows 关闭 websphere 方法,实在没有效果 重启电脑websphere 进程websphere 监听的是8880端口, 一个server占用300M的内存。1。查看进程号>netstat -aon | findstr "8880"
2017-10-16 15:00:33
1736
1
原创 Hibernate4 将 Entity 保存不到数据库 但可以查询数据问题解决
applicationContext.xml <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:t
2016-10-12 16:42:32
1374
原创 SQLSERVER R2存储过程调用webservices
之前要下载安装SoapToolkit30并重启电脑下面中 ‘hello’为调用的方法名 , N‘王五’为默认值WebservicesBiz为服务接口--更改全局配置sp_configure 'show advanced options',1 goreconfigure go sp_configure 'Ole Automation Procedures',1goreconfigu
2013-07-17 08:26:48
2744
springmvc spring hibernate jpa maven 整合
2015-11-18
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人