Skip to content

Commit

Permalink
Site updated: 2024-06-04 08:01:32
Browse files Browse the repository at this point in the history
  • Loading branch information
wqllyx committed Jun 4, 2024
1 parent f0782f9 commit 747f676
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 46 deletions.
8 changes: 4 additions & 4 deletions 2024/06/02/使用hexo搭建自己的博客/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"www.examp.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
</script>

<meta name="description" content="博客搭建的步骤要搭建个人博客,首先要了解具体要实施哪些步骤,需要哪些工具,在了解了这些之后,再根据自己的需要,就可以很清晰的搭建自己的理想博客了。 前置知识 静态网站和动态网站 静态网站:内容如果不被发布者修改源代码后,重新编译,重新生成。网站上的资源永远不会改变。(比如,一篇博客文章,不与用户有任何数据交互。) 动态网站:底层与数据库交互,有一些放在数据库中的动态资源是可以随着你的请求而产生变">
<meta property="og:type" content="article">
<meta property="og:title" content="使用hexo搭建自己的博客">
<meta property="og:url" content="https://www.examp.com/2024/06/02/%E4%BD%BF%E7%94%A8hexo%E6%90%AD%E5%BB%BA%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8D%9A%E5%AE%A2/index.html">
<meta property="og:url" content="http://example.com/2024/06/02/%E4%BD%BF%E7%94%A8hexo%E6%90%AD%E5%BB%BA%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8D%9A%E5%AE%A2/index.html">
<meta property="og:site_name" content="wqllyx的网站">
<meta property="og:description" content="博客搭建的步骤要搭建个人博客,首先要了解具体要实施哪些步骤,需要哪些工具,在了解了这些之后,再根据自己的需要,就可以很清晰的搭建自己的理想博客了。 前置知识 静态网站和动态网站 静态网站:内容如果不被发布者修改源代码后,重新编译,重新生成。网站上的资源永远不会改变。(比如,一篇博客文章,不与用户有任何数据交互。) 动态网站:底层与数据库交互,有一些放在数据库中的动态资源是可以随着你的请求而产生变">
<meta property="og:locale" content="zh_CN">
Expand All @@ -33,7 +33,7 @@
<meta property="article:tag" content="hexo github node.js">
<meta name="twitter:card" content="summary">

<link rel="canonical" href="https://www.examp.com/2024/06/02/%E4%BD%BF%E7%94%A8hexo%E6%90%AD%E5%BB%BA%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8D%9A%E5%AE%A2/">
<link rel="canonical" href="http://example.com/2024/06/02/%E4%BD%BF%E7%94%A8hexo%E6%90%AD%E5%BB%BA%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8D%9A%E5%AE%A2/">


<script id="page-configurations">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h1 class="site-title">wqllyx的网站</h1>


<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
<link itemprop="mainEntityOfPage" href="https://www.examp.com/2024/06/02/%E4%BD%BF%E7%94%A8hexo%E6%90%AD%E5%BB%BA%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8D%9A%E5%AE%A2/">
<link itemprop="mainEntityOfPage" href="http://example.com/2024/06/02/%E4%BD%BF%E7%94%A8hexo%E6%90%AD%E5%BB%BA%E8%87%AA%E5%B7%B1%E7%9A%84%E5%8D%9A%E5%AE%A2/">

<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
Expand Down
8 changes: 4 additions & 4 deletions 2024/06/03/c-设计线程池(1)-锁/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"www.examp.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
</script>

