# You can lazy load this file to your PC
# First
# test the markdown
# 本文作者: Ruri Shimotsuki @優萌初華
# 本文链接: https://shoka.lostyu.me/computer-science/note/theme-shoka-doc/special/
# 版权声明: 本站所有文章除特别声明外,均采用 (CC) BY-NC-SA 许可协议。转载请注明出处!
import java.util.Scanner; | |
... | |
Scanner in = new Scanner (System.in); | |
// 输入 Scan 之后,按下键盘 Alt + “/” 键,Eclipse 下自动补全。 | |
System.out.println (in.nextLine ()); | |
System.out.println ("Hello" + "world."); |
pwd | ||
/usr/home/chris/bin | ||
ls -la | ||
total 2 | ||
drwxr-xr-x 2 chris chris 11 Jan 10 16:48 . | ||
drwxr--r-x 45 chris chris 92 Feb 14 11:10 .. | ||
-rwxr-xr-x 1 chris chris 444 Aug 25 2013 backup | ||
-rwxr-xr-x 1 chris chris 642 Jan 17 14:42 deploy | ||
git add -A | ||
git commit -m "update" | ||
git push |
# Last
# License
All code licensed under the MIT License. All images licensed under Creative Commons Attribution 3.0 Unported License. In other words you are basically free to do whatever you want. Just don't remove my name from the source.
---
title: 文章测试
date: 2021-10-26 23:09:25
tags:
---