<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>乱七八糟的小站</title>
  <icon>https://ee268blog.645429.xyz/icon.png</icon>
  <subtitle>ee268的博客</subtitle>
  <link href="https://ee268blog.645429.xyz/atom.xml" rel="self"/>
  
  <link href="https://ee268blog.645429.xyz/"/>
  <updated>2026-04-07T08:35:52.766Z</updated>
  <id>https://ee268blog.645429.xyz/</id>
  
  <author>
    <name>ee268</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>C++11实现线程安全的单例模板</title>
    <link href="https://ee268blog.645429.xyz/2026/04/07/C++11%E5%AE%9E%E7%8E%B0%E7%BA%BF%E7%A8%8B%E5%AE%89%E5%85%A8%E7%9A%84%E5%8D%95%E4%BE%8B%E6%A8%A1%E6%9D%BF/"/>
    <id>https://ee268blog.645429.xyz/2026/04/07/C++11%E5%AE%9E%E7%8E%B0%E7%BA%BF%E7%A8%8B%E5%AE%89%E5%85%A8%E7%9A%84%E5%8D%95%E4%BE%8B%E6%A8%A1%E6%9D%BF/</id>
    <published>2026-04-07T08:23:00.000Z</published>
    <updated>2026-04-07T08:35:52.766Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;c11实现线程安全的单例模板&quot;&gt;&lt;a class=&quot;markdownIt-Anchor&quot; href=&quot;#c11实现线程安全的单例模板&quot;&gt;&lt;/a&gt;</summary>
        
      
    
    
    
    <category term="Cpp" scheme="https://ee268blog.645429.xyz/categories/Cpp/"/>
    
    
    <category term="c++" scheme="https://ee268blog.645429.xyz/tags/c/"/>
    
    <category term="设计模式" scheme="https://ee268blog.645429.xyz/tags/%E8%AE%BE%E8%AE%A1%E6%A8%A1%E5%BC%8F/"/>
    
  </entry>
  
  <entry>
    <title>详细教程，配置mingw64</title>
    <link href="https://ee268blog.645429.xyz/2026/03/10/%E8%AF%A6%E7%BB%86%E6%95%99%E7%A8%8B%EF%BC%8C%E9%85%8D%E7%BD%AEmingw64/"/>
    <id>https://ee268blog.645429.xyz/2026/03/10/%E8%AF%A6%E7%BB%86%E6%95%99%E7%A8%8B%EF%BC%8C%E9%85%8D%E7%BD%AEmingw64/</id>
    <published>2026-03-10T08:48:23.000Z</published>
    <updated>2026-03-21T05:05:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;详细教程配置mingw64&quot;&gt;&lt;a class=&quot;markdownIt-Anchor&quot; href=&quot;#详细教程配置mingw64&quot;&gt;&lt;/a&gt; 详细教程，配置mingw64&lt;/h2&gt;
&lt;hr /&gt;
&lt;h2 id=&quot;下载&quot;&gt;&lt;a</summary>
        
      
    
    
    
    <category term="Cpp" scheme="https://ee268blog.645429.xyz/categories/Cpp/"/>
    
    
    <category term="c++" scheme="https://ee268blog.645429.xyz/tags/c/"/>
    
    <category term="Qt" scheme="https://ee268blog.645429.xyz/tags/Qt/"/>
    
    <category term="MinGW" scheme="https://ee268blog.645429.xyz/tags/MinGW/"/>
    
  </entry>
  
  <entry>
    <title>hexo主题reimu部署GithubPages</title>
    <link href="https://ee268blog.645429.xyz/2026/02/13/hexo%E4%B8%BB%E9%A2%98reimu%E9%83%A8%E7%BD%B2GithubPages/"/>
    <id>https://ee268blog.645429.xyz/2026/02/13/hexo%E4%B8%BB%E9%A2%98reimu%E9%83%A8%E7%BD%B2GithubPages/</id>
    <published>2026-02-13T14:55:00.000Z</published>
    <updated>2026-03-22T17:17:46.170Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h1 id=&quot;环境准备&quot;&gt;&lt;a class=&quot;markdownIt-Anchor&quot; href=&quot;#环境准备&quot;&gt;&lt;/a&gt;</summary>
        
      
    
    
    
    
    <category term="node.js" scheme="https://ee268blog.645429.xyz/tags/node-js/"/>
    
    <category term="npm" scheme="https://ee268blog.645429.xyz/tags/npm/"/>
    
    <category term="hexo" scheme="https://ee268blog.645429.xyz/tags/hexo/"/>
    
  </entry>
  
  <entry>
    <title>vs2022配置protobuf</title>
    <link href="https://ee268blog.645429.xyz/2025/09/08/vs2022%E9%85%8D%E7%BD%AEprotobuf/"/>
    <id>https://ee268blog.645429.xyz/2025/09/08/vs2022%E9%85%8D%E7%BD%AEprotobuf/</id>
    <published>2025-09-08T00:30:00.000Z</published>
    <updated>2026-02-09T11:28:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;&lt;ul class=&quot;markdownIt-TOC&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#%E4%B8%8B%E8%BD%BDprotobuf-219&quot;&gt;下载protobuf 21.9&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a</summary>
        
      
    
    
    
    <category term="Cpp" scheme="https://ee268blog.645429.xyz/categories/Cpp/"/>
    
    
    <category term="c++" scheme="https://ee268blog.645429.xyz/tags/c/"/>
    
    <category term="VistualStudio" scheme="https://ee268blog.645429.xyz/tags/VistualStudio/"/>
    
  </entry>
  
  <entry>
    <title>QML常用类型总结</title>
    <link href="https://ee268blog.645429.xyz/2025/08/23/QT6%20QML/"/>
    <id>https://ee268blog.645429.xyz/2025/08/23/QT6%20QML/</id>
    <published>2025-08-23T00:30:00.000Z</published>
    <updated>2026-03-29T11:28:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;h2 id=&quot;1-window根&quot;&gt;&lt;a class=&quot;markdownIt-Anchor&quot; href=&quot;#1-window根&quot;&gt;&lt;/a&gt; 1、Window：根&lt;/h2&gt;
