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

2020年7月17日

一个电脑登录多个微信

摘要: 按住回车一直点微信图标就行 阅读全文

posted @ 2020-07-17 17:53 滚动的蛋 阅读(119) 评论(0) 推荐(0) 编辑

2020年7月16日

项目工程构建

摘要: 1、POM 构建,定义常用starter 2、建设nexus私服,管理依赖 3、开发-测试-产品 devops 流程 阅读全文

posted @ 2020-07-16 09:43 滚动的蛋 阅读(145) 评论(0) 推荐(0) 编辑

2020年7月14日

MYSQL 添加字段

摘要: alter table `tm_monitor_alert_config`Add column is_popup_notice tinyint not null default 0 AFTER `notice_frequency`; 阅读全文

posted @ 2020-07-14 09:51 滚动的蛋 阅读(165) 评论(0) 推荐(0) 编辑

2020年7月8日

Centos 搭建maven私服

摘要: 1、安装maven yum install maven 2、修改目录 /usr/share/maven/conf 下的配置,使用阿里云镜像加速 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun. 阅读全文

posted @ 2020-07-08 18:13 滚动的蛋 阅读(1003) 评论(0) 推荐(0) 编辑

2020年7月6日

Nacos 动态刷新@RefreshScope 【实现配置和实例刷新】

摘要: 1、在需要动态刷新的类上加上@RefreshScope对Bean实例动态刷新 package com.ne.isuzu.sim.manage.web.controller; /** * <p> * 动态刷新测试 * </p> * * @author Yungui.Zheng * @since 202 阅读全文

posted @ 2020-07-06 13:55 滚动的蛋 阅读(15259) 评论(0) 推荐(0) 编辑

2020年6月29日

Cookie & Session

摘要: 1、Cookie /** * Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the se 阅读全文

posted @ 2020-06-29 11:30 滚动的蛋 阅读(126) 评论(0) 推荐(0) 编辑

2020年6月21日

阿里蚂蚁 笔试题

摘要: 题目:给出一组扑克袁常鑫较。每张扑克有特定花色和数值,且没有两张完全一样的扑克。花色有“红桃”、“黑桃”、“方片”、“梅花”四种,大小分为“A, K, Q, J, T(代表10), 9, 8, 7, 6, 5, 4, 3, 2”(由大到小)。五张完全不同的牌构成一幅手牌,我们需要比较两手牌的大小,两 阅读全文

posted @ 2020-06-21 09:30 滚动的蛋 阅读(662) 评论(0) 推荐(0) 编辑

2020年6月16日

springboot 将配置文件中的配置读取为properties配置类

摘要: 1、确保依赖 <dependency> <groupId> org.springframework.boot </groupId> <artifactId> spring-boot-configuration-processor </artifactId> <optional> true </opt 阅读全文

posted @ 2020-06-16 10:31 滚动的蛋 阅读(1097) 评论(0) 推荐(0) 编辑

2020年6月10日

class path resource [api.pdf] cannot be opened because it does not exist

摘要: 1、代码 public void downloadApiDoc(HttpServletResponse response) { ClassPathResource classPathResource = new ClassPathResource("api.pdf"); try (InputStre 阅读全文

posted @ 2020-06-10 10:33 滚动的蛋 阅读(819) 评论(0) 推荐(0) 编辑

2020年6月9日

阿里云申请免费的ssl证书

摘要: 1、输入ssl搜索,点击购买,按照如下选择 2、通过后下载,配置 3、Nginx 配置https server { listen 443 ssl; # 1.1版本后这样写 server_name www.domain.com; #填写绑定证书的域名 ssl_certificate xxx.pem; 阅读全文

posted @ 2020-06-09 17:12 滚动的蛋 阅读(3176) 评论(0) 推荐(0) 编辑

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

导航