当前位置:网站首页>实用工具类函数(持续更新)
实用工具类函数(持续更新)
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
边栏推荐
- Network programming NiO: Bio and NiO
- An article will take you to understand SVG gradient knowledge
- 大数据处理黑科技:揭秘PB级数仓GaussDB(DWS) 并行计算技术
- StickEngine-架构12-通信协议
- 理解格式化原理
- EOS founder BM: what's the difference between UE, UBI and URI?
- Basic usage of Vue codemirror: search function, code folding function, get editor value and verify in time
- A small goal in 2019 to become a blog expert of CSDN
- Behind the first lane level navigation in the industry
- Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
猜你喜欢

Use modelarts quickly, zero base white can also play AI!

Digital city responds to relevant national policies and vigorously develops the construction of digital twin platform

嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:曾文旌
![PHP application docking justswap special development kit【 JustSwap.PHP ]](/img/3b/00bc81122d330c9d59909994e61027.jpg)
PHP application docking justswap special development kit【 JustSwap.PHP ]

What are PLC Analog input and digital input

代码重构之法——方法重构分析

(1) ASP.NET Introduction to core3.1 Ocelot

大道至简 html + js 实现最朴实的小游戏俄罗斯方块

What are the common problems of DTU connection

Isn't data product just a report? absolutely wrong! There are university questions in this category
随机推荐
Take you to learn the new methods in Es5
Uncle Bob: the software architecture is similar to a house. Object oriented is the structure of the house, and the water pipe is functional programming
The importance of big data application is reflected in all aspects
Shh! Is this really good for asynchronous events?
Humor: hacker programming is actually similar to machine learning!
Bitcoin once exceeded 14000 US dollars and is about to face the test of the US election
Basic usage of GDB debugging
Basic usage of Vue codemirror: search function, code folding function, get editor value and verify in time
FastThreadLocal 是什么鬼?吊打 ThreadLocal 的存在!!
Swagger 3.0 brushes the screen every day. Does it really smell good?
An article takes you to understand CSS3 picture border
Vue communication and cross component listening state Vue communication
Staying up late summarizes the key points of report automation, data visualization and mining, which is different from what you think
A small goal in 2019 to become a blog expert of CSDN
大会倒计时|2020 PostgreSQL亚洲大会-中文分论坛议程安排
Application of restful API based on MVC
MongoDB与SQL常用语法对应表
递归、回溯算法常用数学基础公式
Flink's datasource Trilogy 2: built in connector
Markdown tricks