&lt;figure class=&quot;highlight c++&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td</summary>
        
      
    
    
    
    <category term="QML" scheme="https://ee268blog.645429.xyz/categories/QML/"/>
    
    
    <category term="c++" scheme="https://ee268blog.645429.xyz/tags/c/"/>
    
    <category term="qml" scheme="https://ee268blog.645429.xyz/tags/qml/"/>
    
    <category term="qt" scheme="https://ee268blog.645429.xyz/tags/qt/"/>
    
  </entry>
  
  <entry>
    <title>C语言实现 - 栈</title>
    <link href="https://ee268blog.645429.xyz/2024/04/22/%E6%A0%88%E5%AE%9E%E7%8E%B0C%E8%AF%AD%E8%A8%80/"/>
    <id>https://ee268blog.645429.xyz/2024/04/22/%E6%A0%88%E5%AE%9E%E7%8E%B0C%E8%AF%AD%E8%A8%80/</id>
    <published>2024-04-22T08:48:23.000Z</published>
    <updated>2026-02-09T05:05:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;&lt;ul class=&quot;markdownIt-TOC&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#%E6%A0%88%E7%9A%84%E4%BB%8B%E7%BB%8D&quot;&gt;栈的介绍&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a</summary>
        
      
    
    
    
    <category term="C" scheme="https://ee268blog.645429.xyz/categories/C/"/>
    
    
    <category term="c语言" scheme="https://ee268blog.645429.xyz/tags/c%E8%AF%AD%E8%A8%80/"/>
    
    <category term="数据结构" scheme="https://ee268blog.645429.xyz/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
  </entry>
  
  <entry>
    <title>牛客网 - 迷宫问题（C语言）</title>
    <link href="https://ee268blog.645429.xyz/2024/04/22/%E7%89%9B%E5%AE%A2%E7%BD%91%E8%BF%B7%E5%AE%AB%E9%97%AE%E9%A2%98C%E8%AF%AD%E8%A8%80/"/>
    <id>https://ee268blog.645429.xyz/2024/04/22/%E7%89%9B%E5%AE%A2%E7%BD%91%E8%BF%B7%E5%AE%AB%E9%97%AE%E9%A2%98C%E8%AF%AD%E8%A8%80/</id>
    <published>2024-04-22T08:45:38.000Z</published>
    <updated>2026-02-07T17:30:00.000Z</updated>
    
    
      
      
        
        
    <summary type="html">&lt;p&gt;&lt;ul class=&quot;markdownIt-TOC&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#1%E8%BE%93%E5%85%A5&quot;&gt;1.输入&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#2%E8%BE%93%E5%87%BA&quot;&gt;2.输出&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a</summary>
        
      
    
    
    
    <category term="C" scheme="https://ee268blog.645429.xyz/categories/C/"/>
    
    
    <category term="c语言" scheme="https://ee268blog.645429.xyz/tags/c%E8%AF%AD%E8%A8%80/"/>
    
    <category term="数据结构" scheme="https://ee268blog.645429.xyz/tags/%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
    
    <category term="深度优先搜索" scheme="https://ee268blog.645429.xyz/tags/%E6%B7%B1%E5%BA%A6%E4%BC%98%E5%85%88%E6%90%9C%E7%B4%A2/"/>
    
  </entry>
  
</feed>
