-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
1 lines (1 loc) · 19.1 KB
/
Copy pathatom.xml
File metadata and controls
1 lines (1 loc) · 19.1 KB
1
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>一喵呜</title><link href="/atom.xml" rel="self"><link href="https://hyb628.github.io/"><updated>2017-07-19T05:51:25.000Z</updated><id>https://hyb628.github.io/</id><author><name>一喵呜</name></author><generator uri="http://hexo.io/">Hexo</generator><entry><title>Vue学习:非父子组件通信</title><link href="https://hyb628.github.io/2017/07/19/Vue%E5%AD%A6%E4%B9%A0:%20%E9%9D%9E%E7%88%B6%E5%AD%90%E7%BB%84%E4%BB%B6%E9%80%9A%E4%BF%A1/"><id>https://hyb628.github.io/2017/07/19/Vue学习: 非父子组件通信/</id><published>2017-07-19T01:55:08.000Z</published><updated>2017-07-19T05:51:25.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>官方的说明:<br>有时候两个组件也需要通信 (非父子关系)。在简单的场景下,可以使用一个空的 Vue 实例作为中央事件总线:</p> </blockquote> <figure class="highlight plain"><table><tr</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="Vue" scheme="https://hyb628.github.io/tags/Vue/"></entry><entry><title>个人Mac软件工具整理</title><link href="https://hyb628.github.io/2017/07/15/macOS%E7%B3%BB%E7%BB%9F%E8%BD%AF%E4%BB%B6/"><id>https://hyb628.github.io/2017/07/15/macOS系统软件/</id><published>2017-07-15T13:11:05.000Z</published><updated>2017-07-17T06:48:53.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>收藏自己常用的macOS系统软件,觉得比较好的都慢慢记录下来。<a href="https://github.com/hyb628/macOS-App" target="_blank" rel="external">Github</a></p> <</summary><category term="工具" scheme="https://hyb628.github.io/categories/%E5%B7%A5%E5%85%B7/"><category term="mac" scheme="https://hyb628.github.io/tags/mac/"><category term="工具" scheme="https://hyb628.github.io/tags/%E5%B7%A5%E5%85%B7/"><category term="软件" scheme="https://hyb628.github.io/tags/%E8%BD%AF%E4%BB%B6/"></entry><entry><title>百度贴吧前端面试</title><link href="https://hyb628.github.io/2017/07/11/%E7%99%BE%E5%BA%A6%E8%B4%B4%E5%90%A7%E5%89%8D%E7%AB%AF%E9%9D%A2%E8%AF%95/"><id>https://hyb628.github.io/2017/07/11/百度贴吧前端面试/</id><published>2017-07-11T13:55:08.000Z</published><updated>2017-07-16T03:11:47.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>下午到了上地,去了一个大厦,约了面试官下来,就开始面试了。主要整理下面试的一些题目吧。</p> </blockquote> <h4 id="一面"><a href="#一面" class="headerlink" title="一面"></a>一面</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="面试题" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/%E9%9D%A2%E8%AF%95%E9%A2%98/"><category term="面试题" scheme="https://hyb628.github.io/tags/%E9%9D%A2%E8%AF%95%E9%A2%98/"></entry><entry><title>面试题:setTimeout 0 与 Promise的执行时机</title><link href="https://hyb628.github.io/2017/06/28/setTimeout%200%20%E4%B8%8E%20Promise%E7%9A%84%E6%89%A7%E8%A1%8C%E6%97%B6%E6%9C%BA/"><id>https://hyb628.github.io/2017/06/28/setTimeout 0 与 Promise的执行时机/</id><published>2017-06-28T01:55:08.000Z</published><updated>2017-07-19T05:44:05.000Z</updated><content type="html"></content><summary type="html"> <script async src="//jsfiddle.net/hyb628/kbnout2s/3/embed/js,result/"></script> <p>执行顺序为: <code>1 2 3 5 4</code></p></summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="面试题" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/%E9%9D%A2%E8%AF%95%E9%A2%98/"><category term="面试题" scheme="https://hyb628.github.io/tags/%E9%9D%A2%E8%AF%95%E9%A2%98/"></entry><entry><title>面试题:让javascript函数仅执行一次</title><link href="https://hyb628.github.io/2017/06/28/%E8%AE%A9javascript%E5%87%BD%E6%95%B0%E4%BB%85%E6%89%A7%E8%A1%8C%E4%B8%80%E6%AC%A1/"><id>https://hyb628.github.io/2017/06/28/让javascript函数仅执行一次/</id><published>2017-06-28T01:55:08.000Z</published><updated>2017-07-06T03:34:43.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>题目是这样的:<br>function a() {}<br>a();<br>a();<br>多次调用的时候 只让它执行一次。</p> </blockquote> <h6 id="lodash-one-的实现"><a href="#lodash-on</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="面试题" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/%E9%9D%A2%E8%AF%95%E9%A2%98/"><category term="面试题" scheme="https://hyb628.github.io/tags/%E9%9D%A2%E8%AF%95%E9%A2%98/"></entry><entry><title>面试题:传入任意1-7的数组转为对应星期问题</title><link href="https://hyb628.github.io/2017/06/28/%E4%BC%A0%E5%85%A5%E4%BB%BB%E6%84%8F1-7%E7%9A%84%E6%95%B0%E7%BB%84%E8%BD%AC%E4%B8%BA%E5%AF%B9%E5%BA%94%E6%98%9F%E6%9C%9F%E9%97%AE%E9%A2%98/"><id>https://hyb628.github.io/2017/06/28/传入任意1-7的数组转为对应星期问题/</id><published>2017-06-28T01:55:08.000Z</published><updated>2017-07-06T02:39:41.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>已知一个1-7的数组 输出对应的星期<br>如:<br>输入 [1, 2, 3, 5, 6] —-&gt; 输出 星期1-星期3 星期5 星期6<br>输入 [1, 2, 5, 6] —-&gt; 输出 星期1-星期2 星期5 星期5<</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="面试题" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/%E9%9D%A2%E8%AF%95%E9%A2%98/"><category term="面试题" scheme="https://hyb628.github.io/tags/%E9%9D%A2%E8%AF%95%E9%A2%98/"></entry><entry><title>supervisor自动监测文件修改</title><link href="https://hyb628.github.io/2017/06/23/supervisor%E7%9B%91%E6%B5%8B%E6%96%87%E4%BB%B6%E4%BF%AE%E6%94%B9/"><id>https://hyb628.github.io/2017/06/23/supervisor监测文件修改/</id><published>2017-06-23T06:26:24.000Z</published><updated>2017-06-23T11:58:59.000Z</updated><content type="html"></content><summary type="html"> <p>在node.js中,有时候项目中修改一个配置文件,需要重新<code>npm start</code> , supervisor插件很好的解决了这一难题。</p> <h4 id="supervisor安装"><a href="#supervisor安装" class="he</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="webpack" scheme="https://hyb628.github.io/tags/webpack/"><category term="supervisor" scheme="https://hyb628.github.io/tags/supervisor/"><category term="plugin" scheme="https://hyb628.github.io/tags/plugin/"></entry><entry><title>setState不及时更新的问题</title><link href="https://hyb628.github.io/2017/06/01/%E4%B8%BA%E5%95%A5%E8%AF%B4setState%E6%98%AF%E5%BC%82%E6%AD%A5%E7%9A%84/"><id>https://hyb628.github.io/2017/06/01/为啥说setState是异步的/</id><published>2017-06-01T08:46:53.000Z</published><updated>2017-06-02T07:54:49.000Z</updated><content type="html"></content><summary type="html"> <p>老早前在做项目的时候,遇到表单设置select下拉,选择完选项 在其他function函数里面需要拿这个选择的数据,通过 <code>this.state.XXX</code> 去获取,总是拿到一个旧的数据,不会及时的更新,在render里面去拿就能拿到新的数据,当时也没好</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"><category term="React" scheme="https://hyb628.github.io/tags/React/"><category term="setState" scheme="https://hyb628.github.io/tags/setState/"></entry><entry><title>JS 反转二叉树</title><link href="https://hyb628.github.io/2017/06/01/JS%E5%8F%8D%E8%BD%AC%E4%BA%8C%E5%8F%89%E6%A0%91/"><id>https://hyb628.github.io/2017/06/01/JS反转二叉树/</id><published>2017-06-01T08:46:53.000Z</published><updated>2017-06-02T05:06:50.000Z</updated><content type="html"></content><summary type="html"> <p>面试的时候,问了一个反转二叉树的实现,做个笔记。</p> <figure class="highlight plain"><table><tr><td class="gutter"><pre><div class="line">1</div><div class="line</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"></entry><entry><title>ES6的Array.from、Set数组去重</title><link href="https://hyb628.github.io/2016/09/14/ES6%E7%9A%84Array.from%E3%80%81Set%E6%95%B0%E7%BB%84%E5%8E%BB%E9%87%8D/"><id>https://hyb628.github.io/2016/09/14/ES6的Array.from、Set数组去重/</id><published>2016-09-14T06:26:24.000Z</published><updated>2017-04-29T04:03:15.000Z</updated><content type="html"></content><summary type="html"> <h5 id="Set数据结构"><a href="#Set数据结构" class="headerlink" title="Set数据结构"></a>Set数据结构</h5><p>ES6中新增了Set数据结构,类似于数组,但是 它的成员都是唯一的 ,其构造函数可以接受一个数组作为</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="ES6" scheme="https://hyb628.github.io/tags/ES6/"><category term="数组去重" scheme="https://hyb628.github.io/tags/%E6%95%B0%E7%BB%84%E5%8E%BB%E9%87%8D/"></entry><entry><title>求负数的二进制</title><link href="https://hyb628.github.io/2016/09/03/%E8%B4%9F%E6%95%B0%E7%9A%84%E4%BA%8C%E8%BF%9B%E5%88%B6/"><id>https://hyb628.github.io/2016/09/03/负数的二进制/</id><published>2016-09-03T06:26:24.000Z</published><updated>2017-06-02T17:03:07.000Z</updated><content type="html"></content><summary type="html"> <p>[转]</p> <p>负数用二进制表达。比如,假设有一 int 类型的数,值为5,那么,我们知道它在计算机中表示为:<br><figure class="highlight plain"><table><tr><td class="gutter"><pre><div cla</summary><category term="计算机基础" scheme="https://hyb628.github.io/categories/%E8%AE%A1%E7%AE%97%E6%9C%BA%E5%9F%BA%E7%A1%80/"><category term="二进制" scheme="https://hyb628.github.io/tags/%E4%BA%8C%E8%BF%9B%E5%88%B6/"></entry><entry><title>阶段性技术啰嗦(二)</title><link href="https://hyb628.github.io/2016/09/03/%E9%98%B6%E6%AE%B5%E6%80%A7%E6%8A%80%E6%9C%AF%E5%95%B0%E5%97%A62/"><id>https://hyb628.github.io/2016/09/03/阶段性技术啰嗦2/</id><published>2016-09-03T06:26:24.000Z</published><updated>2017-04-29T04:16:59.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>记得上次<a href="/2016/05/20/阶段性技术啰嗦1/">阶段性啰嗦</a>是在5月份,转眼间,就到九月了,时间过的好快,又过得好漫长,两点一线的生活,充实的生活,也懒到了一定的境界,甚是乏累。今天公司网络升级改造,所以早早就回来,就</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="ES6" scheme="https://hyb628.github.io/tags/ES6/"><category term="JSX" scheme="https://hyb628.github.io/tags/JSX/"><category term="React" scheme="https://hyb628.github.io/tags/React/"></entry><entry><title>随笔 2016-08-6</title><link href="https://hyb628.github.io/2016/08/06/20160806%E9%9A%8F%E7%AC%94/"><id>https://hyb628.github.io/2016/08/06/20160806随笔/</id><published>2016-08-06T08:36:17.000Z</published><updated>2017-04-29T08:48:03.000Z</updated><content type="html"></content><summary type="html"> <p>深夜,又是一个周末,难得这个周末啥都断想,啥都不管,就这么放空。</p> <p><img src="/images/20160806/2016-8-6.jpg" alt=""></p></summary><category term="生活" scheme="https://hyb628.github.io/categories/%E7%94%9F%E6%B4%BB/"><category term="随笔" scheme="https://hyb628.github.io/tags/%E9%9A%8F%E7%AC%94/"><category term="生活" scheme="https://hyb628.github.io/tags/%E7%94%9F%E6%B4%BB/"></entry><entry><title>SASS用法小记</title><link href="https://hyb628.github.io/2016/06/18/SASS%E7%94%A8%E6%B3%95%E5%B0%8F%E8%AE%B0/"><id>https://hyb628.github.io/2016/06/18/SASS用法小记/</id><published>2016-06-18T08:46:53.000Z</published><updated>2017-04-29T08:55:50.000Z</updated><content type="html"></content><summary type="html"> <p>之前项目用LESS,现在新项目打算用SASS,所以做个主要常用知识点小记。</p> <h4 id="在线编译地址"><a href="#在线编译地址" class="headerlink" title="在线编译地址"></a><a href="http://www.sas</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="CSS" scheme="https://hyb628.github.io/tags/CSS/"><category term="SASS" scheme="https://hyb628.github.io/tags/SASS/"></entry><entry><title>ES6数组的扩展</title><link href="https://hyb628.github.io/2016/06/13/ES6%E6%95%B0%E7%BB%84%E7%9A%84%E6%89%A9%E5%B1%95/"><id>https://hyb628.github.io/2016/06/13/ES6数组的扩展/</id><published>2016-06-13T08:46:53.000Z</published><updated>2017-04-29T09:36:39.000Z</updated><content type="html"></content><summary type="html"> <p>今天培训了,只能自己看这些东西啦。一天时间又过去了。现在文章,或者我的印象笔记都是采用Markdown 来写了, 是不是看起来比较整洁了。有点想改用Hexo, 看着很不错,markdown 也写得比较有意思 貌似。 一直想弄 ,但是又怕麻烦。</p> <h5 id="Arr</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="ES6" scheme="https://hyb628.github.io/tags/ES6/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"><category term="数组" scheme="https://hyb628.github.io/tags/%E6%95%B0%E7%BB%84/"></entry><entry><title>ES6数值的扩展</title><link href="https://hyb628.github.io/2016/06/12/ES6%E6%95%B0%E5%80%BC%E7%9A%84%E6%89%A9%E5%B1%95/"><id>https://hyb628.github.io/2016/06/12/ES6数值的扩展/</id><published>2016-06-12T08:46:53.000Z</published><updated>2017-04-29T09:45:43.000Z</updated><content type="html"></content><summary type="html"> <h5 id="数值的扩展"><a href="#数值的扩展" class="headerlink" title="数值的扩展"></a>数值的扩展</h5><p>ES6提供了二进制和八进制数值的新的写法,分别用前缀<code>0b(或0B)</code>和<code>0o(或0</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="ES6" scheme="https://hyb628.github.io/tags/ES6/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"><category term="数值" scheme="https://hyb628.github.io/tags/%E6%95%B0%E5%80%BC/"></entry><entry><title>ES6解构赋值</title><link href="https://hyb628.github.io/2016/06/11/ES6%E8%A7%A3%E6%9E%84%E8%B5%8B%E5%80%BC/"><id>https://hyb628.github.io/2016/06/11/ES6解构赋值/</id><published>2016-06-11T08:46:53.000Z</published><updated>2017-04-29T10:44:07.000Z</updated><content type="html"></content><summary type="html"> <h5 id="配置文件-babelrc"><a href="#配置文件-babelrc" class="headerlink" title="配置文件.babelrc"></a>配置文件.babelrc</h5><p>Babel的配置文件是<code>.babelrc</cod</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="ES6" scheme="https://hyb628.github.io/tags/ES6/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"><category term="数值" scheme="https://hyb628.github.io/tags/%E6%95%B0%E5%80%BC/"></entry><entry><title>BFC的理解与应用</title><link href="https://hyb628.github.io/2016/06/06/BFC%E7%9A%84%E7%90%86%E8%A7%A3%E4%B8%8E%E5%BA%94%E7%94%A8/"><id>https://hyb628.github.io/2016/06/06/BFC的理解与应用/</id><published>2016-06-06T06:26:24.000Z</published><updated>2017-04-29T12:03:44.000Z</updated><content type="html"></content><summary type="html"> <blockquote>题记:<br><br>在 CSS 面试中问 BFC 等概念,就如在 JS 面试中问闭包等概念一样,经常会刷掉一些真正优秀的人。 ——玉伯<br><br>今天突然想起之前找工作,李鹏大哥的一个面试题,问我什么是「BFC」,一脸茫然,这么专业的词语还真没听过?</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="BFC" scheme="https://hyb628.github.io/tags/BFC/"><category term="CSS" scheme="https://hyb628.github.io/tags/CSS/"></entry><entry><title>React学习笔记2</title><link href="https://hyb628.github.io/2016/05/31/React%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B02/"><id>https://hyb628.github.io/2016/05/31/React学习笔记2/</id><published>2016-05-31T12:05:11.000Z</published><updated>2017-04-29T12:29:26.000Z</updated><content type="html"></content><summary type="html"> <p>React学习笔记(一) 主要学习顶层API的东西,这里主要学习组件的生命周期东西,在这里做些笔记,免得自己健忘。<br>ReactDOM 提供了卸载组件的API,<code>ReactDOM.unmountComponentAtNode</code> 进行组件的移除或者卸</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"><category term="JSX" scheme="https://hyb628.github.io/tags/JSX/"><category term="React" scheme="https://hyb628.github.io/tags/React/"></entry><entry><title>React学习笔记1</title><link href="https://hyb628.github.io/2016/05/27/React%E5%AD%A6%E4%B9%A0%E7%AC%94%E8%AE%B01/"><id>https://hyb628.github.io/2016/05/27/React学习笔记1/</id><published>2016-05-27T12:35:24.000Z</published><updated>2017-04-29T12:54:08.000Z</updated><content type="html"></content><summary type="html"> <blockquote> <p>打算对React的学习过程 分阶段性的学习和总结吧,先把这周主要看的学的知识点做个记录,后期慢慢学到新的东西慢慢整理起来。刚开始比较生疏,难免有问题。</p> </blockquote> <h4 id="ReactDOM-render"><a hr</summary><category term="前端" scheme="https://hyb628.github.io/categories/%E5%89%8D%E7%AB%AF/"><category term="JavaScript" scheme="https://hyb628.github.io/tags/JavaScript/"><category term="JSX" scheme="https://hyb628.github.io/tags/JSX/"><category term="React" scheme="https://hyb628.github.io/tags/React/"></entry></feed>