diff --git "a/09\346\233\271\346\255\243\346\263\242/bff301c9b9feefde719619c7b311e16.jpg" "b/09\346\233\271\346\255\243\346\263\242/bff301c9b9feefde719619c7b311e16.jpg" new file mode 100644 index 0000000000000000000000000000000000000000..a5f8d87092ef4e6fdcd9fef45f7f6aa9e0b155aa Binary files /dev/null and "b/09\346\233\271\346\255\243\346\263\242/bff301c9b9feefde719619c7b311e16.jpg" differ diff --git "a/09\346\233\271\346\255\243\346\263\242/untitled/.idea/.gitignore" "b/09\346\233\271\346\255\243\346\263\242/untitled/.idea/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..359bb5307e8535ab7d59faf27a7377033291821e --- /dev/null +++ "b/09\346\233\271\346\255\243\346\263\242/untitled/.idea/.gitignore" @@ -0,0 +1,3 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml diff --git "a/09\346\233\271\346\255\243\346\263\242/untitled/.idea/misc.xml" "b/09\346\233\271\346\255\243\346\263\242/untitled/.idea/misc.xml" new file mode 100644 index 0000000000000000000000000000000000000000..0e05be0c46a38055d8ff79d7eec37aba7f267245 --- /dev/null +++ "b/09\346\233\271\346\255\243\346\263\242/untitled/.idea/misc.xml" @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/09\346\233\271\346\255\243\346\263\242/untitled/.idea/modules.xml" "b/09\346\233\271\346\255\243\346\263\242/untitled/.idea/modules.xml" new file mode 100644 index 0000000000000000000000000000000000000000..3007daed6a4d82eb6e1d037c710a00d300be5706 --- /dev/null +++ "b/09\346\233\271\346\255\243\346\263\242/untitled/.idea/modules.xml" @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git "a/09\346\233\271\346\255\243\346\263\242/untitled/out/production/untitled/had.class" "b/09\346\233\271\346\255\243\346\263\242/untitled/out/production/untitled/had.class" new file mode 100644 index 0000000000000000000000000000000000000000..256f029ee65bf4d14c42d767e0e1039e0556e877 Binary files /dev/null and "b/09\346\233\271\346\255\243\346\263\242/untitled/out/production/untitled/had.class" differ diff --git "a/09\346\233\271\346\255\243\346\263\242/untitled/src/had.java" "b/09\346\233\271\346\255\243\346\263\242/untitled/src/had.java" new file mode 100644 index 0000000000000000000000000000000000000000..0cbdbc071b7581901c36c8b3a99336c2071d1c4c --- /dev/null +++ "b/09\346\233\271\346\255\243\346\263\242/untitled/src/had.java" @@ -0,0 +1,12 @@ +public class had { + public static void main(String[] args) { + int a=20; + double b=180; + String name = "念哥"; + System.out.println("班主任:" + name); + System.out.println("年龄:" + a ); + System.out.println("身高::" + b ); + System.out.println("介绍:善解人意、心细如发、体贴、富有爱心、温柔沉静、通情达理"); + + } +} diff --git "a/09\346\233\271\346\255\243\346\263\242/untitled/untitled.iml" "b/09\346\233\271\346\255\243\346\263\242/untitled/untitled.iml" new file mode 100644 index 0000000000000000000000000000000000000000..c90834f2d607afe55e6104d8aa2cdfffb713f688 --- /dev/null +++ "b/09\346\233\271\346\255\243\346\263\242/untitled/untitled.iml" @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file