获得徽章 7
赞了这篇沸点
【今日解读:高内聚/低耦合】架构设计中常见词,你知道它是什么意思吗?点开下图一起来看看 ​​​​

LeanCloud 「后端开发词典」上线,希望以通俗易懂的方式为大家解读后端开发中遇到的常见术语,助力程序员轻松开发。 ​更多开发术语查询请戳:leancloudblog.com
展开
LeanCloud于2020-09-01 15:20发布的图片
评论
dev profile没有被激活, 这是啥情况, 各位掘友怎么看
Mr_Morning于2020-08-21 13:12发布的图片
Mr_Morning于2020-08-21 13:12发布的图片
3
后台工程师
后台工程师
后台工程师
赞了这篇沸点
感觉我爱CSS爱到了如痴如醉的地步了😂demo地址:codepen.io
alphardex于2020-04-04 22:38发布的图片
10
后台工程师
关注了标签 JVM JVM
后台工程师
后台工程师
·
5年前

POI 设置某一列单元格格式

1
/**
* Returns the value of the {@code long} argument;
* throwing an exception if the value overflows an {@code int}.
*
* @param value the long value
* @return the argument as an int
* @throws ArithmeticException if the {@code argument} overflows an int
* @since 1.8
*/
public static int toIntExact(long value) {
if ((int)value != value) {
throw new ArithmeticException("integer overflow");
}
return (int)value;
}
展开
1
赞了这篇沸点
今天公司以“因公司需要”的理由,加班一天,没有任何工资。我这特么的一天天的,都为了啥?一天天的尽跟这些智障打交道了。
6
下一页
个人成就
文章被点赞 30
文章被阅读 89,728
掘力值 1,583
收藏集
4
关注标签
39
加入于