摘要:
0.环境准备 已备案的域名1个 带公网ip的云服务器1台 本地pc一个(待穿透) frp-0.30.0 的frps (github自行下载) nginx 1. 云服务器上安装Frp #下载 wget https://github.com/fatedier/frp/releases/download/ 阅读全文
摘要:
"官方文档" [https://rocketmq.apache.org/docs/quick start/] ①:Bin_二进制安装版 1. 环境准备 系统环境:Centos7 x64 JDK:jdk 8u171 linux x64 Maven:3.2.x以上的版本均可 4g+ free disk 阅读全文
摘要:
MongoDB v4.0 命令 官方文档 "点这里" 增 db.[collection].insertOne()/insertMany() 1.2 ============ 查 db.[[collection]].find() 1.3 ============ 改 db.[collection].u 阅读全文
摘要:
1.0 安装kong + postgresDB 压缩版: 压缩版: 压缩版: 2.0 安装监控 Konga 方案1 konga 压缩版: 方案2 kong dashboard `http://{konga ip}:1337/` 阅读全文
摘要:
作者:Zzang 来源:cnblogs 原文:https://www.cnblogs.com/Zzang/p/LinuxHack.html 版权声明:本文为博主原创文章,转载请附上博文链接! 基本网络拓扑图 1. 准备阶段。配置云主机,模拟简单的ssh登录爆破入侵行为 步骤一:登录阿里云管理控制台。 阅读全文
摘要:
finally有return 始终返回finally中的return 抛弃 try 与catch中的return 情况1 :try{} catch(){}finally{} return x; 情况2 :try{ return x; }catch(){} finally{} return y; 情况 阅读全文
摘要:
转载 原创: 58沈剑 架构师之路 2017 07 16 [这几天在写索引,想到一些有意思的TIPS,希望大家有收获。] 一、一些常见的SQL实践 (1)负向条件查询不能使用索引 select from order where status 0 and stauts 1 可以优化为in查询: sel 阅读全文