From f4f1038da1450afc3bf1390fef502d64c1bea8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=E5=98=89=E9=98=B3?= Date: Sun, 1 Apr 2018 19:36:29 +0800 Subject: [PATCH] =?UTF-8?q?java=E4=BB=A3=E7=90=86=EF=BC=9A=E8=81=9A?= =?UTF-8?q?=E5=90=88=E5=92=8C=E7=BB=84=E5=90=88=E4=BB=A3=E7=90=86=E6=AF=94?= =?UTF-8?q?=E8=BE=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 23 ++ .idea/description.html | 1 + .idea/encodings.xml | 5 + .idea/misc.xml | 12 + .idea/modules.xml | 8 + .idea/vcs.xml | 7 + .idea/workspace.xml | 335 ++++++++++++++++++ JavaBase.iml | 12 + .../com/fjy/proxy/StaticProxy/Car.class | Bin 0 -> 850 bytes .../proxy/StaticProxy/CarAggregation.class | Bin 0 -> 1154 bytes .../proxy/StaticProxy/CarIntegration.class | Bin 0 -> 969 bytes .../com/fjy/proxy/StaticProxy/Client.class | Bin 0 -> 1442 bytes .../com/fjy/proxy/StaticProxy/MoveAble.class | Bin 0 -> 143 bytes src/com/fjy/proxy/StaticProxy/Car.java | 16 + .../fjy/proxy/StaticProxy/CarAggregation.java | 21 ++ .../fjy/proxy/StaticProxy/CarIntegration.java | 14 + src/com/fjy/proxy/StaticProxy/Client.java | 32 ++ src/com/fjy/proxy/StaticProxy/MoveAble.java | 5 + 18 files changed, 491 insertions(+) create mode 100644 .idea/compiler.xml create mode 100644 .idea/description.html create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 JavaBase.iml create mode 100644 out/production/JavaBase/com/fjy/proxy/StaticProxy/Car.class create mode 100644 out/production/JavaBase/com/fjy/proxy/StaticProxy/CarAggregation.class create mode 100644 out/production/JavaBase/com/fjy/proxy/StaticProxy/CarIntegration.class create mode 100644 out/production/JavaBase/com/fjy/proxy/StaticProxy/Client.class create mode 100644 out/production/JavaBase/com/fjy/proxy/StaticProxy/MoveAble.class create mode 100644 src/com/fjy/proxy/StaticProxy/Car.java create mode 100644 src/com/fjy/proxy/StaticProxy/CarAggregation.java create mode 100644 src/com/fjy/proxy/StaticProxy/CarIntegration.java create mode 100644 src/com/fjy/proxy/StaticProxy/Client.java create mode 100644 src/com/fjy/proxy/StaticProxy/MoveAble.java diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..217af47 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,23 @@ + + + + + + diff --git a/.idea/description.html b/.idea/description.html new file mode 100644 index 0000000..db5f129 --- /dev/null +++ b/.idea/description.html @@ -0,0 +1 @@ +Simple Java application that includes a class with main() method \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..e206d70 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..de8f7c7 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,12 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..edbe2b8 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..def6a6a --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..77f4250 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,335 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +