ops-coffee

This commit is contained in:
ops-coffee
2019-08-06 13:00:24 +08:00
parent 219f0dc691
commit fe14509f2a
4 changed files with 32 additions and 2 deletions
+1 -1
View File
@@ -6,4 +6,4 @@
![欢迎关注微信公众号【运维咖啡吧】](/images/qrcode.jpg)
配合对应文章看源码更有效,文章地址:[直达链接,点我查看](https://ops-coffee.cn)
配合对应文章看源码更有效,文章地址:[直达链接,点我查看](https://ops-coffee.cn/s/mx2gjLmO7jHKagGsWF6eJw)
+11 -1
View File
@@ -20,6 +20,16 @@
<!-- 加载 Datatables -->
<link href="https://cdn.datatables.net/1.10.19/css/jquery.dataTables.min.css" rel="stylesheet" />
<script src="https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145149798-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145149798-1');
</script>
</head>
<body>
@@ -28,7 +38,7 @@
<h1 style="text-align:center">Datatables Live Demo</h1>
<h6 style="text-align:center"><a href="https://ops-coffee.cn">@ops-coffee.cn</a>
<a href="https://ops-coffee.cn/">点我查看对应使用文档</a></h6>
<a href="https://ops-coffee.cn/s/mx2gjLmO7jHKagGsWF6eJw">点我查看对应使用文档</a></h6>
<hr />
<table id="myTable" class="display" style="width:100%">
+10
View File
@@ -17,6 +17,16 @@
<!-- 加载bootstrap-dualllistbox -->
<link rel="stylesheet" href="static/bootstrap-duallistbox.css">
<script src="static/jquery.bootstrap-duallistbox.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145149798-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145149798-1');
</script>
</head>
<body>
+10
View File
@@ -20,6 +20,16 @@
<!-- 加载 Select2 -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.8/css/select2.min.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.8/js/select2.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-145149798-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-145149798-1');
</script>
</head>
<body>