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、明天任务

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

  • 相关阅读:
    第四章 解决面试题的思路
    第三章 高质量的代码
    第二章 面试需要的基础知识
    第九章 海量数据处理
    第八章 数据结构与算法
    用打王者荣耀的姿势,去做有意义的事【恶魔奶爸】
    linux入门级知识回顾
    Django回顾
    复习爬虫
    django预热
  • 原文地址:https://www.cnblogs.com/lx06/p/14760950.html
Copyright © 2011-2022 走看看