当前位置:网站首页>实用工具类函数(持续更新)
实用工具类函数(持续更新)
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
边栏推荐
- hdu3974 Assign the task線段樹 dfs序
- 使用 Iceberg on Kubernetes 打造新一代雲原生資料湖
- An article will take you to understand CSS3 fillet knowledge
- 递归、回溯算法常用数学基础公式
- CCR coin frying robot: the boss of bitcoin digital currency, what you have to know
- 意外的元素..所需元素..
- C語言I部落格作業03
- image operating system windows cannot be used on this platform
- C + + and C + + programmers are about to be eliminated from the market
- 给字节的学姐讲如何准备“系统设计面试”
猜你喜欢
What course of artificial intelligence? Will it replace human work?
To teach you to easily understand the basic usage of Vue codemirror: mainly to achieve code editing, verification prompt, code formatting
Use modelarts quickly, zero base white can also play AI!
Will blockchain be the antidote to the global epidemic accelerating the transformation of Internet enterprises?
Share with Lianyun: is IPFs / filecoin worth investing in?
Kubernetes and OAM to build a unified, standardized application management platform knowledge! (Internet disk link attached)
Vue communication and cross component listening state Vue communication
What is the purchasing supplier system? Solution of purchasing supplier management platform
代码重构之法——方法重构分析
PHP application docking justswap special development kit【 JustSwap.PHP ]
随机推荐
An article will take you to understand CSS3 fillet knowledge
image operating system windows cannot be used on this platform
The dynamic thread pool in Kitty supports Nacos and Apollo multi configuration centers
大道至简 html + js 实现最朴实的小游戏俄罗斯方块
Kubernetes and OAM to build a unified, standardized application management platform knowledge! (Internet disk link attached)
小游戏云开发入门
【ElasticSearch搜索引擎】
PHP application docking justswap special development kit【 JustSwap.PHP ]
Isn't data product just a report? absolutely wrong! There are university questions in this category
代码重构之法——方法重构分析
StickEngine-架构12-通信协议
嘉宾专访|2020 PostgreSQL亚洲大会阿里云数据库专场:王涛
每个大火的“线上狼人杀”平台,都离不开这个新功能
What are manufacturing and new automation technologies?
Humor: hacker programming is actually similar to machine learning!
WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
[efficiency optimization] Nani? Memory overflow again?! It's time to sum up the wave!!
electron 實現檔案下載管理器
Ronglian completed US $125 million f round financing
大数据处理黑科技:揭秘PB级数仓GaussDB(DWS) 并行计算技术