javaser

导航

2022年8月7日 #

java手记(一)

摘要: public class HelloWorld { public static void main(String[] args) { System.out.println("hello,world"); } } 阅读全文

posted @ 2022-08-07 01:28 冬冬.dwarf 阅读(9) 评论(0) 推荐(0) 编辑

2022年8月6日 #

markdown学习笔记

摘要: # hello world hello world hello world hello world hello world hello world #加空格就是标题,最多可以是六级标题,也就是六个# hello 两边两个**就是加粗 hello 两边两个_也是加粗 hello 两边各一个*就是斜体 阅读全文

posted @ 2022-08-06 17:28 冬冬.dwarf 阅读(47) 评论(0) 推荐(0) 编辑