当前位置:网站首页>Utility class functions (continuous update)
Utility class functions (continuous update)
2020-11-06 21:45:00 【Architects who can drive】
/**
* Initial lowercase method
*/
private static String lowerFirst(String str) {
char[] chars = str.toCharArray();
if('A' <= chars[0] && chars[0] <= 'Z') {
chars[0] += 32;
}
return String.valueOf(chars);
}
版权声明
本文为[Architects who can drive]所创,转载请带上原文链接,感谢
边栏推荐
- 行为型模式之备忘录模式
- The isolation level of transaction and its problems
- Call analysis of start method in JNI thread and callback analysis of run method
- How much disk space does a new empty file take?
- CloudQuery V1.2.0 版本发布
- STM32F030F4P6兼容灵动微MM32F031F4P6
- vue3 新特性
- JVM memory allocation - xms128m - xmx512m - XX: permsize = 128M - XX: maxpermsize = 512M
- STM32F030K6T6兼容替换灵动MM32F031K6T6
- 【涂鸦物联网足迹】物联网基础介绍篇
猜你喜欢

ES6 learning notes (3): teach you to use js object-oriented thinking to realize the function of adding, deleting, modifying and checking tab column

How to start the hidden preferences in coda 2 on the terminal?

Why is quicksort so fast?

An article will take you to understand SVG gradient knowledge

list转换map(根据key来拆分list,相同key的value为一个list)
![[self taught unity2d legendary game development] map editor](/img/3b/00bc81122d330c9d59909994e61027.jpg)
[self taught unity2d legendary game development] map editor

An article taught you to use HTML5 SVG tags

The isolation level of transaction and its problems

Flink's datasource Trilogy: direct API

行为型模式之解释器模式
随机推荐
Summary of front-end performance optimization that every front-end engineer should understand:
2020-08-15:什么情况下数据任务需要优化?
Contract trading system development | construction of smart contract trading platform
非易失性MRAM存储器应用于各级高速缓存
打工人好物——磨炼钢铁意志就要这样高效的电脑
1万辆!理想汽车召回全部缺陷车:已发生事故97起,亏损将扩大
An article will introduce you to CSS3 background knowledge
Pn8162 20W PD fast charging chip, PD fast charging charger scheme
Event monitoring problem
With this artifact, quickly say goodbye to spam messages
How much disk space does a file of 1 byte actually occupy
Stickinengine architecture 12 communication protocol
迅为iMX6开发板-设备树内核-menuconfig的使用
2020-08-20:GO语言中的协程与Python中的协程的区别?
How to start the hidden preferences in coda 2 on the terminal?
[byte jumps, autumn recruitment Posts open] ohayoo! Don't leave after school, I want to ask you to play games!!!
The legality of IPFs / filecoin: protecting personal privacy from disclosure
ES中删除索引的mapping字段时应该考虑的点
大数据处理黑科技:揭秘PB级数仓GaussDB(DWS) 并行计算技术
An article taught you to download cool dog music using Python web crawler