工序传递

pull/1/head
李建辉 2 months ago
parent 6cf6bd7057
commit 4e7dc78d21

1
.gitignore vendored

@ -0,0 +1 @@
.vs/

8
.idea/.gitignore vendored

@ -0,0 +1,8 @@
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

@ -0,0 +1,64 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectInspectionProfilesVisibleTreeState">
<entry key="Project Default">
<profile-state>
<expanded-state>
<State>
<id>JUnit</id>
</State>
<State>
<id>JVM 语言</id>
</State>
<State>
<id>Java</id>
</State>
<State>
<id>Java 5Java 语言级别迁移帮助Java</id>
</State>
<State>
<id>Java 8Java 语言级别迁移帮助Java</id>
</State>
<State>
<id>Java 语言级别迁移帮助Java</id>
</State>
<State>
<id>JavadocJava</id>
</State>
<State>
<id>Spring</id>
</State>
<State>
<id>Spring AOPSpring</id>
</State>
<State>
<id>TestNGJava</id>
</State>
<State>
<id>代码成熟度Java</id>
</State>
<State>
<id>性能Java</id>
</State>
<State>
<id>数值问题Java</id>
</State>
<State>
<id>类结构Java</id>
</State>
<State>
<id>线程问题Java</id>
</State>
<State>
<id>编译器问题Java</id>
</State>
</expanded-state>
<selected-state>
<State>
<id>用户定义</id>
</State>
</selected-state>
</profile-state>
</entry>
</component>
</project>

@ -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

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save