当前位置:网站首页>实用工具类函数(持续更新)
实用工具类函数(持续更新)
2020-11-06 21:45:00 【会开车的架构师】
/**
* 首字母小写方法
*/
private static String lowerFirst(String str) {
char[] chars = str.toCharArray();
if('A' <= chars[0] && chars[0] <= 'Z') {
chars[0] += 32;
}
return String.valueOf(chars);
}
版权声明
本文为[会开车的架构师]所创,转载请带上原文链接,感谢
https://my.oschina.net/u/4629483/blog/4529696
边栏推荐
猜你喜欢

How to hide part of barcode text in barcode generation software

image operating system windows cannot be used on this platform

Look! Internet, e-commerce offline big data analysis best practice! (Internet disk link attached)

An article will take you to understand CSS alignment

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

An article will introduce you to HTML tables and their main attributes

常用SQL语句总结

嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:王涛

如何对数据库账号权限进行精细化管理?

Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
随机推荐
【自学unity2d传奇游戏开发】地图编辑器
ES6 learning notes (4): easy to understand the new grammar of ES6
How to understand Python iterators and generators?
Description of phpshe SMS plug-in
(1) ASP.NET Introduction to core3.1 Ocelot
What are Devops
Small program introduction to proficient (2): understand the four important files of small program development
For a while, a dynamic thread pool was created, and the source code was put into GitHub
Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes
What is the meaning of sector sealing of filecoin mining machine since the main network of filecoin was put online
行为型模式之备忘录模式
es创建新的索引库并拷贝旧的索引库 实践亲测有效!
image operating system windows cannot be used on this platform
(2) ASP.NET Core3.1 Ocelot routing
Even liver three all night, jvm77 high frequency interview questions detailed analysis, this?
Basic usage of GDB debugging
如何对数据库账号权限进行精细化管理?
What are the common problems of DTU connection
小游戏云开发入门
Flink's datasource Trilogy 2: built in connector