- 博客(4)
- 收藏
- 关注
原创 Date and SimpleDateFormat
Date与SimpleDateFormat Date public long getTime();//获取的是日期对象从1970年1月1日 00:00:00到当前时间的毫秒值 public void setTime(long time);//设置时间,给的是毫秒值; long time = System.currentTimeMills();获取系统时间 SimpleDateFormat y 年 M 月 d 日 H 时 m 分 s 秒 SimpleDateF
2021-01-23 05:57:48 34
原创 int 和String的相互转换
int 和String的相互转换 int 转换为string public static String valueOf(int i);//返回int 参数的字符串表示形式。该方法是String中的类中的方法 String 转换为int public static int parselnt(String s);//将字符串解析为int类型。该方法是integer类中的方法 ...
2021-01-19 15:50:35 78
原创 常用Dos命令
#清理屏幕 cls (clear screen) #查看当前目录下所有文件 dir #查看电脑IP ipconfig #ping #exit 退出 #文件操作 md 目录名 rd 目录名 cd> 文件名 del 文件名
2021-01-15 15:17:47 29
原创 01-markdown
Markdown学习 标题 三级标题 四级标题 "##"space+标题名字 字体 Hello,world! Hello,world! Hello,world! Hello,world! Hello,world! 引用 选择狂神说JAVA,走向人生巅峰 分割线 图片 [外链图片转存中…(img-38uhWJWQ-1610688417835)] [外链图片转存中…(img-m3deLpRT-1610688417840)] 超链接 狂神B站视频 列表 表格
2021-01-15 13:28:30 55
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人