website: update footer. #102 5c8b11767f

This commit is contained in:
jaywcjlove
2022-11-17 05:29:10 +00:00
parent 3b797113be
commit 044600b018
97 changed files with 106 additions and 99 deletions

View File

@ -295,7 +295,7 @@
<table class="show-header"><thead><tr><th align="left">条款</th><th>定义</th></tr></thead><tbody><tr><td align="left">Runtime</td><td>执行给定的已编译代码单元所需的服务集合</td></tr><tr><td align="left">Common Language Runtime (CLR)</td><td>主要定位、加载和托管 .NET 对象。<br>CLR 还处理内存管理、应用程序托管、线程协调、执行安全检查和其他低级细节</td></tr><tr><td align="left">Managed code</td><td><code>.NET</code> 运行时编译和运行的代码。 C#/F#/VB 就是例子</td></tr><tr><td align="left">Unmanaged code</td><td>直接编译为机器代码且不能由 .NET 运行时直接托管的代码。<br>不包含空闲内存管理、垃圾收集等。从 C/C++ 创建的 DLL 就是示例</td></tr></tbody></table>
<!--rehype:className=show-header-->
</div></div></div></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang, All rights reserved.</footer></footer><script>
</div></div></div></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang.</footer></footer><script>
if(('onhashchange' in window) && ((typeof document.documentMode==='undefined') || document.documentMode==8)) {
window.onhashchange = function () {
anchorPoint()