Strman 库的Java 实现 Strman-Java

码农软件 · 软件分类 · 其他开发相关 · 2019-10-18 05:56:55

软件介绍

Strman 库的Java 实现,Strman是无任何依赖的string操作库,前后端通用。

Maven中配置pom.xml:

<dependencies>
    <dependency>
        <groupId>com.shekhargulati</groupId>
        <artifactId>strman</artifactId>
        <version>0.2.0</version>
    </dependency>
</dependencies>

使用示例:

import static strman.Strman.append
append("f", "o", "o", "b", "a", "r")
// result => "foobar"
import static strman.Strman.appendArray
appendArray("f", new String[]{"o", "o", "b", "a", "r"}
// result => "foobar"

本文地址:https://www.codercto.com/soft/d/16996.html

Software Engineering for Internet Applications

Software Engineering for Internet Applications

Eve Andersson、Philip Greenspun、Andrew Grumet / The MIT Press / 2006-03-06 / USD 35.00

After completing this self-contained course on server-based Internet applications software, students who start with only the knowledge of how to write and debug a computer program will have learned ho......一起来看看 《Software Engineering for Internet Applications》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

MD5 加密
MD5 加密

MD5 加密工具