zoukankan      html  css  js  c++  java
  • 4.25 记录

    1、目标完成部分整体框架的前端搭建

    2、完成情况

    遇到项目部分配置不相容问题,正在解决。。。

    <%@ page contentType="text/html;charset=UTF-8" language="java" %>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
    </div>
    </div>
    </div>
    <footer>
    <div class="pull-right">
    Gentelella -Admin Template by <a href="https://colorlib.com">Colorlib</a>
    </div>
    <div class="clearfix"></div>
    </footer>
    </div>
    </div>
    <script src="${pageContext.request.contextPath}/statics/js/jquery.min.js"></script>
    <script src="${pageContext.request.contextPath}/statics/js/bootstrap.min.js"></script>
    <script src="${pageContext.request.contextPath}/statics/js/fastclick.js"></script>
    <script src="${pageContext.request.contextPath}/statics/js/nprogress.js"></script>
    <script src="${pageContext.request.contextPath}/statics/js/jquery.mCustomScrollbar.concat.min.js"></script>
    <script src="${pageContext.request.contextPath}/statics/js/custom.min.js"></script>
    <c:if test="${not empty param.needSwitch}">
    <script src="${pageContext.request.contextPath}/statics/plugins/switch/bootstrap-switch.min.js"></script>
    </c:if>
    <c:if test="${not empty param.needCropper}">
    <script src="${pageContext.request.contextPath}/statics/plugins/cropper/cropper.js"></script>
    </c:if>
    <c:if test="${not empty param.needAlert}">
    <script src="${pageContext.request.contextPath}/statics/plugins/sweetalert2.js"></script>
    </c:if>
    <c:if test="${not empty param.needTable}">
    <script src="${pageContext.request.contextPath}/statics/plugins/table/bootstrap-table.js"></script>
    <script src="${pageContext.request.contextPath}/statics/plugins/table/bootstrap-table-zh-CN.min.js"></script>
    </c:if>
    </body>
    </html>

    3、明天任务

    继续解决项目的相关配置不相容问题

  • 相关阅读:
    厕所惊魂
    感谢协助学生返校,邀请交警合影留念
    小丑杀人
    东芝Toshiba e-STUDIO打印身份证
    JavaScript
    html
    pymysql模块
    线程
    队列与进程池
    网络编程
  • 原文地址:https://www.cnblogs.com/lx06/p/14760950.html
Copyright © 2011-2022 走看看