上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页

2019年6月20日

摘要: 如果是更新已经存在的记录里面的某个字段,可以这样实现: 阅读全文
posted @ 2019-06-20 15:33 james-roger 阅读(186) 评论(0) 推荐(0) 编辑
摘要: package com.example.demo; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; /** * Created by Administrator on 2019/6/19. */ public class URLEncode { public static void... 阅读全文
posted @ 2019-06-20 10:12 james-roger 阅读(580) 评论(0) 推荐(0) 编辑

2019年6月12日

摘要: java.lang.IllegalStateException: Unexpected use of scheduler. 在启动类加: 阅读全文
posted @ 2019-06-12 19:09 james-roger 阅读(1808) 评论(0) 推荐(0) 编辑

2019年5月17日

摘要: RestAdapter.Builder builder = new RestAdapter.Builder(); builder.setEndpoint(ip地址);//设置远程地址 builder.setConverter(new GsonConverter(GsonUtils.newInstan 阅读全文
posted @ 2019-05-17 09:51 james-roger 阅读(570) 评论(0) 推荐(0) 编辑

2019年4月4日

摘要: docker安装tomcat就不说了,网上一大把 启动tomcat: 命令说明: -p 8080:8080:将容器的8080端口映射到主机的8080端口 -v $PWD/test:/usr/local/tomcat/webapps/test:将主机中当前目录下的test挂载到容器的/test 在命令 阅读全文
posted @ 2019-04-04 17:49 james-roger 阅读(232) 评论(0) 推荐(0) 编辑

2019年3月20日

摘要: 日期格式化查询的区别: 模糊查询: 阅读全文
posted @ 2019-03-20 20:02 james-roger 阅读(495) 评论(0) 推荐(0) 编辑

2019年3月13日

该文被密码保护。 阅读全文
posted @ 2019-03-13 17:05 james-roger 阅读(1) 评论(0) 推荐(0) 编辑

2019年2月18日

摘要: 可以很轻易看到很多 javassist 相关的内容。这个 BUG 由低版本的 javassist 库引起,在 Spring Boot 2.1.0.RELEASE 中修复了这个问题,如果可以升级,推荐升级到最新版本的 Spring Boot 解决。如果无法升级版本,可以显式引入新版的 javassis 阅读全文
posted @ 2019-02-18 14:19 james-roger 阅读(1215) 评论(0) 推荐(0) 编辑

2018年12月26日

摘要: mvn install:install-file -Dfile=G:/lcn_springboot2.0/tx-plugins-db-4.1.2.jar -DgroupId=com.codingapi -DartifactId=transaction-springcloud -Dversion=4. 阅读全文
posted @ 2018-12-26 16:03 james-roger 阅读(1283) 评论(0) 推荐(0) 编辑

2018年12月15日

摘要: 4、设置权限 5、启动测试 启动成功会提示如下信息: 使用redis-cli测试: 6、设置开机自启动 7、关机重启测试 然后在用redis-cli测试即可。 阅读全文
posted @ 2018-12-15 22:12 james-roger 阅读(675) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 24 下一页