GithubHelp home page GithubHelp logo

tools's Introduction

Gjing tools for java 😄

 
项目开发常用工具包整合
推荐使用最新版本

在您的项目中使用Java Gjing tools的推荐方法是从Maven中使用它。如下:

❗ 请注意,项目JDK版本支持1.8+

作者

tools's People

Contributors

archine avatar dependabot[bot] avatar

Stargazers

 avatar  avatar 糊糊 avatar dutayuekilan avatar ChinaYGL avatar csc avatar colodoo avatar zhangrui avatar vitem avatar  avatar 火源之地小白人 avatar  avatar  avatar vichbb avatar  avatar 曾质斌 avatar Rock Coder avatar  avatar  avatar  avatar  avatar Nazzd avatar  avatar  avatar 标准萌新 avatar Joe avatar 邓华锋 avatar  avatar javoo avatar  avatar  avatar Yukiko Babikian avatar  avatar  avatar hanqi.li avatar  avatar Armen avatar  avatar ruan4261 avatar xqsapper avatar Sander avatar 季骏杰 avatar tom avatar  avatar Jason Peng avatar Gcsy avatar  avatar 枯荷听雨 avatar rayi avatar  avatar  avatar 汪小哥 avatar 阿璐4r avatar  avatar  avatar xiaoyang avatar Hemon Ko avatar  avatar  avatar  avatar hqlin avatar  avatar  avatar v avatar 一个码农 avatar a b c avatar fengshiqing avatar cc avatar mutistic avatar  avatar  avatar  avatar  avatar  avatar loong avatar Decre avatar zhengmeifeng avatar codingparty avatar  avatar  avatar  avatar  avatar  avatar  avatar zhaozengbin avatar ray avatar  avatar are you ok avatar Reborn avatar  avatar  avatar 言肆 avatar xiao avatar  avatar 海浪 avatar zoe avatar  avatar

Watchers

James Cloos avatar rayi avatar yunjie avatar

tools's Issues

RequestUrl 判断协议类型问题

tool-httpclient-> HttpClient#execute()

源码:HttpURLConnection connection = requestUrl.startsWith("http") ? connectionFactory.getHttp() : connectionFactory.getHttps();
问题:如果requestUrl是 https,requestUrl.startsWith("http")也会返回true,永远执行true逻辑 ...
修复:HttpURLConnection connection = requestUrl.startsWith("https") ? connectionFactory.getHttps() : connectionFactory.getHttp();

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.