• 一些线上库,汇总


    <!-- 导入Vue包 实现在html+vue 不要将vue挂载到html或者body根元素上会报错 使用示例见todolist那篇 -->
    <script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.12/vue.min.js"></script>
    
      <!-- 1. 导入ElementUI css -->
      <link href="https://cdn.bootcss.com/element-ui/2.8.2/theme-chalk/index.css" rel="stylesheet">
      <!-- 3. 引入ElementUI组件 -->
      <script src="https://cdn.bootcss.com/element-ui/2.8.2/index.js"></script>
    
    <!--引入umy-ui 样式-->
    <link rel="stylesheet" href="https://unpkg.com/umy-ui/lib/theme-chalk/index.css">
    <!--引入umy-ui js 会下载最新版本-->
    <script src="https://unpkg.com/umy-ui/lib/index.js"></script>
    <!--引入umy-ui js 指定版本-->
    <script src="https://unpkg.com/umy-ui$1.0.1/lib/index.js"></script>
    
    <!-- 引入jq -->
    <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
    
    <!-- 引入bootstrap工具库,快速实现页面布局 -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.0/dist/css/bootstrap.min.css">
    
    <!-- 引入openlayers css -->
    <link rel="stylesheet" href="https://openlayers.org/en/v5.3.0/css/ol.css" />
    <!-- 引入openlayers js -->
    <script type="text/javascript" src="https://openlayers.org/en/v5.3.0/build/ol.js"></script>
    
  • 相关阅读:
    MSP430:管脚的第二功能选择
    MSP430 WDT
    MSP430 G2553 Timer 中断总结
    Timer A UP mode 中断
    AD10 库下载地址
    mysql的视图,事务,索引,外键
    mariadb主从配置
    DNS服务搭建
    数据库的连接查询
    数据库设计及ER模型
  • 原文地址:https://www.cnblogs.com/wwj007/p/15545360.html
Copyright © 2020-2023  润新知