commit
a9e3908c6f
@ -0,0 +1,16 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="exploded-war" name="GDMS:war exploded">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts/GDMS_war_exploded</output-path>
|
||||
<root id="root">
|
||||
<element id="directory" name="WEB-INF">
|
||||
<element id="directory" name="classes">
|
||||
<element id="module-output" name="GDMS" />
|
||||
</element>
|
||||
<element id="directory" name="lib">
|
||||
<element id="file-copy" path="C:/Program Files/Apache Software Foundation/Tomcat 9.0/lib/tomcat-jdbc.jar" />
|
||||
</element>
|
||||
</element>
|
||||
<element id="javaee-facet-resources" facet="GDMS/web/Web" />
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
@ -0,0 +1,7 @@
|
||||
$(document).ready(
|
||||
function () {
|
||||
alert("你好");
|
||||
})
|
||||
function alet() {
|
||||
alert("成功");
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: lenovo
|
||||
Date: 2019/1/16
|
||||
Time: 9:58
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>毕业设计管理系统</title>
|
||||
</head>
|
||||
<body>
|
||||
<div class="updated">
|
||||
<form>
|
||||
<input type="date">
|
||||
</form>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -0,0 +1,19 @@
|
||||
<%--
|
||||
Created by IntelliJ IDEA.
|
||||
User: lenovo
|
||||
Date: 2019/1/16
|
||||
Time: 1:11
|
||||
To change this template use File | Settings | File Templates.
|
||||
--%>
|
||||
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
||||
<html>
|
||||
<head>
|
||||
<title>Title</title>
|
||||
<script type="text/javascript" src="jsFile/jquery-3.3.1.js" language="JavaScript"></script>
|
||||
<script charset="GBK" type="text/javascript" src="jsFile/test.js" language="JavaScript"></script>
|
||||
</head>
|
||||
<body>
|
||||
<button class="but">nihao</button>
|
||||
<div>hhhhhhhhhhhhhh</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue