<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>JavaScript on 飞狐的部落格</title>
    <link>https://lucumt.info/tags/javascript/</link>
    <description>Recent content in JavaScript on 飞狐的部落格</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 26 Sep 2022 09:39:47 +0800</lastBuildDate>
    <atom:link href="https://lucumt.info/tags/javascript/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>JavaScript学习-reduce函数</title>
      <link>https://lucumt.info/post/js/using-reduce-function-on-array/</link>
      <pubDate>Mon, 26 Sep 2022 09:39:47 +0800</pubDate>
      <guid>https://lucumt.info/post/js/using-reduce-function-on-array/</guid>
      <description>&lt;p&gt;简要记录下自己对于&lt;code&gt;JavaScript&lt;/code&gt;中&lt;a href=&#34;https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/reduce&#34;&gt;&lt;strong&gt;reduce()&lt;/strong&gt;&lt;/a&gt;函数的学习小结。&lt;/p&gt;</description>
    </item>
    <item>
      <title>在Chrome中将上传的文件夹数据转化为按树结构展示</title>
      <link>https://lucumt.info/post/web/convert-folder-upload-data-to-tree-node-in-chrome/</link>
      <pubDate>Sun, 20 Feb 2022 20:38:18 +0800</pubDate>
      <guid>https://lucumt.info/post/web/convert-folder-upload-data-to-tree-node-in-chrome/</guid>
      <description>&lt;p&gt;项目中有个模块支持按文件夹选中批量上传，用户希望在真正上传之前能够在浏览器中实时预览选中的文件夹层级结构，本文基于&lt;code&gt;Chrome&lt;/code&gt;浏览器为例，简要说明这一实现。&lt;/p&gt;</description>
    </item>
    <item>
      <title>解决EasyUI DataGrid中的行在列冻结时无法对齐的问题</title>
      <link>https://lucumt.info/post/web/easyui-datagrid-row-not-align-when-column-frozen/</link>
      <pubDate>Sun, 06 Aug 2017 00:06:36 +0800</pubDate>
      <guid>https://lucumt.info/post/web/easyui-datagrid-row-not-align-when-column-frozen/</guid>
      <description>&lt;p&gt;相对于传统的用HTML中TABLE实现的表格，利用&lt;a href=&#34;https://www.jeasyui.com&#34;&gt;&lt;strong&gt;EasyUI&lt;/strong&gt;&lt;/a&gt;中的&lt;a href=&#34;https://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&#34;&gt;&lt;strong&gt;DataGrid&lt;/strong&gt;&lt;/a&gt;实现的表格具有很多优点，如可以对列宽进行拖动调整、列冻结、行冻结、自定义格式化等功能，故而在Web开发中得到了广泛的应用。最近自己在使用DataGrid的列冻结功能时遇到了由于某些单元格中的内容较多导致该行无法对齐的问题，由于当前在EasyUI官网中无法找到该问题的解决方案，自己研究DataGrid的实现原理后，找到了变通的解决方案，故先记录下。&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