<meta name="description" content="线程池的好处线程的开启也是一个相对缓慢的过程。 如果不用线程池,在系统运行过程中实时开启线程,销毁线程。会极大增加系统的负载。导致系统的实时性减低,业务处理能力也会降低 服务器启动时,就事先创建好线程池,当业务来到时,直接从线程池取出一个线程来执行任务。任务完成后直接把线程归还给池,用于后续重复使用。 线程池的模式 固定大小 可变大小 线程同步并发编程的基本问题: 互斥 通信 我们希望有">
<meta property="og:type" content="article">
<meta property="og:title" content="c++ 设计线程池(1)----锁">
<meta property="og:url" content="https://www.examp.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%881%EF%BC%89-%E9%94%81/index.html">
<meta property="og:url" content="http://example.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%881%EF%BC%89-%E9%94%81/index.html">
<meta property="og:site_name" content="wqllyx的网站">
<meta property="og:description" content="线程池的好处线程的开启也是一个相对缓慢的过程。 如果不用线程池,在系统运行过程中实时开启线程,销毁线程。会极大增加系统的负载。导致系统的实时性减低,业务处理能力也会降低 服务器启动时,就事先创建好线程池,当业务来到时,直接从线程池取出一个线程来执行任务。任务完成后直接把线程归还给池,用于后续重复使用。 线程池的模式 固定大小 可变大小 线程同步并发编程的基本问题: 互斥 通信 我们希望有">
<meta property="og:locale" content="zh_CN">
Expand All @@ -33,7 +33,7 @@
<meta property="article:tag" content="计算机">
<meta name="twitter:card" content="summary">

<link rel="canonical" href="https://www.examp.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%881%EF%BC%89-%E9%94%81/">
<link rel="canonical" href="http://example.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%881%EF%BC%89-%E9%94%81/">


<script id="page-configurations">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h1 class="site-title">wqllyx的网站</h1>


<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
<link itemprop="mainEntityOfPage" href="https://www.examp.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%881%EF%BC%89-%E9%94%81/">
<link itemprop="mainEntityOfPage" href="http://example.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%881%EF%BC%89-%E9%94%81/">

<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
Expand Down
8 changes: 4 additions & 4 deletions 2024/06/03/c-设计线程池(2)-条件变量/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@

<script id="hexo-configurations">
var NexT = window.NexT || {};
var CONFIG = {"hostname":"www.examp.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
var CONFIG = {"hostname":"example.com","root":"/","scheme":"Muse","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
</script>

<meta name="description" content="锁并不是并发设计的唯一原语。 在某些情况下,线程需要检查某一条件(condition)满足之后,才会继续运行。 例如:父线程需要检查子线程是否执行完毕(jion())。如何实现这种等待?—- 信号量 线程等待条件满足的方法方法1: 自旋知直到条件满足1while (done &#x3D;&#x3D; 0); &#x2F;&#x2F; spin 简单的方案是自旋直到条件满足,这是极其低效的,某些情况下甚至是错误的。 方法2: 条件变量条">
<meta property="og:type" content="article">
<meta property="og:title" content="c++ 设计线程池(2)----条件变量">
<meta property="og:url" content="https://www.examp.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%882%EF%BC%89-%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8F/index.html">
<meta property="og:url" content="http://example.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%882%EF%BC%89-%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8F/index.html">
<meta property="og:site_name" content="wqllyx的网站">
<meta property="og:description" content="锁并不是并发设计的唯一原语。 在某些情况下,线程需要检查某一条件(condition)满足之后,才会继续运行。 例如:父线程需要检查子线程是否执行完毕(jion())。如何实现这种等待?—- 信号量 线程等待条件满足的方法方法1: 自旋知直到条件满足1while (done &#x3D;&#x3D; 0); &#x2F;&#x2F; spin 简单的方案是自旋直到条件满足,这是极其低效的,某些情况下甚至是错误的。 方法2: 条件变量条">
<meta property="og:locale" content="zh_CN">
Expand All @@ -33,7 +33,7 @@
<meta property="article:tag" content="计算机">
<meta name="twitter:card" content="summary">

<link rel="canonical" href="https://www.examp.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%882%EF%BC%89-%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8F/">
<link rel="canonical" href="http://example.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%882%EF%BC%89-%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8F/">


<script id="page-configurations">
Expand Down Expand Up @@ -151,7 +151,7 @@ <h1 class="site-title">wqllyx的网站</h1>


<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
<link itemprop="mainEntityOfPage" href="https://www.examp.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%882%EF%BC%89-%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8F/">
<link itemprop="mainEntityOfPage" href="http://example.com/2024/06/03/c-%E8%AE%BE%E8%AE%A1%E7%BA%BF%E7%A8%8B%E6%B1%A0%EF%BC%882%EF%BC%89-%E6%9D%A1%E4%BB%B6%E5%8F%98%E9%87%8F/">

<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
<meta itemprop="image" content="/images/avatar.gif">
Expand Down
Loading

0 comments on commit 747f676

Please sign in to comment.