当前位置:网站首页>实用工具类函数(持续更新)
实用工具类函数(持续更新)
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
边栏推荐
- (2) ASP.NET Core3.1 Ocelot routing
- Chainlink brings us election results into blockchain everipedia
- An article will introduce you to CSS3 background knowledge
- 如何对数据库账号权限进行精细化管理?
- es创建新的索引库并拷贝旧的索引库 实践亲测有效!
- 【ElasticSearch搜索引擎】
- Network security engineer Demo: the original * * is to get your computer administrator rights! [maintain]
- 嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:曾文旌
- 行为型模式之备忘录模式
- Get twice the result with half the effort: automation without cabinet
猜你喜欢

An article takes you to understand CSS gradient knowledge

一部完整的游戏,需要制作哪些音乐?

Diamond standard

ES6 learning notes (4): easy to understand the new grammar of ES6

Unity性能优化整理

【字节跳动 秋招岗位开放啦】Ohayoo!放学别走,我想约你做游戏!!!

An article takes you to understand CSS pagination examples

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

【:: 是什么语法?】

Behind the first lane level navigation in the industry
随机推荐
An article takes you to understand CSS pagination examples
Basic usage of GDB debugging
Swagger 3.0 brushes the screen every day. Does it really smell good?
Application of restful API based on MVC
Live broadcast preview | micro service architecture Learning Series live broadcast phase 3
Gather in Beijing! The countdown to openi 2020
How to get started with new HTML5 (2)
Kubernetes and OAM to build a unified, standardized application management platform knowledge! (Internet disk link attached)
FastThreadLocal 是什么鬼?吊打 ThreadLocal 的存在!!
小游戏云开发入门
[C] (original) step by step teach you to customize the control element - 04, ProgressBar (progress bar)
What knowledge do Python automated testing learn?
How to turn data into assets? Attracting data scientists
EOS founder BM: what's the difference between UE, UBI and URI?
GitHub: the foundation of the front end
2020年第四届中国 BIM (数字建造)经理高峰论坛即将在杭举办
Contract trading system development | construction of smart contract trading platform
C# 调用SendMessage刷新任务栏图标(强制结束时图标未消失)
使用 Iceberg on Kubernetes 打造新一代雲原生資料湖
Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes