常用网络js链接大全(jQuery、bootstrap、vue、ECharts、easyUI、React、maven、Mybatis、Spring、SpringMVC)

1、jQuery

https://code.jquery.com/jquery-3.4.0.min.js

<script src="https://code.jquery.com/jquery-3.4.0.min.js"></script>

2、bootstrap

https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css

https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js

<link rel="stylesheet" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">  
<script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js"></script>
<script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>

常用样式:

table

【table-striped】【table-bordered】【table-hover】【table-condensed】

form

【form-control】【btn-primary】【btn-warning】【btn-danger】【disabled】【btn-block】

ul

【nav nav-pills水平ul】【nav-stacked垂直ul】【active选中】【badge徽章】

pre

【pre-scrollable滚动条】

3、vue

https://cdn.staticfile.org/vue/2.4.2/vue.min.js

https://unpkg.com/vue@3.2.31/dist/vue.global.js

<script src="https://cdn.staticfile.org/vue/2.4.2/vue.min.js"></script>
<script src="https://cdn.staticfile.org/vue/2.4.2/vue.min.js"></script>

4、ECharts

https://cdn.staticfile.org/echarts/4.3.0/echarts.min.js

<script src="https://cdn.staticfile.org/echarts/4.3.0/echarts.min.js"></script>

5、easyUI

https://www.jeasyui.com/easyui/themes/default/easyui.css

https://www.jeasyui.com/easyui/themes/icon.css

https://www.jeasyui.com/easyui/jquery.min.js

https://www.jeasyui.com/easyui/jquery.easyui.min.js

6、React

https://cdn.staticfile.org/react/16.4.0/umd/react.development.js

https://cdn.staticfile.org/react-dom/16.4.0/umd/react-dom.development.js

https://cdn.staticfile.org/babel-standalone/6.26.0/babel.min.js

7、maven

外网配配置(阿里云镜像地址)

<?xml version="1.0" encoding="UTF-8"?>
 
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
          xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository>D:\officesoft\Java\maven\mavenrepository</localRepository>
  <pluginGroups>
  </pluginGroups>
  <proxies>
  </proxies>
  <servers>
  </servers>
  <mirrors>
   	 <!-- 阿里云镜像 -->
		<mirror> 
		<id>alimaven</id> 
		<name>aliyun maven</name> 
		<url>http://maven.aliyun.com/nexus/content/repositories/central/</url> 
		<mirrorOf>central</mirrorOf> 
		</mirror>
 
		<!-- junit镜像地址 -->
		<mirror> 
		<id>junit</id> 
		<name>junit Address/</name> 
		<url>http://jcenter.bintray.com/</url> 
		<mirrorOf>central</mirrorOf> 
		</mirror>
        <mirror>  
            <id>alimaven</id>  
            <name>aliyun maven</name>  
            <url>http://maven.aliyun.com/nexus/content/groups/public/</url>  
            <mirrorOf>central</mirrorOf>  
        </mirror>  
  </mirrors>
  <profiles>
  </profiles>
 
</settings>

mysql5.1.6

        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>5.1.6</version>
        </dependency>

hadoop2.7.3

        <dependency>
            <groupId>org.apache.hadoop</groupId>
            <artifactId>hadoop-client</artifactId>
            <version>2.7.3</version>
        </dependency>

mybaits3.4.5

    <dependencies>
        <dependency>
            <groupId>org.mybatis</groupId>
            <artifactId>mybatis</artifactId>
            <version>3.5.1</version>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <version>5.1.6</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12
  • 1
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值