亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

SpringMVC+EasyUI如何實現頁面左側導航菜單功能

發布時間:2021-09-28 11:23:23 來源:億速云 閱讀:177 作者:小新 欄目:編程語言

這篇文章主要介紹SpringMVC+EasyUI如何實現頁面左側導航菜單功能,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

代碼

index.jsp

<%@ page contentType="text/html;charset=UTF-8" language="java" %><html><head>  <title>學生成績管理系統 管理員后臺</title>  <link rel="stylesheet" type="text/css" href="/resources/easyui/css/default.css" rel="external nofollow" rel="external nofollow" />  <link rel="stylesheet" type="text/css" href="/resources/easyui/themes/default/easyui.css" rel="external nofollow" rel="external nofollow" >  <link rel="stylesheet" type="text/css" href="/resources/easyui/themes/icon.css" rel="external nofollow" rel="external nofollow" >  <%--以下三個js文件導入順序不要調整!!--%>  <script type="text/javascript" src="/resources/js/jquery-1.7.2.js"></script>  <script type="text/javascript" src="/resources/easyui/jquery.easyui.min.js"></script>  <script type="text/javascript" src="/resources/easyui/js/outlook2.js"></script>  <script type="text/javascript">    var _menus = {      "menus": [        {          "menuid": "1", "icon": "", "menuname": "成績統計分析",          "menus": [            {              "menuid": "11",              "menuname": "考試列表",              "icon": "icon-exam",              "url": "ExamServlet?method=toExamListView"            }          ]        },        {          "menuid": "2", "icon": "", "menuname": "學生信息管理",          "menus": [            {              "menuid": "21",              "menuname": "學生列表",              "icon": "icon-user-student",              "url": "StudentServlet?method=toStudentListView"            },          ]        },        {          "menuid": "3", "icon": "", "menuname": "教師信息管理",          "menus": [            {              "menuid": "31",              "menuname": "教師列表",              "icon": "icon-user-teacher",              "url": "TeacherServlet?method=toTeacherListView"            },          ]        },        {          "menuid": "4", "icon": "", "menuname": "基礎信息管理",          "menus": [            {              "menuid": "41",              "menuname": "年級列表",              "icon": "icon-world",              "url": "GradeServlet?method=toGradeListView"            },            {              "menuid": "42",              "menuname": "班級列表",              "icon": "icon-house",              "url": "ClazzServlet?method=toClazzListView"            },            {              "menuid": "43",              "menuname": "課程列表",              "icon": "icon-book-open",              "url": "CourseServlet?method=toCourseListView"            }          ]        },        {          "menuid": "5", "icon": "", "menuname": "系統管理",          "menus": [            {              "menuid": "51",              "menuname": "系統設置",              "icon": "icon-set",              "url": "SystemServlet?method=toAdminPersonalView"            },          ]        }      ]    };  </script></head><body class="easyui-layout"  scroll="no"><p region="north" split="true" border="false" ></p><p data-options="region:'south',title:'South Title',split:true" ></p><p data-options="region:'west',title:'導航菜單',split:true" >  <p id="nav" class="easyui-accordion" fit="true" border="false">  </p></p><p data-options="region:'center',title:'center title'" ></p></body></html>

springmvc.xml配置靜態資源

<!--靜態資源--><mvc:resources mapping="/resources/**" location="/resources/"/>

注意:

1. EasyUI和JQuery文件是放在webapp/resources目錄下的, 需要把 jquery-1.7.2.js也引進去.

2. jsp文件中引入EasyUI的css和js文件的順序如下, 不要隨意調整!!!

   <link rel="stylesheet" type="text/css" href="/resources/easyui/css/default.css" rel="external nofollow" rel="external nofollow" />  <link rel="stylesheet" type="text/css" href="/resources/easyui/themes/default/easyui.css" rel="external nofollow" rel="external nofollow" >  <link rel="stylesheet" type="text/css" href="/resources/easyui/themes/icon.css" rel="external nofollow" rel="external nofollow" >  <%--以下三個js文件導入順序不要調整!!--%>  <script type="text/javascript" src="/resources/js/jquery-1.7.2.js"></script>  <script type="text/javascript" src="/resources/easyui/jquery.easyui.min.js"></script>  <script type="text/javascript" src="/resources/easyui/js/outlook2.js"></script>

3. springMVC的靜態資源配置是針對resources目錄下所有文件的, 所以之后的圖片等靜態資源文件也直接放在resources目錄下即可.

4. 導航菜單是在以下id為nav的p里顯示的

<p data-options="region:'west',title:'導航菜單',split:true" >  <p id="nav" class="easyui-accordion" fit="true" border="false">  </p></p>

該p的id屬性一定要是 nav, 試過其它的都沒有效果.

以上是“SpringMVC+EasyUI如何實現頁面左側導航菜單功能”這篇文章的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

新田县| 临武县| 宜章县| 兴隆县| 搜索| 当雄县| 翁源县| 奉贤区| 鲜城| 怀宁县| 灵武市| 麻江县| 鹰潭市| 饶平县| 焉耆| 青岛市| 曲松县| 南投县| 灵石县| 祁阳县| 南部县| 南华县| 清徐县| 疏附县| 彰化县| 清水县| 天峨县| 桂林市| 错那县| 许昌市| 夹江县| 曲阜市| 凤台县| 保定市| 丹寨县| 平泉县| 和平区| 乐山市| 密云县| 大连市| 西充县|