Skip to content

Commit

Permalink
Site updated: 2024-03-17 19:29:45
Browse files Browse the repository at this point in the history
  • Loading branch information
meiMingle committed Mar 17, 2024
1 parent f886a48 commit 72cd6b0
Show file tree
Hide file tree
Showing 23 changed files with 252 additions and 137 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -187,7 +192,7 @@ <h1>maven项目构建加速(一)命令参数篇</h1>

<span class="tag">

<a href="/tags/maven/" style="color: #00bcd4">maven</a>
<a href="/tags/maven/" style="color: #ffa2c4">maven</a>
</span>

</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -187,7 +192,7 @@ <h1>maven项目构建加速(二)辅助工具篇</h1>

<span class="tag">

<a href="/tags/maven/" style="color: #ffa2c4">maven</a>
<a href="/tags/maven/" style="color: #00a596">maven</a>
</span>

</span>
Expand Down
11 changes: 8 additions & 3 deletions 2022/11/11/IntelliJ-IDEA常用配置/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -187,7 +192,7 @@ <h1>IntelliJ IDEA常用配置</h1>

<span class="tag">

<a href="/tags/IDEA/" style="color: #00bcd4">IDEA</a>
<a href="/tags/IDEA/" style="color: #00a596">IDEA</a>
</span>

</span>
Expand Down
13 changes: 9 additions & 4 deletions 2024/03/13/数据库批量INSERT优化/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -187,12 +192,12 @@ <h1>数据库批量Insert优化</h1>

<span class="tag">

<a href="/tags/SQL%E4%BC%98%E5%8C%96/" style="color: #03a9f4">SQL优化</a>
<a href="/tags/SQL%E4%BC%98%E5%8C%96/" style="color: #ffa2c4">SQL优化</a>
</span>

<span class="tag">

<a href="/tags/SQL%E5%90%88%E5%B9%B6/" style="color: #ffa2c4">SQL合并</a>
<a href="/tags/SQL%E5%90%88%E5%B9%B6/" style="color: #00a596">SQL合并</a>
</span>

</span>
Expand Down
11 changes: 8 additions & 3 deletions 2024/03/16/Excel导入导出方案汇总/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -187,7 +192,7 @@ <h1>Excel导入导出方案汇总</h1>

<span class="tag">

<a href="/tags/excel/" style="color: #00a596">excel</a>
<a href="/tags/excel/" style="color: #00bcd4">excel</a>
</span>

</span>
Expand Down
13 changes: 9 additions & 4 deletions 2024/03/16/解决导出文件中文名乱码/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -187,12 +192,12 @@ <h1>解决导出文件中文名乱码</h1>

<span class="tag">

<a href="/tags/%E7%BC%96%E7%A0%81/" style="color: #00bcd4">编码</a>
<a href="/tags/%E7%BC%96%E7%A0%81/" style="color: #03a9f4">编码</a>
</span>

<span class="tag">

<a href="/tags/%E4%B9%B1%E7%A0%81/" style="color: #ffa2c4">乱码</a>
<a href="/tags/%E4%B9%B1%E7%A0%81/" style="color: #ff7d73">乱码</a>
</span>

</span>
Expand Down
9 changes: 7 additions & 2 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down
23 changes: 14 additions & 9 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -185,7 +190,7 @@ <h3>maven项目构建加速(一)命令参数篇</h3>

<span class="tag">

<a href="/tags/maven/" style="color: #00a596">maven</a>
<a href="/tags/maven/" style="color: #03a9f4">maven</a>
</span>

</span>
Expand Down Expand Up @@ -257,7 +262,7 @@ <h3>IntelliJ IDEA常用配置</h3>

<span class="tag">

<a href="/tags/IDEA/" style="color: #03a9f4">IDEA</a>
<a href="/tags/IDEA/" style="color: #ff7d73">IDEA</a>
</span>

</span>
Expand Down Expand Up @@ -293,12 +298,12 @@ <h3>数据库批量Insert优化</h3>

<span class="tag">

<a href="/tags/SQL%E4%BC%98%E5%8C%96/" style="color: #03a9f4">SQL优化</a>
<a href="/tags/SQL%E4%BC%98%E5%8C%96/" style="color: #ffa2c4">SQL优化</a>
</span>

<span class="tag">

<a href="/tags/SQL%E5%90%88%E5%B9%B6/" style="color: #ffa2c4">SQL合并</a>
<a href="/tags/SQL%E5%90%88%E5%B9%B6/" style="color: #00bcd4">SQL合并</a>
</span>

</span>
Expand Down Expand Up @@ -334,12 +339,12 @@ <h3>解决导出文件中文名乱码</h3>

