<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>资源 on 疯狂的技术宅</title><link>https://fe-tech.viewnode.com/tags/%E8%B5%84%E6%BA%90/</link><description>Recent content in 资源 on 疯狂的技术宅</description><generator>Hugo -- gohugo.io</generator><language>zh-CN</language><lastBuildDate>Sun, 30 May 2021 10:00:00 +0800</lastBuildDate><atom:link href="https://fe-tech.viewnode.com/tags/%E8%B5%84%E6%BA%90/index.xml" rel="self" type="application/rss+xml"/><item><title>写给 js 程序员的 Dart 语言教程</title><link>https://fe-tech.viewnode.com/post/202105/30/</link><pubDate>Sun, 30 May 2021 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202105/30/</guid><description>让我们以 JS 程序员的身份学习 Dart 语言：深入研究 OOP、类、继承和 mixins、异步、回调、async/await 和流。 本文针对那些了解 React</description></item><item><title>15 个优秀的响应式 CSS 框架</title><link>https://fe-tech.viewnode.com/post/202102/08/</link><pubDate>Mon, 08 Feb 2021 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202102/08/</guid><description>响应式 Web 设计旨在为各种设备（从台式机显示器到手机）提供最佳的浏览体验。本文汇总了一些优秀的响应式 Web 设计 HTML 和 CSS 框架。这些框架都是开源的并免费的</description></item><item><title>还在用 console.log() 调试 js 代码？</title><link>https://fe-tech.viewnode.com/post/202012/14/</link><pubDate>Mon, 14 Dec 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202012/14/</guid><description>JavaScript中的 console 对象可用于访问浏览器调试控制台，可以用它在控制台中输出代码中变量的值。 不过很多人都只用 console.log() 在浏览器控制台中进行输出调</description></item><item><title>用回溯算法求解数独问题</title><link>https://fe-tech.viewnode.com/post/202009/27/</link><pubDate>Sun, 27 Sep 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202009/27/</guid><description>前几天我们在《浅析常见的算法范式 》中讨论了一些常见的算法范式，但是还留下了回溯算法没有解决。本文来研究回溯算法。 回溯是通过逐步构建解决方案来</description></item><item><title>写 JavaScript 代码的几个小技巧</title><link>https://fe-tech.viewnode.com/post/202009/25/</link><pubDate>Fri, 25 Sep 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202009/25/</guid><description>1. 生成指定区间内的数字 有时候需要创建在某个数字范围内的数组。比如在选择生日时。以下是最简单的实现方法。 let start = 1900, end = 2000; [...new Array(end + 1).keys()].slice(start); // [ 1900, 1901, ..., 2000] // 也</description></item><item><title>检查 JavaScript 变量是否为数字的几种方式</title><link>https://fe-tech.viewnode.com/post/202009/23/</link><pubDate>Wed, 23 Sep 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202009/23/</guid><description>介绍 JavaScript 是一种动态类型的语言，这意味着解释器是在运行时确定变量类型的。这允许我们可以用同一变量中存储不同类型的数据。但是如果没有文档和保持一致</description></item><item><title>顶级在线设计工具收藏</title><link>https://fe-tech.viewnode.com/post/202009/02/</link><pubDate>Wed, 02 Sep 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202009/02/</guid><description>介绍 这是一些精心挑选的在线工具，这些工具都经过了测试，我发现它们非常有用，并与大家分享。 背景 1. SVG BACKGROUNDS 与PNG、JPG 或 GIF一样，SVG 图像也</description></item><item><title>免费 UI 套件精选</title><link>https://fe-tech.viewnode.com/post/202008/21/</link><pubDate>Fri, 21 Aug 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202008/21/</guid><description>本文列出了精心挑选的清单，其中包含精美且免费的 UI 套件，这些套件可以直接从 Github 下载源代码。 Jinja版本由 AppSeed 提供，该平台使用自动化工具生成简单的</description></item><item><title>14个最佳免费图标资源网站</title><link>https://fe-tech.viewnode.com/post/202008/20/</link><pubDate>Thu, 20 Aug 2020 10:00:00 +0800</pubDate><guid>https://fe-tech.viewnode.com/post/202008/20/</guid><description>在本文中我精心挑选出了 14 个最好的免费图标网站，使你不必再去四处寻找资源。 LineIcons 网址：https://lineicons.com/ LineIcons 是 2020 年最好的免</description></item></channel></rss>