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

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

  • 相关阅读:
    你不知道的javascript -- 数据类型
    draft.js开发富文本编辑器
    webpack4配置react开发环境
    使用yarn代替npm
    promise基础和进阶
    express route的写法
    理解es6箭头函数
    Mocha测试
    js 实现继承
    Unity3D使用经验总结 缺点篇
  • 原文地址:https://www.cnblogs.com/lx06/p/14760950.html
Copyright © 2011-2022 走看看