代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>JM's Blog</title>
<subtitle>As you wish</subtitle>
<link href="/blog/atom.xml" rel="self"/>
<link href="https://xujingming.gitee.io/"/>
<updated>2020-11-09T13:17:36.016Z</updated>
<id>https://xujingming.gitee.io/</id>
<author>
<name>靖铭</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>nodeProject遇到的的问题</title>
<link href="https://xujingming.gitee.io/2020/102036035.html"/>
<id>https://xujingming.gitee.io/2020/102036035.html</id>
<published>2020-10-20T01:22:15.000Z</published>
<updated>2020-11-09T13:17:36.016Z</updated>
<summary type="html">
<h3 id="接收formdata数据流使用两个插件"><a href="#接收formdata数据流使用两个插件" class="headerlink"
</summary>
<category term="node" scheme="https://xujingming.gitee.io/tags/node/"/>
</entry>
<entry>
<title>weabpack的一些配置</title>
<link href="https://xujingming.gitee.io/2020/101615317.html"/>
<id>https://xujingming.gitee.io/2020/101615317.html</id>
<published>2020-10-16T05:02:50.000Z</published>
<updated>2020-11-24T12:11:58.764Z</updated>
<summary type="html">
<p>1.建立服务目前需要下载的是<code>webpack</code> 4以上版本和<code>webpack-cli</code>3以上版本</p>
<blockquote>
<p>install webpack@4 webpack-cli@3
</summary>
<category term="weabpack" scheme="https://xujingming.gitee.io/categories/weabpack/"/>
<category term="weabpack" scheme="https://xujingming.gitee.io/tags/weabpack/"/>
</entry>
<entry>
<title>vue 组件使用v-model面试题</title>
<link href="https://xujingming.gitee.io/2020/091427055.html"/>
<id>https://xujingming.gitee.io/2020/091427055.html</id>
<published>2020-09-14T05:17:45.000Z</published>
<updated>2020-09-15T05:46:51.137Z</updated>
<summary type="html">
<h3 id="vue笔试题"><a href="#vue笔试题" class="headerlink" title="vue笔试题"></a>vue笔试题</h3><p><img src="/blog/2020/091427055/1600055855(1).jpg"
</summary>
<category term="面试题" scheme="https://xujingming.gitee.io/categories/%E9%9D%A2%E8%AF%95%E9%A2%98/"/>
<category term="面试题" scheme="https://xujingming.gitee.io/tags/%E9%9D%A2%E8%AF%95%E9%A2%98/"/>
</entry>
<entry>
<title>react中setState为何使用不可变值</title>
<link href="https://xujingming.gitee.io/2020/090121522.html"/>
<id>https://xujingming.gitee.io/2020/090121522.html</id>
<published>2020-09-01T07:43:21.000Z</published>
<updated>2020-10-21T08:23:53.902Z</updated>
<summary type="html">
<h2 id="react中setState为何使用不可变值"><a href="#react中setState为何使用不可变值" class="headerlink"
</summary>
<category term="react基础" scheme="https://xujingming.gitee.io/categories/react%E5%9F%BA%E7%A1%80/"/>
<category term="react" scheme="https://xujingming.gitee.io/tags/react/"/>
</entry>
<entry>
<title>vue的生命周期</title>
<link href="https://xujingming.gitee.io/2020/0901215212.html"/>
<id>https://xujingming.gitee.io/2020/0901215212.html</id>
<published>2020-09-01T07:43:21.000Z</published>
<updated>2020-11-24T12:05:42.616Z</updated>
<summary type="html">
<h2 id="vue生命周期"><a href="#vue生命周期" class="headerlink"
</summary>
<category term="vue基础" scheme="https://xujingming.gitee.io/categories/vue%E5%9F%BA%E7%A1%80/"/>
<category term="vue生命周期" scheme="https://xujingming.gitee.io/tags/vue%E7%94%9F%E5%91%BD%E5%91%A8%E6%9C%9F/"/>
</entry>
<entry>
<title>正则表达式</title>
<link href="https://xujingming.gitee.io/2020/082746563.html"/>
<id>https://xujingming.gitee.io/2020/082746563.html</id>
<published>2020-08-27T08:52:13.000Z</published>
<updated>2020-11-24T12:08:31.410Z</updated>
<summary type="html">
<h2 id="正则表达式,又称规则表达式。"><a href="#正则表达式,又称规则表达式。" class="headerlink"
</summary>
<category term="字符串匹配" scheme="https://xujingming.gitee.io/categories/%E5%AD%97%E7%AC%A6%E4%B8%B2%E5%8C%B9%E9%85%8D/"/>
<category term="正则表达式" scheme="https://xujingming.gitee.io/tags/%E6%AD%A3%E5%88%99%E8%A1%A8%E8%BE%BE%E5%BC%8F/"/>
</entry>
<entry>
<title>git&svn</title>
<link href="https://xujingming.gitee.io/2020/082660402.html"/>
<id>https://xujingming.gitee.io/2020/082660402.html</id>
<published>2020-08-26T03:01:18.000Z</published>
<updated>2020-08-26T03:06:37.159Z</updated>
<summary type="html">
<p><strong>摘要:</strong>GIt是目前世界上最先进的分布式版本控制系统,适合分布式开发强调个体,公共服务器压力和数据量不会太大,速度快可以离线工作,操作相比svn复杂。</p>
<p>
</summary>
<category term="版本控制系统的使用" scheme="https://xujingming.gitee.io/categories/%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%B3%BB%E7%BB%9F%E7%9A%84%E4%BD%BF%E7%94%A8/"/>
<category term="git和svn的使用总结" scheme="https://xujingming.gitee.io/tags/git%E5%92%8Csvn%E7%9A%84%E4%BD%BF%E7%94%A8%E6%80%BB%E7%BB%93/"/>
</entry>
<entry>
<title>JS 数据类型,数据类型的判断,类型转换</title>
<link href="https://xujingming.gitee.io/2020/082622894.html"/>
<id>https://xujingming.gitee.io/2020/082622894.html</id>
<published>2020-08-26T02:55:09.000Z</published>
<updated>2020-08-26T02:58:01.561Z</updated>
<summary type="html">
<h1 id="数据类型"><a href="#数据类型" class="headerlink"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="JS 数据类型,数据类型的判断,类型转换" scheme="https://xujingming.gitee.io/tags/JS-%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B%EF%BC%8C%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B%E7%9A%84%E5%88%A4%E6%96%AD%EF%BC%8C%E7%B1%BB%E5%9E%8B%E8%BD%AC%E6%8D%A2/"/>
</entry>
<entry>
<title>Js checkbox的相关</title>
<link href="https://xujingming.gitee.io/2020/07197372.html"/>
<id>https://xujingming.gitee.io/2020/07197372.html</id>
<published>2020-07-19T00:54:19.000Z</published>
<updated>2020-09-05T03:01:28.285Z</updated>
<summary type="html">
<h2 id="checkbox中checked相关用法"><a href="#checkbox中checked相关用法" class="headerlink"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="checkbox" scheme="https://xujingming.gitee.io/tags/checkbox/"/>
</entry>
<entry>
<title>Js事件委托</title>
<link href="https://xujingming.gitee.io/2020/071616284.html"/>
<id>https://xujingming.gitee.io/2020/071616284.html</id>
<published>2020-07-16T05:02:50.000Z</published>
<updated>2020-09-05T03:00:51.400Z</updated>
<summary type="html">
<h1 id="DOM事件和事件委托"><a href="#DOM事件和事件委托" class="headerlink"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Js事件委托" scheme="https://xujingming.gitee.io/tags/Js%E4%BA%8B%E4%BB%B6%E5%A7%94%E6%89%98/"/>
</entry>
<entry>
<title>Js this指向</title>
<link href="https://xujingming.gitee.io/2020/071631712.html"/>
<id>https://xujingming.gitee.io/2020/071631712.html</id>
<published>2020-07-16T05:02:50.000Z</published>
<updated>2020-11-24T12:16:01.436Z</updated>
<summary type="html">
<h3 id="JS的this指向问题"><a href="#JS的this指向问题" class="headerlink" title="JS的this指向问题"></a>JS的this指向问题</h3><p>在Javascript中,有一个关键字
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Js this指向" scheme="https://xujingming.gitee.io/tags/Js-this%E6%8C%87%E5%90%91/"/>
</entry>
<entry>
<title>Js事件委托</title>
<link href="https://xujingming.gitee.io/2020/071616284.html"/>
<id>https://xujingming.gitee.io/2020/071616284.html</id>
<published>2020-07-16T05:02:50.000Z</published>
<updated>2020-09-05T03:00:24.148Z</updated>
<summary type="html">
<h1 id="DOM事件和事件委托"><a href="#DOM事件和事件委托" class="headerlink"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Js事件委托" scheme="https://xujingming.gitee.io/tags/Js%E4%BA%8B%E4%BB%B6%E5%A7%94%E6%89%98/"/>
</entry>
<entry>
<title>前端优化</title>
<link href="https://xujingming.gitee.io/2020/071627560.html"/>
<id>https://xujingming.gitee.io/2020/071627560.html</id>
<published>2020-07-16T05:02:50.000Z</published>
<updated>2020-11-24T12:12:57.858Z</updated>
<summary type="html">
<h1 id="前端性能优化"><a href="#前端性能优化" class="headerlink" title="前端性能优化"></a>前端性能优化</h1><h2 id="🚝-浏览器渲染页面的过程"><a href="#🚝-浏览器渲染页面的过程"
</summary>
<category term="前端优化" scheme="https://xujingming.gitee.io/categories/%E5%89%8D%E7%AB%AF%E4%BC%98%E5%8C%96/"/>
<category term="优化" scheme="https://xujingming.gitee.io/tags/%E4%BC%98%E5%8C%96/"/>
</entry>
<entry>
<title>Js数据类型的分类</title>
<link href="https://xujingming.gitee.io/2020/071650573.html"/>
<id>https://xujingming.gitee.io/2020/071650573.html</id>
<published>2020-07-16T05:02:50.000Z</published>
<updated>2020-09-05T03:00:22.969Z</updated>
<summary type="html">
<h2 id="基本数据类型和引用数据类型"><a href="#基本数据类型和引用数据类型" class="headerlink"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Js数据类型分类" scheme="https://xujingming.gitee.io/tags/Js%E6%95%B0%E6%8D%AE%E7%B1%BB%E5%9E%8B%E5%88%86%E7%B1%BB/"/>
</entry>
<entry>
<title>vue监听路由变化</title>
<link href="https://xujingming.gitee.io/2020/071616653.html"/>
<id>https://xujingming.gitee.io/2020/071616653.html</id>
<published>2020-07-16T05:02:50.000Z</published>
<updated>2020-11-24T12:18:13.907Z</updated>
<summary type="html">
<blockquote>
<p>vue项目中有很多地方都是跳到同一个页面,只是参数不同,根据不同参数来做处理,一开始发现只参数变而路由不变没办法检测到,想想百度了下是否能监听路由参数的变化,最终用下面的方法试了下,发现可行</p>
</blockquote>
<pre
</summary>
<category term="vue" scheme="https://xujingming.gitee.io/categories/vue/"/>
<category term="vue watch" scheme="https://xujingming.gitee.io/tags/vue-watch/"/>
</entry>
<entry>
<title>Js Dom操作</title>
<link href="https://xujingming.gitee.io/2020/07147372.html"/>
<id>https://xujingming.gitee.io/2020/07147372.html</id>
<published>2020-07-14T00:54:19.000Z</published>
<updated>2020-09-05T03:01:16.452Z</updated>
<summary type="html">
<h2 id="DOM"><a href="#DOM" class="headerlink" title="DOM"></a>DOM</h2><h3 id="DOM的概念及作用"><a href="#DOM的概念及作用" class="headerlink"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Dom" scheme="https://xujingming.gitee.io/tags/Dom/"/>
</entry>
<entry>
<title>Js this指向</title>
<link href="https://xujingming.gitee.io/2020/071473722.html"/>
<id>https://xujingming.gitee.io/2020/071473722.html</id>
<published>2020-07-14T00:54:19.000Z</published>
<updated>2020-09-05T03:01:11.463Z</updated>
<summary type="html">
<h3 id="bind"><a href="#bind" class="headerlink" title="bind"></a>bind</h3><p>bind(obj,参数1,参数2,…)</p>
<p>改变函数内部的this指向,并改变返回指向后的函数</p>
<pre
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="bind call apply" scheme="https://xujingming.gitee.io/tags/bind-call-apply/"/>
</entry>
<entry>
<title>valueOf()方法</title>
<link href="https://xujingming.gitee.io/2020/071232897.html"/>
<id>https://xujingming.gitee.io/2020/071232897.html</id>
<published>2020-07-12T05:08:24.000Z</published>
<updated>2020-07-18T07:15:43.348Z</updated>
<summary type="html">
<p><strong>摘要</strong>:类型转换,两个在对象原型的可用的方法有toString和valueOf()。在本文介绍的valueOf方法。如果存在任意值,Js默认将值转换为最容易计算的类型,valueOf()方法是原型底部的可以默认将对象转换为表示它的原始值;对象
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/tags/JavaScript%E5%9F%BA%E7%A1%80/"/>
</entry>
<entry>
<title>Js 数组去重</title>
<link href="https://xujingming.gitee.io/2020/070247912.html"/>
<id>https://xujingming.gitee.io/2020/070247912.html</id>
<published>2020-07-01T16:00:00.000Z</published>
<updated>2020-08-13T00:21:22.734Z</updated>
<summary type="html">
<p>数组去重</p>
<p>1.ES5扩展</p>
<pre class=" language-js"><code class="language-js"><span class="token keyword">var</span> arr1 <span
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Js 数组去重" scheme="https://xujingming.gitee.io/tags/Js-%E6%95%B0%E7%BB%84%E5%8E%BB%E9%87%8D/"/>
</entry>
<entry>
<title>Js Date对象</title>
<link href="https://xujingming.gitee.io/2020/061040463.html"/>
<id>https://xujingming.gitee.io/2020/061040463.html</id>
<published>2020-06-09T16:00:00.000Z</published>
<updated>2020-07-14T09:59:41.105Z</updated>
<summary type="html">
<h1 id="Date-对象"><a href="#Date-对象" class="headerlink" title="Date 对象"></a>Date 对象</h1><h2 id="Date-对象及常用API"><a href="#Date-对象及常用API"
</summary>
<category term="JavaScript基础" scheme="https://xujingming.gitee.io/categories/JavaScript%E5%9F%BA%E7%A1%80/"/>
<category term="Js Date对象" scheme="https://xujingming.gitee.io/tags/Js-Date%E5%AF%B9%E8%B1%A1/"/>
</entry>
</feed>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。