Giter Club home page Giter Club logo

awesome-libs's Introduction

awesome-libs

some java useful utils and so on.

  1. ExcelUtil

封装了excel读取、生成操作

  1. HttpFileRenderUtil

render http file from url、file、inputstream

  1. ImageUtil

check the file is or not a image file

  1. HttpClientUtil

send http request with connection pool, newest with apache httpcomments httpclient 4.3

  1. ServerChanUtil

@see http://sc.ftqq.com/2.version

  1. SortUtil

include seven common use sort algorithms

  1. SystemUtil

    include some system function such as killByPid and so on

  2. LoogerUtil

    logger operation, can output the line u call the method

  3. JavaUtil

    Java operation util, such as get the line no of the code

  4. AwesomePropertiesPersister

支持**.properites,.json,.conf(HOCON),.yaml**文件格式;支持java properties包含中文

    <bean id="propertyConfigurer"
        class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
        <property name="order" value="0"/>
        <property name="ignoreUnresolvablePlaceholders" value="true"/>
        ...
        <property name="propertiesPersister" ref="persister"/>
    </bean>
    <bean id="persister" class="me.rowkey.libs.spring.config.AwesomePropertiesPersister"/>
  1. AwesomePropertyPlaceholderConfigurer

use this PropertyPlaceholderConfigurer can adapt .properties,.json,.conf,.yaml config files and support chinese in java properties.

    <bean id="propertyConfigurer"
              class="me.rowkey.libs.spring.config.AwesomePropertyPlaceholderConfigurer">
        <property name="order" value="0"/>
        <property name="ignoreUnresolvablePlaceholders" value="true"/>
        <property name="locations">
            <list>
                ...
            </list>
        </property>
    </bean>
  1. spring-mvc-model-attribute-alias

  2. spring-remoting-thrift

awesome-libs's People

Contributors

superhj1987 avatar

Watchers

James Cloos avatar  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.