From 723868584d9e88182fd914835f71fc41a25c462a Mon Sep 17 00:00:00 2001 From: FoundAdd <2738023398@qq.com> Date: Wed, 15 Dec 2021 16:30:27 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E7=AC=AC807=E9=A2=98.=E4=BF=9D=E6=8C=81?= =?UTF-8?q?=E5=9F=8E=E5=B8=82=E5=A4=A9=E9=99=85=E7=BA=BF,=20133=E4=B8=AA?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B,=20=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=80=97=E6=97=B61ms,=20=E5=86=85=E5=AD=98=E6=B6=88=E8=80=9737?= =?UTF-8?q?.9MB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/dataSources.xml | 15 +++++ .idea/git_toolbox_prj.xml | 15 +++++ .idea/inspectionProfiles/Project_Default.xml | 2 + src/main/java/cn/hy/leetcode/Solution.java | 59 +++++++++++++++++++- src/main/java/cn/hy/test/SolutionTest.java | 26 ++++++++- 5 files changed, 112 insertions(+), 5 deletions(-) create mode 100644 .idea/dataSources.xml create mode 100644 .idea/git_toolbox_prj.xml diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..55fd1b9 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,15 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://localhost:3306/leetcode + $ProjectFileDir$ + + + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml new file mode 100644 index 0000000..b382006 --- /dev/null +++ b/.idea/git_toolbox_prj.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index 787303a..1db5c79 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -2,6 +2,8 @@