Git Product home page Git Product logo

jiguang-java-client-common's People

Contributors

curacao-1 avatar dependabot[bot] avatar joshlipan avatar kenchoi1992 avatar proxfly avatar ruibozhang1 avatar wicked-tc130 avatar xdx54321 avatar xinluke avatar yutaipu avatar zlay0701 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jiguang-java-client-common's Issues

httpClient没有连接池吗?

看了一圈源码,IHttpClient的4个实现都是在send的时候新建连接
为什么不使用连接池,或者提供连接池的实现?

## scope 应该是 provided

scope 应该是 provided

<!-- Test Dependencies -->

        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.7.7</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.17</version>
            <scope>test</scope>
        </dependency>

BUG反馈:TimeUtils多线程下SimpleDateFormat问题

TimeUtils的SimpleDateFormat 线程不安全
建议通过ThreadLocal处理 参考代码
多线程下 创建定时任务 有问题 时间已经传入 不是空 但是 转换有问题
client.createSingleSchedule
如图
image

ApacheHttpClient中文乱码问题

使用ApacheHttpClient进行测试的时候,中文出现乱码,NativeHttpClient不会出现,是否提供设置字符集的配置项?

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.