<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Discuz! Board - 前端</title>
    <link>http://8.148.217.200/xmyc/forum.php?mod=forumdisplay&amp;fid=2</link>
    <description>Latest 20 threads of 前端</description>
    <copyright>Copyright(C) Discuz! Board</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 11 May 2026 18:41:40 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://8.148.217.200/xmyc/static/image/common/logo_88_31.gif</url>
      <title>Discuz! Board</title>
      <link>http://8.148.217.200/xmyc/</link>
    </image>
    <item>
      <title>探索类型系统的底层 - 自己实现一个 TypeScript</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=6</link>
      <description><![CDATA[防抖 (debounce)


防抖，顾名思义，防止抖动，以免把一次事件误认为多次，敲键盘就是一个每天都会接触到的防抖操作。

[*]想要了解一个概念，必先了解概念所应用的场景。在 JS 这个世界中，有哪些防抖的场景呢登录、发 ...]]></description>
      <category>前端</category>
      <author>admin</author>
<enclosure url="http://8.148.217.200/xmyc/data/attachment/forum/202007/27/202833kzy49cd4n21eyet9.png" length="56617" type="image/jpeg" />      <pubDate>Mon, 28 Jan 2030 17:48:54 +0000</pubDate>
    </item>
    <item>
      <title>哈哈哈哈哈测试测试</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=213</link>
      <description><![CDATA[1、联系教学楼、应力管桩改钻孔灌注桩2、第1项清单，灌注桩工程桩（实桩），审核方单有误，还是对数之前的单价，按调整后的工程量重新组价单价应元/m。涉及金额元。3、联系单054 操场跑道现浇塑胶改预制塑胶变更事宜4、第1项清单，跑道（原清单工程量及单价），审核方工 ...]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Tue, 09 Sep 2025 06:33:01 +0000</pubDate>
    </item>
    <item>
      <title>demo资讯测试</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=172</link>
      <description><![CDATA[这是一个我非常喜欢的模版，但是我不是太喜欢disuz社区的环境，因为这里的商业气息太重了
插入代码也非常的方便]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Sun, 18 Aug 2024 03:41:50 +0000</pubDate>
    </item>
    <item>
      <title>请问应付账款的借方如何重分类？</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=151</link>
      <description><![CDATA[这是一个基础问题，相信很多人都会吧]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Thu, 11 Jan 2024 11:45:01 +0000</pubDate>
    </item>
    <item>
      <title>我的这个代码写的怎么样</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=132</link>
      <description><![CDATA[1、鉴于代码量很少，没看到注释只能假设你只是写着练习练习，否则，正式上手的时候需要详细的注释，成员变量的作用，成员函数的作用都要写清楚。

2、成员函数的定义和申明放在一起不好，通常做法是头文件里放申明，CPP文件里放定义
3、如果你使用的整数有特定含义，如 ...]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Tue, 28 Feb 2023 08:43:03 +0000</pubDate>
    </item>
    <item>
      <title>也使中国成为美国、俄罗</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=67</link>
      <description><![CDATA[百度拥有数千名研发工程师，这是中国乃至全球最为优秀的技术团队，这支队伍掌握着世界上最为先进的搜索引擎技术，使百度成为中国掌握世界尖端科学核心技术的中国高科技企业，也使中国成为美国、俄罗斯、和韩国之外，全球仅有的4个拥有搜索引擎核心技术的国家之一。
 ...]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Sun, 01 Aug 2021 01:28:31 +0000</pubDate>
    </item>
    <item>
      <title>请问大家怎么设置html的属性呢？</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=57</link>
      <description><![CDATA[请问大家怎么设置html的属性呢？]]></description>
      <category>前端</category>
      <author>linfeng</author>
      <pubDate>Mon, 14 Jun 2021 09:10:15 +0000</pubDate>
    </item>
    <item>
      <title>探索类型系统的底层 - 自己实现一个 TypeScript</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=23</link>
      <description><![CDATA[本文收录于 GitHub 日问: DailyQuestion，内含大厂内推机会、面经大全及若干面试题，每天学习五分钟，一年进入大厂中。


防抖 (debounce)
[hr]
防抖，顾名思义，防止抖动，以免把一次事件误认为多次，敲键盘就是一个每天都会接触到的防抖操作。


[*]

代码如下，可以 ...]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Fri, 27 Nov 2020 09:38:32 +0000</pubDate>
    </item>
    <item>
      <title>flex布局两个子元素的时候，为什么靠左靠右，怎么解决</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=14</link>
      <description><![CDATA[flex布局两个子元素的时候靠左靠右，怎么解决，三个就正常]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Thu, 22 Oct 2020 07:08:38 +0000</pubDate>
    </item>
    <item>
      <title>付费主题演示-部分内容需要付费后才能观看</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=9</link>
      <description><![CDATA[]]></description>
      <category>前端</category>
      <author>admin</author>
      <pubDate>Sat, 19 Sep 2020 02:30:57 +0000</pubDate>
    </item>
    <item>
      <title>学前端应该怎样学</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=8</link>
      <description><![CDATA[怎样入门]]></description>
      <category>前端</category>
      <author>test</author>
      <pubDate>Wed, 29 Jul 2020 15:15:28 +0000</pubDate>
    </item>
    <item>
      <title>探索类型系统的底层 - 自己实现一个 TypeScript</title>
      <link>http://8.148.217.200/xmyc/forum.php?mod=viewthread&amp;tid=1</link>
      <description><![CDATA[这篇文章包含两个部分：

A 部分：类型系统编译器概述(包括 TypeScript)


[*]语法 vs 语义
[*]什么是 AST？
[*]编译器的类型
[*]语言编译器是做什么的？
[*]语言编译器是如何工作的？
[*]类型系统编译器职责
[*]高级类型检查器的功能

B 部分：构建我们自己的类型系统 ...]]></description>
      <category>前端</category>
      <author>技术大牛</author>
      <pubDate>Mon, 27 Jul 2020 09:42:16 +0000</pubDate>
    </item>
  </channel>
</rss>