cdn_いくつかの一般的なcdnアドレス

5852 ワード

 
    

https://code.jquery.com/jquery-3.3.1.js
https://cdn.bootcss.com/jquery/2.1.4/jquery.min.js

 
    

https://cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css
https://cdn.bootcss.com/bootstrap/3.3.5/js/bootstrap.min.js

https://cdn.bootcss.com/echarts/4.1.0.rc2/echarts.js
https://cdn.bootcss.com/echarts/4.1.0.rc2/echarts.min.js

 
    

https://cdn.bootcss.com/vue/2.5.2/vue.min.js
https://cdn.bootcss.com/vue-router/3.0.1/vue-router.min.js
https://cdn.bootcss.com/vuex/3.0.1/vuex.min.js

 








 
https://cdn.bootcss.com/font-awesome/5.8.1/css/fontawesome.min.css
https://cdn.staticfile.org/font-awesome/4.7.0/css/font-awesome.css
 
http://chandlerprall.github.io/Physijs/examples/js/three.min.js
 
 
https://www.haorooms.com/nav#1
 

デフォルトのスクロールバースタイルの
 1 /*     */
 2             /*                         */
 3 
 4             ::-webkit-scrollbar {
 5                 width: 10px;
 6                 height: 10px;
 7                 background-color: #F5F5F5;
 8             }
 9             /*           +  */
10 
11             ::-webkit-scrollbar-track {
12                 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
13                 border-radius: 10px;
14                 background-color: #F5F5F5;
15             }
16             /*        +  */
17 
18             ::-webkit-scrollbar-thumb {
19                 border-radius: 10px;
20                 -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
21                 background-color: #555;
22             }

aラベルデフォルトスタイル
 a { text-decoration: none; color: #333; } 
ドメイン の
 --disable-web-security --user-data-dir 
 
テンプレートコード:
ajax
 1 $.ajax({
 2         url: 'url',
 3         type: "post",
 4         dataType: "json",
 5         data: {},
 6         cache: false,
 7         async: false,
 8         success: function(res) {
 9 
10         },
11         error: function(res) {}
12     }),

 
 
 
three.js 
https://www.cnblogs.com/catherinezyr/p/7047465.html
:https://www.cnblogs.com/wush-1215/p/9290496.html