严智鑫
2025-03-14 4dc07ced598e0275df30806d671b55df999d71bb
提交内容超出-分批提交测试
5个文件已添加
80 ■■■■■ 已修改文件
gmms/.classpath 18 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/.project 36 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/.settings/.jsdtscope 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/.settings/org.eclipse.core.resources.prefs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/.settings/org.eclipse.jdt.core.prefs 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
gmms/.classpath
New file
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry kind="src" path="src"/>
    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jre1.8.0_121">
        <attributes>
            <attribute name="owner.project.facets" value="java"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v8.0">
        <attributes>
            <attribute name="owner.project.facets" value="jst.web"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
    <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/>
    <classpathentry kind="lib" path="D:/Mes/s7connector-2.1.jar"/>
    <classpathentry kind="output" path="build/classes"/>
</classpath>
gmms/.project
New file
@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>gmms</name>
    <comment></comment>
    <projects>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.jdt.core.javabuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.common.project.facet.core.builder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>org.eclipse.wst.validation.validationbuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
        <nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
        <nature>org.eclipse.jdt.core.javanature</nature>
        <nature>org.eclipse.wst.jsdt.core.jsNature</nature>
    </natures>
</projectDescription>
gmms/.settings/.jsdtscope
New file
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
    <classpathentry excluding="**/bower_components/*|**/node_modules/*|**/*.min.js" kind="src" path="WebContent"/>
    <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.JRE_CONTAINER"/>
    <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.WebProject">
        <attributes>
            <attribute name="hide" value="true"/>
        </attributes>
    </classpathentry>
    <classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
    <classpathentry kind="output" path=""/>
</classpath>
gmms/.settings/org.eclipse.core.resources.prefs
New file
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
encoding//WebContent/bigScreen/allGlassflashVice.jsp=UTF-8
encoding//WebContent/bigScreen/glassStorage.jsp=UTF-8
encoding//WebContent/login/machinelistcontent.jsp=UTF-8
encoding//WebContent/mysqlInsert/getPicture.jsp=UTF-8
encoding//WebContent/mysqlInsert/mysqllist.jsp=UTF-8
encoding//WebContent/mysqlInsert/toPlc.jsp=UTF-8
gmms/.settings/org.eclipse.jdt.core.prefs
New file
@@ -0,0 +1,7 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8