<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[蹦蹬儿你个蹦蹬儿]]></title><description><![CDATA[蹦蹬儿你个蹦蹬儿]]></description><link>https://blog.chenkeyi.com/</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Dec 2019 03:45:05 GMT</lastBuildDate><atom:link href="https://blog.chenkeyi.com//atom.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><item><title><![CDATA[blog又迁移了]]></title><description><![CDATA[【摘要】第二次大折腾博客了，上次把博客放到了我的小水管vps上，用github的webhook做持续集成。前段时间github出了个新功能——Actions，完全适合我的需求，所以我就忙活着把博客又迁到了github上，用Actions做自动发布。域名也直接cname到了老域名，而且还能自带github的https的绿标，爽。
![力量!](https://t10.baidu.com/it/u=5... <a href="https://blog.chenkeyi.com//2019/11/12/blog-migrate2/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/11/12/blog-migrate2/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/11/12/blog-migrate2/</guid><pubDate>Tue, 12 Nov 2019 09:38:00 GMT</pubDate></item><item><title><![CDATA[functional-javascript-v3学习笔记]]></title><description><![CDATA[【摘要】这是我在frontend-masters上学习Kyle Simpson的课程functional-javascript-v3的学... <a href="https://blog.chenkeyi.com//2019/11/11/functional-javascript-v3-note/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/11/11/functional-javascript-v3-note/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/11/11/functional-javascript-v3-note/</guid><pubDate>Mon, 11 Nov 2019 09:21:50 GMT</pubDate></item><item><title><![CDATA[函数式编程-示例应用(译)]]></title><description><![CDATA[【摘要】翻译自https://mostly-adequate.gitbooks.io/mostly-adequate-guide/第六章

声明式代码

我们将要转变一下思想。从现在起，我们将不再告诉电脑怎么执行它的任务，取而代之的是指出明确希望得到的结果。我敢保证，这种做法与... <a href="https://blog.chenkeyi.com//2019/07/31/fp-chapter6/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/31/fp-chapter6/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/31/fp-chapter6/</guid><pubDate>Wed, 31 Jul 2019 10:31:21 GMT</pubDate></item><item><title><![CDATA[《head first设计模式》笔记]]></title><description><![CDATA[【摘要】最近看了《head first设计模式》这本书，十分推荐。最开始以为是一本严肃的技术书，结果内容非常轻松有趣，很容易阅读，很适合入门阅读，之后还准备入一本纸质的做一下每章后面的填字游戏 -。-。
虽然书里代码都是用的java，讲的也是面向对象下的设计模式，我看的时候用typescript把例子也都能实现出来，顺便加深了一下对面向对象和对typescript的理解。

![](../public/i... <a href="https://blog.chenkeyi.com//2019/07/30/head-first-design-pattern/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/30/head-first-design-pattern/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/30/head-first-design-pattern/</guid><pubDate>Tue, 30 Jul 2019 11:55:41 GMT</pubDate></item><item><title><![CDATA[函数式编程-组合(译)]]></title><description><![CDATA[【摘要】翻译自https://mostly-adequate.gitbooks.io/mostly-adequate-guide/第五 章</... <a href="https://blog.chenkeyi.com//2019/07/30/fp-chapter5-compose/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/30/fp-chapter5-compose/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/30/fp-chapter5-compose/</guid><pubDate>Tue, 30 Jul 2019 10:58:21 GMT</pubDate></item><item><title><![CDATA[函数式编程-柯里化(译)]]></title><description><![CDATA[【摘要】我发现又能学英语又能不耽误学技术的最好方法就是看英文的技术文档和教程- -
而翻译文档可以又既加深英语理解，又能加深对文档的记忆和理解，真是一举多得😂
翻译自<a href="https://mostly-adequate.gitbooks.io/mostly-adequate-guide/" target="_blank" rel="noopener noreferrer"... <a href="https://blog.chenkeyi.com//2019/07/30/fp-chapter4-currying/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/30/fp-chapter4-currying/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/30/fp-chapter4-currying/</guid><pubDate>Tue, 30 Jul 2019 10:31:21 GMT</pubDate></item><item><title><![CDATA[flex和grid布局相关知识整理]]></title><description><![CDATA[【摘要】undefined... <a href="https://blog.chenkeyi.com//2019/07/02/flex-and-grid/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/02/flex-and-grid/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/02/flex-and-grid/</guid><pubDate>Tue, 02 Jul 2019 04:48:21 GMT</pubDate></item><item><title><![CDATA[http协议相关笔记整理]]></title><description><![CDATA[【摘要】http协议相关笔记整理xmind

http... <a href="https://blog.chenkeyi.com//2019/07/01/http/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/01/http/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/01/http/</guid><pubDate>Mon, 01 Jul 2019 09:33:49 GMT</pubDate></item><item><title><![CDATA[每日学习笔记]]></title><description><![CDATA[【摘要】记录每天的收获或者优秀文章链接... <a href="https://blog.chenkeyi.com//2019/07/01/study-2019/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/07/01/study-2019/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/07/01/study-2019/</guid><pubDate>Mon, 01 Jul 2019 09:33:49 GMT</pubDate></item><item><title><![CDATA[js模块化和webpack相关整理]]></title><description><![CDATA[【摘要】(ps:发现用xmind形式记笔记很好用诶)

js模块化
Webpack 概念
Webpack 使用
![Webpack config](../public/image... <a href="https://blog.chenkeyi.com//2019/06/03/js-module-webpack/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/06/03/js-module-webpack/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/06/03/js-module-webpack/</guid><pubDate>Mon, 03 Jun 2019 07:05:56 GMT</pubDate></item><item><title><![CDATA[正则表达式学习笔记]]></title><description><![CDATA[【摘要】教程地址... <a href="https://blog.chenkeyi.com//2019/01/10/regexp-study/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/01/10/regexp-study/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/01/10/regexp-study/</guid><pubDate>Thu, 10 Jan 2019 17:21:50 GMT</pubDate></item><item><title><![CDATA[2018总结，2019计划]]></title><description><![CDATA[【摘要】按照惯例又来打鸡血立flag了。... <a href="https://blog.chenkeyi.com//2019/01/03/flag-2019/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2019/01/03/flag-2019/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2019/01/03/flag-2019/</guid><pubDate>Thu, 03 Jan 2019 15:40:50 GMT</pubDate></item><item><title><![CDATA[使用electron实现爬虫]]></title><description><![CDATA[【摘要】果然用浏览器访问才是王道...... <a href="https://blog.chenkeyi.com//2018/12/21/electron-spider/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/12/21/electron-spider/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/12/21/electron-spider/</guid><pubDate>Fri, 21 Dec 2018 09:22:22 GMT</pubDate></item><item><title><![CDATA[纪念一下发布的第一个npm模块]]></title><description><![CDATA[【摘要】纪念一下发布的第一个npm模块😂， 因为最近研究node爬虫，需要免费动态ip代理发出请求，所以搞了一个模块，用于获取免费ip代理并且发出请求。地址:https://www.npmjs.com/package/ip-proxy-request

主要学习一下npm的发布流程，还顺便学习实践了一下单... <a href="https://blog.chenkeyi.com//2018/05/07/ip-proxy-request/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/05/07/ip-proxy-request/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/05/07/ip-proxy-request/</guid><pubDate>Mon, 07 May 2018 04:36:00 GMT</pubDate></item><item><title><![CDATA[vue源码学习笔记--事件机制]]></title><description><![CDATA[【摘要】今天来看看vue的事件相关方法，本来想先看模板渲染和虚拟dom相关的内容，但是看了2天之后，感觉那一块内容很多而且难- -，所以先啃这块比较简单一点的骨头好了。... <a href="https://blog.chenkeyi.com//2018/03/21/vue-source-code-study-4/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/03/21/vue-source-code-study-4/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/03/21/vue-source-code-study-4/</guid><pubDate>Wed, 21 Mar 2018 13:40:00 GMT</pubDate></item><item><title><![CDATA[blog折腾小记，and神器推荐]]></title><description><![CDATA[【摘要】这2天把博客换了个域名，那个coolmogu的域名不准备续费了- -，目前都强制302到了这个域名。跟着这个教程搞了https+github的webhook，域名前面有个绿色的标志看上去就是爽
![力量!](https://t10.baidu.com/it/u=558790623,3... <a href="https://blog.chenkeyi.com//2018/03/21/blog-transfer/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/03/21/blog-transfer/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/03/21/blog-transfer/</guid><pubDate>Wed, 21 Mar 2018 07:38:00 GMT</pubDate></item><item><title><![CDATA[vue源码学习笔记--Vue数据响应式原理]]></title><description><![CDATA[【摘要】学习代码仓库... <a href="https://blog.chenkeyi.com//2018/03/19/vue-source-code-study-3/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/03/19/vue-source-code-study-3/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/03/19/vue-source-code-study-3/</guid><pubDate>Mon, 19 Mar 2018 10:32:00 GMT</pubDate></item><item><title><![CDATA[vue源码学习笔记--全局api解析]]></title><description><![CDATA[【摘要】学习代码仓库... <a href="https://blog.chenkeyi.com//2018/03/09/vue-source-code-study-2/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/03/09/vue-source-code-study-2/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/03/09/vue-source-code-study-2/</guid><pubDate>Fri, 09 Mar 2018 11:58:00 GMT</pubDate></item><item><title><![CDATA[vue源码学习笔记--初始化流程]]></title><description><![CDATA[【摘要】学习代码仓库... <a href="https://blog.chenkeyi.com//2018/03/08/vue-source-code-study-1/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/03/08/vue-source-code-study-1/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/03/08/vue-source-code-study-1/</guid><pubDate>Thu, 08 Mar 2018 03:48:00 GMT</pubDate></item><item><title><![CDATA[TypeScript学习笔记 - 函数]]></title><description><![CDATA[【摘要】TypeScript学习笔记 - 函数... <a href="https://blog.chenkeyi.com//2018/02/28/typescript3/">阅读全文</a>]]></description><link>https://blog.chenkeyi.com//2018/02/28/typescript3/</link><guid isPermaLink="true">https://blog.chenkeyi.com//2018/02/28/typescript3/</guid><pubDate>Wed, 28 Feb 2018 06:25:00 GMT</pubDate></item></channel></rss>