摘要:
https://mirrors.huaweicloud.com/home 阅读全文
摘要:
1、缓存 2、数据共享分布式 3、分布式锁 4、全局ID 5、计数器 6、限流 7、位统计 8、购物车 9、用户消息时间线timeline 10、消息队列 11、抽奖 12、点赞、签到、打卡 13、商品标签 14、商品筛选 15、用户关注、推荐模型 16、排行榜 1、缓存 String类型 例如:热 阅读全文
摘要:
一、Ctrl 快捷键 快捷键说明常用 Ctrl + F 在当前文件进行文本查找 √ Ctrl + R 在当前文件进行文本替换 √ Ctrl + Z 撤销 √ Ctrl + Y 删除光标所在行 或 删除选中的行 √ Ctrl + X 剪切光标所在行 或 剪切选择内容 Ctrl + C 复制光标所在行 阅读全文
摘要:
1、先获取APP的签名MD5, 2、进入ApiCloud 官网,找到自已APP证书,点击 android证书右上角的自动创建证书,然后弹出窗口点下载证书 3、下载完的证书 4、keytool –list –v –keystore <签名文件路径>,获取MD5 5、在百度云人脸采集SDK下创建应用,应 阅读全文
摘要:
1。执行 sudo mount -o username=***,password=*** //192.168.0.86/log/mesfile /home/gy 提示 mount: 将 //192.168.0.86/log/mesfile 挂载到 /home/gy 失败: 主机关闭 2、确认wind 阅读全文
摘要:
1、下图为本地虚拟机nginx目录 2、cd ./nginx-1.14.2 进入nginx 目录 输入命令 :patch -p1 < ../nginx_upstream_check_module-master/check_1.14.0+.patch 3、yum -y install gcc-c++ 阅读全文
摘要:
[1\. IOC容器](https://github.com/DocsHome/spring-docs/blob/master/pages/core/IoC-container.md#beans) * [1.1. Spring IOC容器和Bean介绍](https://github.com/Doc 阅读全文
摘要:
<!--jacob依赖--> <dependency> <groupId>com.jacob</groupId> <artifactId>jacob</artifactId> <version>1.19</version> <scope>system</scope> <!--本地的jacob.jar 阅读全文
摘要:
import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.anno 阅读全文
摘要:
在 catalina.sh 文件,第一句加上:export JAVA_OPTS="-server -Xmx16g -Xms16g", #!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # co 阅读全文
摘要:
POM添加依赖 <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.1.4.RELEASE</version> </pa 阅读全文