摘要: 1.安装 Visual Studio Community 2019 2. 安装boost_1_72_0 boost_1_72_0-msvc-14.2-32.exe 直接双击运行即可 3. 下载解压QuantLib-1.17.zip 4.构建QuantLib-1.17 a.双击解压后的QuantLib 阅读全文
posted @ 2019-12-13 16:55 ronniery 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 在网上面搜了很多都发现有点没有描述清楚应该分两种情况 1.对于非请求体json参数(url参数,表单参数) 我选择的是添加一个时间转换器 2.对于请求体json参数 在时间类型添加暂时没有找到合适的全局处理的方式,思路应该是修改json的序列化的方式...... 阅读全文
posted @ 2019-07-03 11:09 ronniery 阅读(2119) 评论(0) 推荐(0) 编辑
摘要: 1.准备 spring boot 1.x java 1.8 jvisualvm.exe 2.启动 java -jar xx.jar 添加参数 -Djava.rmi.server.hostname=168.61.10.69 -Dcom.sun.management.jmxremote -Dcom.su 阅读全文
posted @ 2019-06-28 16:53 ronniery 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 启用spring-kafka 在spring boot 配置类上添加 配置kafka 在application.properties中添加配置 生产者 消费者者 项目中使用 阅读全文
posted @ 2019-06-28 16:31 ronniery 阅读(1224) 评论(0) 推荐(0) 编辑
摘要: 1 package com; 2 3 import io.protostuff.LinkedBuffer; 4 import io.protostuff.ProtostuffIOUtil; 5 import io.protostuff.Schema; 6 import io.protostuff.runtime.RuntimeSchema; 7 import redis.clie... 阅读全文
posted @ 2019-06-20 15:25 ronniery 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 1.安装requests 控制台信息 2.登录参数对象 3 编写自动登录 阅读全文
posted @ 2019-04-12 14:00 ronniery 阅读(274) 评论(0) 推荐(0) 编辑
摘要: java 阅读全文
posted @ 2019-03-29 17:12 ronniery 阅读(8852) 评论(0) 推荐(0) 编辑
摘要: A collection with cascade=\"all-delete-orphan\" was no longer referenced by the owning entity instance: com.htsc.thfx.framework.entity.user.UserInfo.a 阅读全文
posted @ 2019-03-26 14:16 ronniery 阅读(4350) 评论(0) 推荐(0) 编辑
摘要: <update id="updateAccount" parameterType="Object" > update member set editdate=now(),bonus=ifnull(bonus,0)+#{bonus},money=ifnull(money,0)+#{money},ord 阅读全文
posted @ 2017-12-04 11:53 ronniery 阅读(130) 评论(0) 推荐(0) 编辑
摘要: <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> <configur 阅读全文
posted @ 2017-08-17 18:06 ronniery 阅读(107) 评论(0) 推荐(0) 编辑