当前位置:网站首页>实用工具类函数(持续更新)
实用工具类函数(持续更新)
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
边栏推荐
- Flink's datasource Trilogy 2: built in connector
- Isn't data product just a report? absolutely wrong! There are university questions in this category
- 意派Epub360丨你想要的H5模板都在这里,电子书、大转盘、红包雨、问卷调查……
- Analysis of serilog source code -- how to use it
- IPFs rudder filecoin landing at the same time, fil currency price broke a thousand
- Summary of front-end performance optimization that every front-end engineer should understand:
- How to get started with new HTML5 (2)
- 【:: 是什么语法?】
- 行为型模式之解释器模式
- 递归、回溯算法常用数学基础公式
猜你喜欢

代码生成器插件与Creator预制体文件解析

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

递归、回溯算法常用数学基础公式

游戏主题音乐对游戏的作用

ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录

Filecoin has completed a major upgrade and achieved four major project progress!

What are manufacturing and new automation technologies?

Read the advantages of Wi Fi 6 over Wi Fi 5 in 3 minutes

Introduction to the structure of PDF417 bar code system

一路踩坑,被迫聊聊 C# 代码调试技巧和远程调试
随机推荐
WeihanLi.Npoi 1.11.0/1.12.0 Release Notes
Multi robot market share solution
For a while, a dynamic thread pool was created, and the source code was put into GitHub
ES6 learning notes (5): easy to understand ES6's built-in extension objects
Summary of front-end performance optimization that every front-end engineer should understand:
大会倒计时|2020 PostgreSQL亚洲大会-中文分论坛议程安排
The legality of IPFs / filecoin: protecting personal privacy from disclosure
行为型模式之备忘录模式
DC-1靶機
Application of restful API based on MVC
The method of realizing high SLO on large scale kubernetes cluster
Shh! Is this really good for asynchronous events?
大道至简 html + js 实现最朴实的小游戏俄罗斯方块
一部完整的游戏,需要制作哪些音乐?
What is alicloud's experience of sweeping goods for 100 yuan?
Look! Internet, e-commerce offline big data analysis best practice! (Internet disk link attached)
Asp.Net Core learning notes: Introduction
Basic principle and application of iptables
Basic usage of Vue codemirror: search function, code folding function, get editor value and verify in time
C# 调用SendMessage刷新任务栏图标(强制结束时图标未消失)