electrodeless

博客园 首页 新随笔 联系 订阅 管理

2025年10月4日 #

摘要: 1 build a new text of txt file , touch fileName.txt /* empty contents */ echo "writeSomething!">fileName.txt /* have some contents */2 build a new fil 阅读全文
posted @ 2025-10-04 01:31 electrodeless 阅读(5) 评论(0) 推荐(0)

2022年9月26日 #

摘要: public static void main (String[]args){ for(int i=1;i<=9;i++){ for(int j=1;j<=9;j++){ System.out.print(j+"*"+i+"="+i*j+"\t"); } System.out.println(); 阅读全文
posted @ 2022-09-26 17:50 electrodeless 阅读(39) 评论(0) 推荐(0)

2022年9月23日 #

摘要: nothing at all 阅读全文
posted @ 2022-09-23 18:36 electrodeless 阅读(13) 评论(0) 推荐(0)