wtmmac / goodutils

good utils methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goodutils

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

SSLTest

Do ssl test:
java -cp goodutils.jar SSLTest baidu.com

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实现的高效缓存

software installation related

BeyondCompare

About

good utils methods


Languages

Language:Java 100.0%