当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- Why is quicksort so fast?
- Open source a set of minimalist front and rear end separation project scaffold
- Python basic data type -- tuple analysis
- Unity performance optimization
- Git rebase is in trouble. What to do? Waiting line
- Metersphere developer's Manual
- 行为型模式之备忘录模式
- ado.net and asp.net The relationship between
- Novice guidance and event management system in game development
- Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
猜你喜欢

To teach you to easily understand the basic usage of Vue codemirror: mainly to achieve code editing, verification prompt, code formatting

Summary of front-end performance optimization that every front-end engineer should understand:

Take you to learn the new methods in Es5

The memorandum model of behavior model

list转换map(根据key来拆分list,相同key的value为一个list)

Method of code refactoring -- Analysis of method refactoring

The method of realizing high SLO on large scale kubernetes cluster

2020 database technology conference helps technology upgrade

Countdown | 2020 PostgreSQL Asia Conference - agenda arrangement of Chinese sub Forum

Axios learning notes (2): easy to understand the use of XHR and how to package simple Axios
随机推荐
es创建新的索引库并拷贝旧的索引库 实践亲测有效!
意派Epub360丨你想要的H5模板都在这里,电子书、大转盘、红包雨、问卷调查……
2020-09-03:裸写算法:回形矩阵遍历。
上海巨微专用蓝牙广播芯片
Epu360: all the H5 templates you want are here, e-book, big turntable, red envelope rain, questionnaire survey
The Interpreter pattern of behavior pattern
Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
非易失性MRAM存储器应用于各级高速缓存
Flink's datasource Trilogy: direct API
ado.net and asp.net The relationship between
Zero basis to build a web search engine of its own
行为型模式之备忘录模式
【涂鸦物联网足迹】物联网基础介绍篇
Cloudquery v1.2.0 release
An article takes you to understand CSS pagination examples
2020 database technology conference helps technology upgrade
Call analysis of start method in JNI thread and callback analysis of run method
jenkins安装部署过程简记
轻量型 GPU 应用首选 京东智联云推出 NVIDIA vGPU 实例
Stickinengine architecture 12 communication protocol