<?xml version="1.0" encoding="UTF-8"?><feed xmlns="http://www.w3.org/2005/Atom">
  <title>Lee的博客</title>
  <id>http://pipe.b3log.org/blogs/Lee981265</id>
  <updated></updated>
  <subtitle>Just open your eyes , you got everything in the world</subtitle>
  <link href="http://pipe.b3log.org/blogs/Lee981265"></link>
  <entry>
    <title>Vue组件通信</title>
    <updated>2019-07-13T11:55:22+08:00</updated>
    <id>tag:pipe.b3log.org,2019-07-13:/blogs/Lee981265/articles/2019/07/13/1562990122131</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/articles/2019/07/13/1562990122131" rel="alternate"></link>
    <summary type="html">无论是 Vue 还是 React 父子组件通信都可以使用 ref 在 Vue 中使用 ref 首先我们会引入一个自定义组件，当然 vue 组件是需要注册的并使用 importAddDepartmentfrom&#39;./AddDepartment.vue&#39;;components:{AddDepartment,},&amp;lt;AddDepartmentref=&#39;AddDepartmentDrawer&#39;:titlt=&#34;title&#34;:show=&#34;</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
  <entry>
    <title>Canvas</title>
    <updated>2019-02-19T14:17:44+08:00</updated>
    <id>tag:pipe.b3log.org,2019-02-19:/blogs/Lee981265/articles/2019/02/19/1550557063671</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/articles/2019/02/19/1550557063671" rel="alternate"></link>
    <summary type="html">canvas 简介是 HTML5 提供的一种新标签是一个矩形区域的画布，可以用 JavaScript 在上面绘画，控制其每一个像素，本身不具备绘图功能。拥有多种绘制路径、矩形、圆形、字符以及添加图像的方法。使用：&amp;lt;canvaswidth=&#34;600&#34;height=&#34;600&#34;&amp;gt; 你的浏览器不支持 canvas，请升级浏览器 &amp;lt;/canvas&amp;gt;canvas 用途游戏：canvas 在基于 Web 的图像显示方面比 Flash 更加立</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
  <entry>
    <title>如何提升自我素养</title>
    <updated>2019-02-12T10:11:19+08:00</updated>
    <id>tag:pipe.b3log.org,2019-02-12:/blogs/Lee981265/articles/2019/02/12/1549937479315</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/articles/2019/02/12/1549937479315" rel="alternate"></link>
    <summary type="html">很多女孩都说我是一个直男！！！那么如何改变自己呢？情操 + 情商=完美？在我们的生活中，我们不但要让我们的物质世界获得满足，作为万物灵长的我们，还应该注重我们内心世界的渴求，去获得我们内心世界的满足，去丰富我们的精神世界，让我们的内心世界不再是一片荒芜的沙漠，去做一个有才情的人，那么，如何去丰富我们的精神世界呢?如何去培养我们的情操呢？情操的培养热爱读书想要培养我们的情操，首先要热爱读书，所谓书中自有黄</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
  <entry>
    <title>hexo常用命令笔记</title>
    <updated>2019-01-30T11:12:17+08:00</updated>
    <id>tag:pipe.b3log.org,2019-01-30:/blogs/Lee981265/articles/2019/01/30/1548817936961</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/articles/2019/01/30/1548817936961" rel="alternate"></link>
    <summary type="html">重新整理了一下 hexo 命令 hexonpminstallhexo-g#安装 npmupdatehexo-g#升级 hexoinit#初始化简写 hexon&#34;我的博客&#34;==hexonew&#34;我的博客&#34;#新建文章 hexop==hexopublishhexog==hexogenerate#生成 hexos==hexoserver#启动服务预览 hexod==hexodeploy#部署服务器 hexoserver#Hexo</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
  <entry>
    <title>Vue路由传参三种基本方式</title>
    <updated>2019-01-23T18:30:10+08:00</updated>
    <id>tag:pipe.b3log.org,2019-01-23:/blogs/Lee981265/articles/2019/01/23/1548239410415</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/articles/2019/01/23/1548239410415" rel="alternate"></link>
    <summary type="html">现有如下场景，点击父组件的 li 元素跳转到子组件中，并携带参数，便于子组件获取数据。父组件中：&amp;lt;liv-for=&#34;articleinarticles&#34;@click=&#34;getDescribe(article.id)&#34;&amp;gt;methods：case1getDescribe(id){//直接调用 $router.push 实现携带参数的跳转 this.$router.push({path:`/describe/${i</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
  <entry>
    <title>DOM</title>
    <updated>2019-01-18T19:57:33+08:00</updated>
    <id>tag:pipe.b3log.org,2019-01-18:/blogs/Lee981265/articles/2019/01/18/1547812653421</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/articles/2019/01/18/1547812653421" rel="alternate"></link>
    <summary type="html">DOM:DocumentObjectModel（文档对象模型）,DOM 是 W3C（万维网联盟）的标准。“W3C 文档对象模型（DOM）是中立于平台和语言的接口，它允许程序和脚本动态地访问和更新文档的内容、结构和样式。”W3CDOM 标准被分为 3 个不同的部分：核心 DOM-针对任何结构化文档的标准模型 XMLDOM-针对 XML 文档的标准模型 HTMLDOM-针对 HTML 文档的标准模型 DOM 节点根据 W3C 的 HTML</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
  <entry>
    <title>世界，你好！</title>
    <updated>2019-01-18T19:48:07+08:00</updated>
    <id>tag:pipe.b3log.org,2019-01-18:/blogs/Lee981265/hello-world</id>
    <link href="http://pipe.b3log.org/blogs/Lee981265/hello-world" rel="alternate"></link>
    <summary type="html">欢迎使用 Pipe 博客平台。这是一篇自动生成的演示文章，编辑或者删除它，然后开始你的独立博客之旅！Pipe 博客平台是一个开源项目，如果你觉得它很赞，请到项目首页给颗星鼓励一下！</summary>
    <author>
      <name>Lee981265</name>
    </author>
  </entry>
</feed>