自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (3)
  • 收藏
  • 关注

原创 Java + Scanner + next

回忆一下以前学习的东西,发现许多东西豁然开朗。 public static void main(String[] args) { Scanner s = new Scanner(System.in); String str1 = s.nextLine();//home work String str2 = s.next();//work home System

2017-10-17 15:00:45 170

原创 java String 的equals方法

之前看过某篇博文,写了Integer 的 cache 其上下限-127 到 128 可以使用“==”,否则就需要使用.equals的方法判断是否相等。 今天,闲来无事,就看看String 的 Compare 方法。 不说话,先上代码 public boolean equals(Object anObject) { if (this == anObject) {

2017-10-17 10:45:06 197

翻译 String replace() and replaceAll() modify

1.the parameters of replace are char and CharSequence,which can support this substribution of characters,and also support the substribution of strings ; 2.the parameters of replaceAll is the rege

2017-09-28 10:21:43 237

source.zip

源码的。

2020-05-13

jd_gui反编译工具

JD-GUI is a standalone graphical utility that displays Java source codes of “.class” files. You can browse the reconstructed source code with the JD-GUI for instant access to methods and fields.

2018-01-12

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除