<span class="tag">

<a href="/tags/%E7%BC%96%E7%A0%81/" style="color: #ff7d73">编码</a>
<a href="/tags/%E7%BC%96%E7%A0%81/" style="color: #00bcd4">编码</a>
</span>

<span class="tag">

<a href="/tags/%E4%B9%B1%E7%A0%81/" style="color: #ffa2c4">乱码</a>
<a href="/tags/%E4%B9%B1%E7%A0%81/" style="color: #03a9f4">乱码</a>
</span>

</span>
Expand Down Expand Up @@ -375,7 +380,7 @@ <h3>Excel导入导出方案汇总</h3>

<span class="tag">

<a href="/tags/excel/" style="color: #00a596">excel</a>
<a href="/tags/excel/" style="color: #03a9f4">excel</a>
</span>

</span>
Expand Down
15 changes: 10 additions & 5 deletions categories/IDEA配置/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -191,7 +196,7 @@ <h2>LOADING</h2>


<span>
<a href="/categories/SQL%E4%BC%98%E5%8C%96/" style="background: #00bcd4">
<a href="/categories/SQL%E4%BC%98%E5%8C%96/" style="background: #03a9f4">
<span class="icon">
<i class="fa-solid fa-bookmark fa-fw"></i>
</span>
Expand All @@ -202,7 +207,7 @@ <h2>LOADING</h2>


<span>
<a href="/categories/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/" style="background: #00a596">
<a href="/categories/%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88/" style="background: #ffa2c4">
<span class="icon">
<i class="fa-solid fa-bookmark fa-fw"></i>
</span>
Expand Down Expand Up @@ -240,7 +245,7 @@ <h3>IntelliJ IDEA常用配置</h3>

<span class="tag">

<a href="/tags/IDEA/" style="color: #00a596">IDEA</a>
<a href="/tags/IDEA/" style="color: #03a9f4">IDEA</a>
</span>

</span>
Expand Down
17 changes: 11 additions & 6 deletions categories/SQL优化/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,14 @@
<link rel="preconnect" href="https://s4.zstatic.net" />
<script src="https://s4.zstatic.net/ajax/libs/vue/3.3.7/vue.global.prod.min.js"></script>
<link rel="stylesheet" href="https://s4.zstatic.net/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.cn" />
<link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin />
<!-- <link rel="preconnect" href="https://fonts.googleapis.cn" /> -->
<link rel="preconnect" href="https://fonts.loli.net" />
<!-- <link rel="preconnect" href="https://fonts.gstatic.cn" crossorigin /> -->
<link rel="preconnect" href="https://gstatic.loli.net" crossorigin />
<!--
<link rel="stylesheet" href="https://fonts.googleapis.cn/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
-->
<link rel="stylesheet" href="https://fonts.loli.net/css2?family=Fira+Code:wght@400;500;600;700&family=Lexend:wght@400;500;600;700;800;900&family=Noto+Sans+SC:wght@400;500;600;700;800;900&display=swap" />
<script> const mixins = {}; </script>

<script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
Expand Down Expand Up @@ -167,7 +172,7 @@ <h2>LOADING</h2>


<span>
<a href="/categories/IDEA%E9%85%8D%E7%BD%AE/" style="background: #ff7d73">
<a href="/categories/IDEA%E9%85%8D%E7%BD%AE/" style="background: #00a596">
<span class="icon">
<i class="fa-solid fa-bookmark fa-fw"></i>
</span>
Expand All @@ -178,7 +183,7 @@ <h2>LOADING</h2>


<span>
<a href="/categories/%E6%95%99%E7%A8%8B/" style="background: #00a596">
<a href="/categories/%E6%95%99%E7%A8%8B/" style="background: #ff7d73">
<span class="icon">
<i class="fa-solid fa-bookmark fa-fw"></i>
</span>
Expand Down Expand Up @@ -240,12 +245,12 @@ <h3>数据库批量Insert优化</h3>

<span class="tag">

<a href="/tags/SQL%E4%BC%98%E5%8C%96/" style="color: #ffa2c4">SQL优化</a>
<a href="/tags/SQL%E4%BC%98%E5%8C%96/" style="color: #ff7d73">SQL优化</a>
</span>

<span class="tag">

<a href="/tags/SQL%E5%90%88%E5%B9%B6/" style="color: #ff7d73">SQL合并</a>
<a href="/tags/SQL%E5%90%88%E5%B9%B6/" style="color: #00bcd4">SQL合并</a>
</span>

</span>
Expand Down
Loading

0 comments on commit 72cd6b0

Please sign in to comment.