Skip to content

gaoxingliang/goodutils

Repository files navigation

goodutils

good utils methods, a repo contains some helpful utils methods. Add a support for gradle fatjar

PRoxy test

proxytest in java
setup a proxy

GC handbook/GC中文手册

非常详细的GC 中文手册

下载网易公开课视频的代码

DownloadNetEaseVideo 可以参考我的博客, 获取通过该代码下载的算法导论和机器学习的视频文件. https://blog.csdn.net/scugxl/article/details/42093031

different types of reverse proxy demo

proxydemeo run the jetty example, it can support http and https at same endpoint:

http://127.0.0.1:9999/?testme=true   -> to a https url
http://127.0.0.1:9999/ -> to a http url

通过JavaParser 实现的动态替换和修改源代码的示例代码

javaparser.RemoveLogNotice
这里展示了如何将LogNotice 类相关的调用 替换为LogMsg的实现.

Btrace usage 文档

btrace doc

梯度下降测试代码

GredientDescentDemo

获取JAVA cpu

get cpu in java

JAVA中的BIO NIO BIO

java 各种IO 可以参考博客: https://blog.csdn.net/scugxl/article/details/86742171

缓存

使用FutureTask实现的高效缓存

SSL diagnose

diagnose ssl relates protocols and ciphers: build it with:

gradle fatjar

SSLTest run it with:

java -cp ssltest-0.0.1.jar SSLTest -enabledprotocols TLS -sslprotocol TLSv1.2 -no-check-certificate -no-verify-hostname -unlimited-jce -sni -ciphers TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 baidu.com:443

apisix cli configure

命令行设置apisix参数这里

software installation related

BeyondCompare

Releases

No releases published

Packages

No packages published

Languages