Git Product home page Git Product logo

goodutils's Introduction

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

software installation related

BeyondCompare

goodutils's People

Contributors

gaoxingliang avatar blindpirate avatar liyongjun1 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.