当前位置:网站首页>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]所创,转载请带上原文链接,感谢
边栏推荐
- EOS founder BM: what's the difference between UE, UBI and URI?
- 递归、回溯算法常用数学基础公式
- Hdu3974 assign the task segment tree DFS order
- 2020-08-19:TCP是通过什么机制保障可靠性的?
- C language I blog assignment 03
- MRAM高速缓存的组成
- Why is the LS command stuck when there are too many files?
- 2020 database technology conference helps technology upgrade
- To Lianyun analysis: why is IPFs / filecoin mining so difficult?
- An article will take you to understand CSS alignment
猜你喜欢

Code generator plug-in and creator preform file analysis

How much disk space does a new empty file take?

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

Flink's datasource Trilogy: direct API

2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。

An article will take you to understand SVG gradient knowledge

C calls SendMessage to refresh the taskbar icon (the icon does not disappear at the end of forcing)

How to prepare for the system design interview

ES6 learning notes (5): easy to understand ES6's built-in extension objects

Python basic variable type -- list analysis
随机推荐
打工人好物——磨炼钢铁意志就要这样高效的电脑
C and C / C + + mixed programming series 5 - GC collaboration of memory management
Method of code refactoring -- Analysis of method refactoring
With this artifact, quickly say goodbye to spam messages
Introduction to the development of small game cloud
[self taught unity2d legendary game development] map editor
An article will introduce you to HTML tables and their main attributes
The memorandum model of behavior model
[learning] interface test case writing and testing concerns
To Lianyun analysis: why is IPFs / filecoin mining so difficult?
ES中删除索引的mapping字段时应该考虑的点
The Interpreter pattern of behavior pattern
The role of theme music in games
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:曾文旌
行为型模式之备忘录模式
The essence of transaction and the principle of deadlock
2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
1万辆!理想汽车召回全部缺陷车:已发生事故97起,亏损将扩大
【涂鸦物联网足迹】涂鸦云平台全景介绍
磁存储芯片STT-MRAM的特点