英文原版:Java Flight Recorder官方说明 1. 关于Java Flight Recorder 提示:Java Flight Recorder在生产中使用需要商业许可证。了解有关商业功能的更多信息以及如何启用它们请访问 http://www.oracle.com/technetwor ...
分类:
编程语言 时间:
2021-04-08 13:34:30
阅读次数:
0
1、xampp安装和使用参考https://blog.csdn.net/qq_36595013/article/details/80373597 2、冰蝎下载地址:https://github.com/rebeyond/Behinder/releases 3、冰蝎使用: 3.1、将冰蝎下载文件夹se ...
分类:
其他好文 时间:
2021-04-08 13:27:30
阅读次数:
0
作者:weixin_34092455 https://blog.csdn.net/weixin_34092455/article/details/89733396 本文基于 ansible 2.3.0.0 编写 我们目前有 8 个大区共 24 台 nginx 服务器,每个区除了 upstream 地 ...
分类:
其他好文 时间:
2021-04-08 13:18:16
阅读次数:
0
参考:https://blog.csdn.net/mhshencaobo/article/details/85269464 给发布的文件夹加上一个everyone的用户组并赋予全部权限即可: ...
分类:
数据库 时间:
2021-04-08 13:15:09
阅读次数:
0
使用第三方组件进行Minio文件上传-Android https://blog.csdn.net/u013243573/article/details/79039351 https://github.com/aws-amplify/aws-sdk-android/tree/main/aws-andr ...
分类:
移动开发 时间:
2021-04-08 13:11:17
阅读次数:
0
https://www.jianshu.com/p/db5fe7fed9f3 https://blog.csdn.net/l7022995/article/details/79321924 https://www.jianshu.com/p/840943eff17b 打包脚本 # You can d ...
分类:
其他好文 时间:
2021-04-07 11:30:16
阅读次数:
0
参考: 博客1:http://blog.sina.com.cn/s/blog_bf397e780102w25k.html 目录: 第一部分:http原理简述 第二部分:websocket原理简述 第三部分:websocket与http的区别 第四部分:基于c/c++实现一个websocket协议栈 ...
分类:
编程语言 时间:
2021-04-07 11:25:52
阅读次数:
0
参考:https://blog.csdn.net/weixin_41710606/article/details/86747877 1. CONDA切换成32位set CONDA_FORCE_32BIT=1 2. 安装32位的python3.6conda create -n python32 pyt ...
分类:
编程语言 时间:
2021-04-07 11:23:01
阅读次数:
0
1.下载pyenv源码 git clone https://gitee.com/krypln/pyenv.git ~/.pyenv 2.将pyenv 的路径写入配置文件 #>echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bashrc #>echo 'ex ...
分类:
其他好文 时间:
2021-04-07 11:21:37
阅读次数:
0
request的header信息在通过feign调用的时候,不能直接传过去,可以写一个拦截器,给他发过去,但是中间出了个小bug,报错too many bytes written,经百度,找了如下https://blog.csdn.net/qq_39986681/article/details/10 ...
分类:
其他好文 时间:
2021-04-07 11:20:39
阅读次数:
0