-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
9 lines (6 loc) · 8.16 KB
/
Copy pathindex.html
File metadata and controls
9 lines (6 loc) · 8.16 KB
1
2
3
4
5
6
7
8
9
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="description" content="一个刘庆伟用来写博客的地方"><meta name="keyword"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>刘庆伟的日志中心</title><link rel="shortcut icon" href="/images/avatar.png" type="image/x-icon"><link href="/styles/site.css" rel="stylesheet"><meta name="generator" content="Hexo 5.4.2"></head><body><header class="container" id="header"><div class="header"><div class="header-left"><div class="avatar"><img src="/images/avatar.png"></div><div class="author"><div class="author-name"><a href="/">刘庆伟的日志中心</a></div><div class="about-me">一个渣渣前端切图仔用来写日志的地方</div></div></div><div class="header-right"><ul class="navigation"><li><a href="/archives">归档</a></li></ul></div><div class="about-me-mask"><div class="about-me-wrap"><div class="about-me__header"><div class="avatar"><img src="/images/avatar.png"></div></div><ul class="socials"><li class="social-item"><span class="label"><img src="/images/socials/github.svg" alt="https://github.com/qwei79"></span><a href="https://github.com/qwei79" target="_blank" title="https://github.com/qwei79">https://github.com/qwei79</a></li><li class="social-item"><span class="label"><img src="/images/socials/email.svg" alt="qwei@msn.com"></span><span>qwei@msn.com</span></li><li class="social-item"><span class="label"><img src="/images/socials/wechat.svg" alt="liuqw579"></span><span>liuqw579</span></li></ul></div></div></div></header><div class="container home"><section class="article"><a class="title" href="/2023/10/04/singleton-pattern/">单例模式</a><div class="content excerpt">单例模式是一种常见且重要的设计模式,用于确保一个类只有一个实例,并提供对该实例的全局访问点。</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/10/04/singleton-pattern/">全文...</a><div class="article-footer__right"><span class="date">写于2023年10月04日</span></div></div></section><section class="article"><a class="title" href="/2023/05/24/patterns/">前端用的到的设计模式</a><div class="content excerpt">在前端开发中,使用设计模式可以帮助我们更好地组织代码、提高代码的可读性和可复用性,从而提高开发效率和项目质量。本文将介绍几种常用的设计模式,并提供详细的示例和代码解释。</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/05/24/patterns/">全文...</a><div class="article-footer__right"><span class="date">写于2023年05月24日</span></div></div></section><section class="article"><a class="title" href="/2023/05/16/socketio/">Socket.IO 入门指南:实时通信应用程序开发</a><div class="content excerpt">Socket.IO、建立连接、发送和接收数据、断开连接等方面的详细介绍。如果你想了解如何开发实时、双向和事件性通信应用程序,本文会是一个不错的起点。</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/05/16/socketio/">全文...</a><div class="article-footer__right"><span class="date">写于2023年05月16日</span></div></div></section><section class="article"><a class="title" href="/2023/05/12/pure-function/">纯函数:为什么它们是函数式编程的基石?</a><div class="content excerpt">什么是纯函数?它有什么好处与优势?</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/05/12/pure-function/">全文...</a><div class="article-footer__right"><span class="date">写于2023年05月12日</span></div></div></section><section class="article"><a class="title" href="/2023/05/09/type-interface/">功能相似场景雷同,TS中的 type 和 interface 到底有什么区别?</a><div class="content excerpt">TypeScript 中的 type 和 interface 是定义类型的两种方式,虽然它们有一些相似之处,但它们之间也有一些明显的区别。我们来一起看看它们的区别以及它们各自的应用场景,让大家更好地理解和使用这两个关键字。</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/05/09/type-interface/">全文...</a><div class="article-footer__right"><span class="date">写于2023年05月09日</span></div></div></section><section class="article"><a class="title" href="/2023/05/06/webpack/">入门Webpack:从安装到打包</a><div class="content excerpt">Webpack是一个非常强大的工具,可以帮助我们管理和打包应用程序中的各种资源。跟我一起来看下Webpack的安装、配置和打包等基本使用方法,做一个快速入门。</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/05/06/webpack/">全文...</a><div class="article-footer__right"><span class="date">写于2023年05月06日</span></div></div></section><section class="article"><a class="title" href="/2023/05/05/symbol/">独一无二的 Symbol,到底怎么用?</a><div class="content excerpt">新晋原始数据类型 Symbol,能用吗?好用吗?怎么用?</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/05/05/symbol/">全文...</a><div class="article-footer__right"><span class="date">写于2023年05月05日</span></div></div></section><section class="article"><a class="title" href="/2023/04/28/reacthook/">React Hooks 全方位解析</a><div class="content excerpt">如果你想让你的 React 代码更加整洁,易于维护,那么恭喜你,React Hooks 将会是你的好帮手!</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/04/28/reacthook/">全文...</a><div class="article-footer__right"><span class="date">写于2023年04月28日</span></div></div></section><section class="article"><a class="title" href="/2023/04/27/promise/">promise</a><div class="content excerpt">作为面试老伙计,工作好伙伴的promise,我们对它的了解有多少呢?</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/04/27/promise/">全文...</a><div class="article-footer__right"><span class="date">写于2023年04月27日</span></div></div></section><section class="article"><a class="title" href="/2023/04/26/deepclone/">深拷贝咋就这么难呢?</a><div class="content excerpt">在深拷贝过程中,有一个特别烦人的问题,就是循环引用。如果出现循环引用的情况,就会导致程序陷入死循环或抛出异常。那该怎么办呢?</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/04/26/deepclone/">全文...</a><div class="article-footer__right"><span class="date">写于2023年04月26日</span></div></div></section><section class="article"><a class="title" href="/2023/04/25/base64%E6%98%AF%E5%8A%A0%E5%AF%86%E8%BF%98%E6%98%AF%E7%BC%96%E7%A0%81%EF%BC%9F%E6%88%91%E7%94%A8JS%E6%9D%A5%E8%AE%B2%E7%BB%99%E4%BD%A0%E5%90%AC%E3%80%82/">base64是加密还是编码?我用JS来讲给你听。</a><div class="content excerpt">base64根本不是什么加密,就是一种编码方式,你问为什么,且听我细细道来。</div><div class="tags"></div><div class="article-footer"><a class="excerpt-link" href="/2023/04/25/base64%E6%98%AF%E5%8A%A0%E5%AF%86%E8%BF%98%E6%98%AF%E7%BC%96%E7%A0%81%EF%BC%9F%E6%88%91%E7%94%A8JS%E6%9D%A5%E8%AE%B2%E7%BB%99%E4%BD%A0%E5%90%AC%E3%80%82/">全文...</a><div class="article-footer__right"><span class="date">写于2023年04月25日</span></div></div></section></div><div id="backToTop"><div class="back-arrow back-arrow-left"></div><div class="back-arrow back-arrow-right"></div></div><footer class="container"><div class="rights"><span>Powered by </span><a href="http://hexo.io" target="_blank">Hexo</a><span>, Theme </span><a href="https://github.com/gary-Shen/hexo-theme-bear" target="_blank">Bear</a><span>.</span></div></footer>
<script src="/script/jquery.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script src="/script/index.js"></script>
</body></html>