当前位置:网站首页>实用工具类函数(持续更新)
实用工具类函数(持续更新)
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
边栏推荐
- Axios learning notes (2): easy to understand the use of XHR and how to package simple Axios
- An article takes you to understand CSS gradient knowledge
- WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
- (1) ASP.NET Introduction to core3.1 Ocelot
- Basic usage of GDB debugging
- 意派Epub360丨你想要的H5模板都在这里,电子书、大转盘、红包雨、问卷调查……
- nacos、ribbon和feign的簡明教程
- Application of restful API based on MVC
- An article will take you to understand SVG gradient knowledge
- C + + and C + + programmers are about to be eliminated from the market
猜你喜欢
事务的本质和死锁的原理
ES6 learning notes (4): easy to understand the new grammar of ES6
检测证书过期脚本
消息队列(MessageQueue)-分析
事件监听问题
An article takes you to understand CSS3 picture border
The dynamic thread pool in Kitty supports Nacos and Apollo multi configuration centers
如何对数据库账号权限进行精细化管理?
Vue communication and cross component listening state Vue communication
How about small and medium-sized enterprises choose shared office?
随机推荐
EOS founder BM: what's the difference between UE, UBI and URI?
ES6 learning notes (3): teach you to use js object-oriented thinking to realize the function of adding, deleting, modifying and checking tab column
面试官: ShardingSphere 学一下吧
Some operations kept in mind by the front end foundation GitHub warehouse management
事务的本质和死锁的原理
Description of phpshe SMS plug-in
C#和C/C++混合编程系列5-内存管理之GC协同
Use modelarts quickly, zero base white can also play AI!
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:曾文旌
The legality of IPFs / filecoin: protecting personal privacy from disclosure
What is the meaning of sector sealing of filecoin mining machine since the main network of filecoin was put online
Take you to learn the new methods in Es5
代码生成器插件与Creator预制体文件解析
Ronglian completed US $125 million f round financing
常用SQL语句总结
The importance of big data application is reflected in all aspects
nacos、ribbon和feign的簡明教程
An article will introduce you to HTML tables and their main attributes
Markdown tricks
ES6 learning notes (4): easy to understand the new grammar of ES6