-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 11.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html><html lang="en"><head><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport"><meta content="yes" name="apple-mobile-web-app-capable"><meta content="black-translucent" name="apple-mobile-web-app-status-bar-style"><meta content="telephone=no" name="format-detection"><meta name="description" content=""><meta name="theme-color" content="#2d4356"><meta name="baidu-site-verification"><title>未知のBlogger</title><link rel="stylesheet" type="text/css" href="/css/style.css"><link rel="Shortcut Icon" type="image/x-icon" href="/favicon.png"><link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css"><script type="text/javascript" src="//cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js"></script><meta name="generator" content="Hexo 7.1.1"><link rel="alternate" href="/atom.xml" title="未知のBlogger" type="application/atom+xml">
</head><link rel="stylesheet" type="text/css" href="/plugins/highlight/atom-one-dark.min.css"><script type="text/javascript" src="/plugins/highlight/highlight.min.js"></script><script>hljs.initHighlightingOnLoad();
</script><script type="text/javascript" src="/js/ready.js" async></script><link rel="stylesheet" href="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css"><body class="night"><div class="mobile-head" id="mobile-head"><div class="navbar-icon"><span></span><span></span><span></span></div><div class="navbar-title"><a href="/">LITREILY</a></div><div class="navbar-search"><!--= show a circle here--></div></div><div class="h-wrapper" id="menu"><nav class="h-head box"><div class="m-hdimg"><a class="hdimg img" href="/"><img class="nofancybox" src="/img/profile.jpg" width="128" height="128"></a><h1 class="ttl"><a href="/">未知のBlogger</a></h1></div><p class="m-desc">命里有时终须有,<br>命里无时莫强求!</p><div class="m-nav"><ul><li><span class="dot">●</span><a href="/archives/">归档</a></li><li><span class="dot">●</span><a href="/categories/">分类</a></li><li><span class="dot">●</span><a href="/tags/">标签</a></li><li><span class="dot">●</span><a href="/about/">关于</a></li><li><span class="dot">●</span><a href="/atom.xml">RSS</a></li><li class="m-sch"><form class="form" id="j-formsch" method="get"><input class="txt" type="text" id="local-search-input" name="q" value="搜索" onfocus="if(this.value=='搜索'){this.value='';}" onblur="if(this.value==''){this.value='搜索';}"><input type="text" style="display:none;"></form></li></ul><div id="local-search-result"></div></div></nav></div><div id="back2Top"><a class="fa fa-arrow-up" title="Back to top" href="#"></a></div><div class="box" id="container"><div class="l-wrapper"><div class="l-content box"><div class="l-postlist"><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2024/04/10/init-VBlob/">安装部署-VBlog</a></h1><div class="p-content"><h1 id="选择Hexo的理由"><a href="#选择Hexo的理由" class="headerlink" title="选择Hexo的理由"></a>选择Hexo的理由</h1><p><strong>Hexo</strong> 是一款基于 Node.js 的静态网站生成器,拥有丰富的插件生态和主题,可以用于快速创建博客和文档网站,并且通过简单的命令就能将生成的网页上传到 GitHub Pages 上。Hexo具有以下特点:</p></div><p class="p-readmore"><a href="/2024/04/10/init-VBlob/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2024/04/10/init-VBlob/">2024-04-10</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/web/">web</a></span><span class="p-tags"><i class="fa fa-tags"></i><a href="/tags/blog/">blog</a><a href="/tags/app/">app</a><a href="/tags/config/">config</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2024/04/08/hello-world/">Hello World</a></h1><div class="p-content"><p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p></div><p class="p-readmore"><a href="/2024/04/08/hello-world/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2024/04/08/hello-world/">2024-04-08</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2022/10/26/databse-transaction/">数据库笔记6-事务处理</a></h1><div class="p-content"><h1 id="事务"><a href="#事务" class="headerlink" title="事务"></a>事务</h1><blockquote>
<p>事务是数据库数据恢复和并发控制的基本单位。</p>
</blockquote>
<h2 id="事务的ACID属性"><a href="#事务的ACID属性" class="headerlink" title="事务的ACID属性"></a>事务的ACID属性</h2><h2 id="原子性-Atomicity"><a href="#原子性-Atomicity" class="headerlink" title="原子性(Atomicity)"></a>原子性(Atomicity)</h2><blockquote></div><p class="p-readmore"><a href="/2022/10/26/databse-transaction/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2022/10/26/databse-transaction/">2022-10-26</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/database/">database</a></span><span class="p-tags"><i class="fa fa-tag"></i><a href="/tags/database/">database</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2022/10/16/database-principles/">数据库笔记5-数据库基本原理</a></h1><div class="p-content"><h1 id="数据的存储方式"><a href="#数据的存储方式" class="headerlink" title="数据的存储方式"></a>数据的存储方式</h1><h3 id="聚簇-clustering"><a href="#聚簇-clustering" class="headerlink" title="聚簇(clustering)"></a>聚簇(clustering)</h3><blockquote></div><p class="p-readmore"><a href="/2022/10/16/database-principles/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2022/10/16/database-principles/">2022-10-16</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/database/">database</a></span><span class="p-tags"><i class="fa fa-tag"></i><a href="/tags/database/">database</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2022/10/15/databse-design/">数据库笔记4-数据库设计</a></h1><div class="p-content"><h1 id="数据库模式"><a href="#数据库模式" class="headerlink" title="数据库模式"></a>数据库模式</h1><ul>
<li>数据库系统的三级模式结构是指数据库系统是由外模式、模式、内模式三级构成; </li>
<li>数据与程序之间的独立性,使得数据的定义和描述可以从应用中分离出去。</li></div><p class="p-readmore"><a href="/2022/10/15/databse-design/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2022/10/15/databse-design/">2022-10-15</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/database/">database</a></span><span class="p-tags"><i class="fa fa-tag"></i><a href="/tags/database/">database</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2022/10/15/relationship-model/">数据库笔记3-关系模型</a></h1><div class="p-content"><h1 id="关系模型"><a href="#关系模型" class="headerlink" title="关系模型"></a>关系模型</h1><blockquote>
<p>关系模型由:关系数据结构、关系操作集合和关系完整性约束三部分组成。 </p>
</blockquote>
<h3 id="关系模式"><a href="#关系模式" class="headerlink" title="关系模式"></a>关系模式</h3><blockquote></div><p class="p-readmore"><a href="/2022/10/15/relationship-model/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2022/10/15/relationship-model/">2022-10-15</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/database/">database</a></span><span class="p-tags"><i class="fa fa-tag"></i><a href="/tags/database/">database</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2022/10/13/data-model/">数据库笔记2-数据模型</a></h1><div class="p-content"><h1 id="数据模型"><a href="#数据模型" class="headerlink" title="数据模型"></a>数据模型</h1><blockquote>
<p>是对现实世界数据特征的抽象,是用来描述数据、组织数据、对数据进行操作的;</p>
</blockquote>
<p>数据模型分有概念模型和物理模型、逻辑模型:</p></div><p class="p-readmore"><a href="/2022/10/13/data-model/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2022/10/13/data-model/">2022-10-13</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/database/">database</a></span><span class="p-tags"><i class="fa fa-tag"></i><a href="/tags/database/">database</a></span></div></div><div class="l-post"><div class="p-desc box"><div class="p-pic"></div><h1 class="p-title"><a href="/2022/09/30/databse-concept/">数据库笔记1-基本概念</a></h1><div class="p-content"><h1 id="结构化数据"><a href="#结构化数据" class="headerlink" title="结构化数据"></a>结构化数据</h1><blockquote>
<p>数据库系统实现<code>整体数据结构化</code>,这是数据库的主要特征之一,也是<code>数据库系统与文件系统的本质区别</code>;</p></div><p class="p-readmore"><a href="/2022/09/30/databse-concept/">阅读更多 >></a></p></div><div class="p-info box"><span class="p-date"><i class="fa fa-calendar"></i><a href="/2022/09/30/databse-concept/">2022-09-30</a></span><span class="p-category"><i class="fa fa-folder"></i><a href="/categories/database/">database</a></span><span class="p-tags"><i class="fa fa-tag"></i><a href="/tags/database/">database</a></span></div></div></div><footer><p>Copyright © 2016 - 2024 <a href="/." rel="nofollow">未知のBlogger</a> | <strong><a rel="nofollow" target="_blank" href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0</a></strong><br><span id="busuanzi_container_site_uv"><i class="fa fa-user"></i><span id="busuanzi_value_site_uv"></span></span> <span id="busuanzi_container_site_pv"><i class="fa fa-eye"></i><span id="busuanzi_value_site_pv"></span></span> | Powered by<a rel="nofollow" target="_blank" href="https://hexo.io"> Hexo.</a>Theme with<a rel="nofollow" target="_blank" href="https://github.com/litreily/snark-hexo"> snark.</a></p></footer></div></div></div><script type="text/javascript" src="/js/search.js"></script><script type="text/javascript" src="/js/top.js"></script><script type="text/javascript" src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js" async></script><script>var search_path = 'search.xml';
if (search_path.length == 0) {
search_path = 'search.xml';
}
var path = '/' + search_path;
searchFunc(path, 'local-search-input', 'local-search-result');
</script><script type="text/javascript" src="//cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script><script type="text/javascript" src="/js/fancybox.js?v=0.0.1" async></script></body></html>