diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88dbff1 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vs/ diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..463c03e --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# ĬϺԵļ +/shelf/ +/workspace.xml +# ڱ༭ HTTP ͻ +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..937db7d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,64 @@ + + + + + + + + JUnit + + + JVM 语言 + + + Java + + + Java 5Java 语言级别迁移帮助Java + + + Java 8Java 语言级别迁移帮助Java + + + Java 语言级别迁移帮助Java + + + JavadocJava + + + Spring + + + Spring AOPSpring + + + TestNGJava + + + 代码成熟度Java + + + 性能Java + + + 数值问题Java + + + 类结构Java + + + 线程问题Java + + + 编译器问题Java + + + + + 用户定义 + + + + + + \ No newline at end of file diff --git a/connor_jd.VC.db b/connor_jd.VC.db new file mode 100644 index 0000000..e69de29 diff --git a/connor_jd.sdf b/connor_jd.sdf new file mode 100644 index 0000000..e69de29 diff --git a/connor_jd.sln b/connor_jd.sln new file mode 100644 index 0000000..30a2f0b --- /dev/null +++ b/connor_jd.sln @@ -0,0 +1,28 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 14 +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "connor_ldy", "connor_ldy\connor_ldy.vcxproj", "{D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Debug|x64.ActiveCfg = Debug|x64 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Debug|x64.Build.0 = Debug|x64 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Debug|x86.ActiveCfg = Debug|Win32 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Debug|x86.Build.0 = Debug|Win32 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Release|x64.ActiveCfg = Release|x64 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Release|x64.Build.0 = Release|x64 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Release|x86.ActiveCfg = Release|Win32 + {D16C45D6-6B0C-4BD6-B8C2-A72BD86F772B}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/connor_ldy.VC.db b/connor_ldy.VC.db new file mode 100644 index 0000000..e69de29 diff --git a/x64/Release/connor_jd.dll b/x64/Release/connor_jd.dll new file mode 100644 index 0000000..df1cdd6 Binary files /dev/null and b/x64/Release/connor_jd.dll differ diff --git a/x64/Release/connor_jd.exp b/x64/Release/connor_jd.exp new file mode 100644 index 0000000..1a1c261 Binary files /dev/null and b/x64/Release/connor_jd.exp differ diff --git a/x64/Release/connor_jd.lib b/x64/Release/connor_jd.lib new file mode 100644 index 0000000..3b3ea14 Binary files /dev/null and b/x64/Release/connor_jd.lib differ diff --git a/x64/Release/connor_jd.pdb b/x64/Release/connor_jd.pdb new file mode 100644 index 0000000..b57119f Binary files /dev/null and b/x64/Release/connor_jd.pdb differ