<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>lselyの博客</title>
  
  <subtitle>勤勤恳恳写代码，慵慵懒懒摆摆烂</subtitle>
  <link href="http://example.com/atom.xml" rel="self"/>
  
  <link href="http://example.com/"/>
  <updated>2022-12-12T10:24:27.777Z</updated>
  <id>http://example.com/</id>
  
  <author>
    <name>lsely</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>计算机思维导论及C/C++开发环境搭建</title>
    <link href="http://example.com/2022/12/12/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%80%9D%E7%BB%B4%E5%AF%BC%E8%AE%BA%E5%8F%8AC-C-%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    <id>http://example.com/2022/12/12/%E8%AE%A1%E7%AE%97%E6%9C%BA%E6%80%9D%E7%BB%B4%E5%AF%BC%E8%AE%BA%E5%8F%8AC-C-%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/</id>
    <published>2022-12-12T08:27:07.000Z</published>
    <updated>2022-12-12T10:24:27.777Z</updated>
    
    
    <summary type="html">&lt;p&gt;计算机自1946年问世以来，几乎改变了整个世界。&lt;/p&gt;</summary>
    
    
    
    <category term="后端" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="C/C++" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/C-C/"/>
    
    <category term="开发环境搭建" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/C-C/%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83%E6%90%AD%E5%BB%BA/"/>
    
    
    <category term="后端" scheme="http://example.com/tags/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="C/C++" scheme="http://example.com/tags/C-C/"/>
    
    <category term="操作系统" scheme="http://example.com/tags/%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F/"/>
    
    <category term="计算机" scheme="http://example.com/tags/%E8%AE%A1%E7%AE%97%E6%9C%BA/"/>
    
  </entry>
  
  <entry>
    <title>Markdwon 语法速查</title>
    <link href="http://example.com/2022/12/12/%E8%AF%AD%E6%B3%95%E9%80%9F%E6%9F%A5/"/>
    <id>http://example.com/2022/12/12/%E8%AF%AD%E6%B3%95%E9%80%9F%E6%9F%A5/</id>
    <published>2022-12-12T07:27:50.000Z</published>
    <updated>2022-12-12T08:35:38.154Z</updated>
    
    
    <summary type="html">&lt;p&gt;本来想写个表格嘞，结果这破Markdown把我演示语法都给实现了，只能截图了…&lt;/p&gt;</summary>
    
    
    
    <category term="速查集" scheme="http://example.com/categories/%E9%80%9F%E6%9F%A5%E9%9B%86/"/>
    
    
    <category term="Markdown" scheme="http://example.com/tags/Markdown/"/>
    
    <category term="技巧" scheme="http://example.com/tags/%E6%8A%80%E5%B7%A7/"/>
    
  </entry>
  
  <entry>
    <title>Python+Tesseract实现图片文字识别</title>
    <link href="http://example.com/2022/12/12/Python-Tesseract%E5%AE%9E%E7%8E%B0%E5%9B%BE%E7%89%87%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB/"/>
    <id>http://example.com/2022/12/12/Python-Tesseract%E5%AE%9E%E7%8E%B0%E5%9B%BE%E7%89%87%E6%96%87%E5%AD%97%E8%AF%86%E5%88%AB/</id>
    <published>2022-12-12T02:44:03.000Z</published>
    <updated>2022-12-12T23:51:18.879Z</updated>
    
    
    <summary type="html">&lt;h2 id=&quot;什么是OCR？&quot;&gt;&lt;a href=&quot;#什么是OCR？&quot; class=&quot;headerlink&quot; title=&quot;什么是OCR？&quot;&gt;&lt;/a&gt;什么是OCR？&lt;/h2&gt;&lt;p&gt;OCR，全称Optical Character Recognition ，中文释义为光学字符识别，是指对一个包含文本信息的图片文件的识别，目前比较流行的OCR有tesseractOCR和cnOCR,在这篇文章中我们使用识别效果较好的tesseractOCR。&lt;/p&gt;</summary>
    
    
    
    <category term="后端" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="Python" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/Python/"/>
    
    
    <category term="Python" scheme="http://example.com/tags/Python/"/>
    
    <category term="人工智能" scheme="http://example.com/tags/%E4%BA%BA%E5%B7%A5%E6%99%BA%E8%83%BD/"/>
    
    <category term="后端" scheme="http://example.com/tags/%E5%90%8E%E7%AB%AF/"/>
    
  </entry>
  
  <entry>
    <title>2分钟速看Cookie</title>
    <link href="http://example.com/2022/12/11/2%E5%88%86%E9%92%9F%E9%80%9F%E7%9C%8BCookie/"/>
    <id>http://example.com/2022/12/11/2%E5%88%86%E9%92%9F%E9%80%9F%E7%9C%8BCookie/</id>
    <published>2022-12-11T14:02:46.000Z</published>
    <updated>2022-12-12T07:27:03.412Z</updated>
    
    
    <summary type="html">&lt;h2 id=&quot;Cookie是什么？&quot;&gt;&lt;a href=&quot;#Cookie是什么？&quot; class=&quot;headerlink&quot; title=&quot;Cookie是什么？&quot;&gt;&lt;/a&gt;Cookie是什么？&lt;/h2&gt;&lt;p&gt;Cookie , 在&lt;a href=&quot;https://baike.baidu.com/item/cookie/1119&quot;&gt;百度百科中的介绍&lt;/a&gt;是指”储存在用户本地终端上的数据”,用人话来说就类似于浏览器在本地的缓存，它是网站用来识别用户的一个文本。一般来说，在我们打开网站时，网站的Web服务器会为用户生成一个ID信息，可以说这就是用户的网络”身份证“，然后这个”身份证“就会保存到用户的电脑本地，以后如果用户再次登入这个网站，Web服务器就可以读取这个文本，就可以获取用户的各个信息了，这个过程也就是登录。&lt;/p&gt;</summary>
    
    
    
    <category term="前端" scheme="http://example.com/categories/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="Web" scheme="http://example.com/categories/%E5%89%8D%E7%AB%AF/Web/"/>
    
    
    <category term="Web" scheme="http://example.com/tags/Web/"/>
    
    <category term="前端" scheme="http://example.com/tags/%E5%89%8D%E7%AB%AF/"/>
    
    <category term="小知识" scheme="http://example.com/tags/%E5%B0%8F%E7%9F%A5%E8%AF%86/"/>
    
  </entry>
  
  <entry>
    <title>上千字干货带你深入了解C/C++动态规划</title>
    <link href="http://example.com/2022/12/11/%E4%B8%8A%E5%8D%83%E5%AD%97%E5%B9%B2%E8%B4%A7%E5%B8%A6%E4%BD%A0%E6%B7%B1%E5%85%A5%E4%BA%86%E8%A7%A3C-C-%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92/"/>
    <id>http://example.com/2022/12/11/%E4%B8%8A%E5%8D%83%E5%AD%97%E5%B9%B2%E8%B4%A7%E5%B8%A6%E4%BD%A0%E6%B7%B1%E5%85%A5%E4%BA%86%E8%A7%A3C-C-%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92/</id>
    <published>2022-12-11T13:58:52.000Z</published>
    <updated>2022-12-12T23:53:27.005Z</updated>
    
    
    <summary type="html">&lt;p&gt;&lt;strong&gt;提醒&lt;/strong&gt;：本文需读者具有以下C/C++基础：&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt; &lt;strong&gt;循环结构，数组&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;函数&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt; &lt;strong&gt;递归&lt;/strong&gt;&lt;/li&gt;
&lt;/ol&gt;</summary>
    
    
    
    <category term="后端" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="C/C++" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/C-C/"/>
    
    <category term="算法" scheme="http://example.com/categories/%E5%90%8E%E7%AB%AF/C-C/%E7%AE%97%E6%B3%95/"/>
    
    
    <category term="后端" scheme="http://example.com/tags/%E5%90%8E%E7%AB%AF/"/>
    
    <category term="C/C++" scheme="http://example.com/tags/C-C/"/>
    
    <category term="算法" scheme="http://example.com/tags/%E7%AE%97%E6%B3%95/"/>
    
    <category term="动态规划" scheme="http://example.com/tags/%E5%8A%A8%E6%80%81%E8%A7%84%E5%88%92/"/>
    
  </entry>
  
</feed>
