<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title> 文章订阅 | 工具软件 | CH前端社区</title>
    <description>工具软件</description>
    <pubDate>Sun, 12 Apr 2026 22:06:46 +0000</pubDate>
    <lastBuildDate>Sun, 12 Apr 2026 22:06:46 +0000</lastBuildDate>
    <generator>CH前端社区</generator>
    <link>https://www.chinahtml.com/articles/category/6/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.chinahtml.com/articles/category/6/index.rss"/>
    <item>
      <title>给 Web 开发人员推荐的文档生成工具</title>
      <pubDate>Sun, 24 Sep 2017 13:49:49 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/37/</link>
      <guid>https://www.chinahtml.com/articles/37/</guid>
      <author>laogui</author>
      <dc:creator>laogui</dc:creator>
      <content:encoded><![CDATA[工欲善其事必先利其器，在此给 Web 开发人员推荐几款优秀的开源文档生成工具，希望能对大家有所帮助。<br />
<br />
<h4><b>1、JavaScript</b></h4><br />
<h3>JSDoc 3</h3><br />
这是一款根据 Javascript 文件中注释信息，生成 JavaScript 应用、库、模块的 API 文档的工具。你可以使用它记录如：命名空间、类、方法、方法参数等。该项目还衍生出了许多模板和其他工具来帮助生成和自定义文档，比如：<br />
<br />
模板<br />
<br />
<ul>
<li><a href="https://github.com/davidshimjs/jaguarjs-jsdoc" target="_blank" class="externalLink" rel="nofollow">jaguarjs-jsdoc</a><br />
<br />
</li>
<li><a href="https://github.com/docstrap/docstrap" target="_blank" class="externalLink" rel="nofollow">DocStrap</a> (<a href="https://docstrap.github.io/docstrap" target="_blank" class="externalLink" rel="nofollow">example</a>)...</li>
</ul><br />
<a href="https://www.chinahtml.com/articles/37/" target="_blank" class="externalLink" rel="nofollow">给 Web 开发人员推荐的文档生成工具</a>]]></content:encoded>
    </item>
    <item>
      <title>用 GitHub 能做 12 个很酷的操作</title>
      <pubDate>Wed, 13 Sep 2017 01:23:37 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/36/</link>
      <guid>https://www.chinahtml.com/articles/36/</guid>
      <author>laogui</author>
      <dc:creator>laogui</dc:creator>
      <content:encoded><![CDATA[<h2>#1 在 Github 上编辑代码</h2><br />
我要先说一个很多人都知道的事儿。<br />
<br />
当你使用 GitHub，看一些文件（任何的文本文件或者仓库），能看到一个顶部右侧有一个小铅笔图标。点击即可编辑文档。完成后，按照提示点击「 <b>Propose file change</b> 」，GitHub 会为你 fork 这个仓库并创建一个 pull request。<br />
<br />
很帅吧，GitHub 为你创建了一个分支。<br />
<br />
不需要 fork / pull / 改变 locally / push / 创建 PR，只需点击一下，就可以创建分支。<br />
<br />
<div style="text-align: center">

	<a href="https://down1.chinahtml.com/attachments/10008/" target="_blank">浏览附件10008</a>
	
&#8203;</div><br />
这对于改一些排版错误或者防恶意篡改是很有帮助的。<br />
<br />
<h2>＃2 粘贴图像</h2><br />
对于 issue 和 comment，你还可以直接粘贴图片，当你粘贴时图片会被上传至云端，然后以 MarkDown 格式显示。<br />
<br />
非常简洁。<br />
<br />
<h2>＃3 格式化代码</h2><br />
如果你想写一个 code block，你可以在开始处写三个反引号，然后 GitHub...<br />
<br />
<a href="https://www.chinahtml.com/articles/36/" target="_blank" class="externalLink" rel="nofollow">用 GitHub 能做 12 个很酷的操作</a>]]></content:encoded>
    </item>
    <item>
      <title>15 个必备的 VSCode 插件</title>
      <pubDate>Sat, 12 Aug 2017 04:26:36 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/33/</link>
      <guid>https://www.chinahtml.com/articles/33/</guid>
      <author>郑舒林</author>
      <dc:creator>郑舒林</dc:creator>
      <content:encoded><![CDATA[Visual Studio Code 是由微软开发的一款免费、跨平台的文本编辑器。由于其卓越的性能和丰富的功能，它很快就受到了大家的喜爱。<br />


	<a href="https://down1.chinahtml.com/attachments/9969/" target="_blank">浏览附件9969</a>
	
<br />
就像大多数 IDE 一样，VSCode 也有一个扩展和主题市场，包含了数以千计质量不同的插件。为了帮助大家挑选出值得下载的插件，我们针对性的收集了一些实用、有趣的插件与大家分享。<br />
<br />
<h3>1. <a href="https://marketplace.visualstudio.com/items?itemName=coderfee.open-html-in-browser" target="_blank" class="externalLink" rel="nofollow">Open-In-Browser</a> </h3><br />


	<a href="https://down1.chinahtml.com/attachments/9976/" target="_blank">浏览附件9976</a>
	
<br />
<br />
由于 VSCode 没有提供直接在浏览器中打开文件的内置界面，所以此插件在快捷菜单中添加了在默认浏览器查看文件选项，以及在客户端（Firefox，Chrome，IE）中打开命令面板选项。...<br />
<br />
<a href="https://www.chinahtml.com/articles/33/" target="_blank" class="externalLink" rel="nofollow">15 个必备的 VSCode 插件</a>]]></content:encoded>
    </item>
    <item>
      <title>让你成为 Git 和 GitHub 高手的 20 个技巧</title>
      <pubDate>Mon, 24 Jul 2017 15:55:47 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/32/</link>
      <guid>https://www.chinahtml.com/articles/32/</guid>
      <author>laogui</author>
      <dc:creator>laogui</dc:creator>
      <content:encoded><![CDATA[Git不仅是编程世界最流行的分布式版本控制系统，而且你还可以用它查找，分享以及优化你的代码。接下来就来看看怎样让Git和GitHub更好地为你服务吧。<br />
<br />
尽管现在网上有很多Git的初学者教程，而且<a href="https://guides.github.com/" target="_blank" class="externalLink" rel="nofollow">GitHub自己也提供相当一部分教程</a>，但是要找到有效提高开发者使用Git和GitHub使用效率的技巧还是不太容易的，所以我们就来教大家一些方法吧。<br />
<br />
对Git或者GitHub不熟悉的人来说，接下来的几段话会提供充分的背景知识使得您更好地理解使用技巧。在文章结尾我们会列出一些实用的资源。<br />
<br />
Git是一个分布式版本控制系统，它由<a href="http://www.infoworld.com/d/application-development/torvaldss-git-the-it-technology-software-version-control-167799" target="_blank" class="externalLink" rel="nofollow">Linus Torvalds</a>...<br />
<br />
<a href="https://www.chinahtml.com/articles/32/" target="_blank" class="externalLink" rel="nofollow">让你成为 Git 和 GitHub 高手的 20 个技巧</a>]]></content:encoded>
    </item>
    <item>
      <title>Git命令30分钟快速入门</title>
      <pubDate>Tue, 04 Jul 2017 15:38:42 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/26/</link>
      <guid>https://www.chinahtml.com/articles/26/</guid>
      <author>蔡老师</author>
      <dc:creator>蔡老师</dc:creator>
      <content:encoded><![CDATA[<div class="bbCodeBlock bbCodeQuote">
	<aside>
		
		<blockquote class="quoteContainer"><div class="quote">这是一篇给像我这样的新手或者是熟悉图形工具的老鸟看的。仅作为快速入门的教程。</div><div class="quoteExpand">点击展开...</div></blockquote>
	</aside>
</div>

	<a href="https://down1.chinahtml.com/attachments/9908/" target="_blank">浏览附件9908</a>
	
<br />
git 现在的火爆程度非同一般，它被广泛地用在大型开源项目，团队开发，以及独立开发者，甚至学生之中。<br />
<br />
初学者非常容易被<a href="https://git-scm.com/docs" target="_blank" class="externalLink" rel="nofollow">各种命令，参数</a>吓哭。但实际上刚上手你并不需要了解所有命令的用途。你可以从掌握一些简单，强大的命令开始，逐步去学习。（这就是这篇文章要讲的）。好了，上来！<br />
<h2>基本了解</h2><br />
git命令是一些命令行工具的集合，它可以用来跟踪，记录文件的变动。比如你可以进行保存，比对，分析，合并等等。这个过程被称之为版本控制。已经有一系列的版本控制系统，比如SVN, Mercurial, Perforce, CVS, Bitkeepe等等。<br />
<br />
Git是分布式的，这意味着它并不依赖于中心服务器，任何一台机器都可以有一个本地版本的控制系统，我们称之为仓库。如果是多人协作的话，你需要还需要一个线上仓库，用来同步信息。这就是GitHub,...<br />
<br />
<a href="https://www.chinahtml.com/articles/26/" target="_blank" class="externalLink" rel="nofollow">Git命令30分钟快速入门</a>]]></content:encoded>
    </item>
    <item>
      <title>Nginx 基础入门指南</title>
      <pubDate>Sun, 04 Jun 2017 08:42:06 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/19/</link>
      <guid>https://www.chinahtml.com/articles/19/</guid>
      <author>蔡老师</author>
      <dc:creator>蔡老师</dc:creator>
      <content:encoded><![CDATA[这篇教程简单介绍了 nginx 并且讲解了一些 nginx 可以解决的简单任务。这里，我们假设 nginx 已经安装在读者的机器上。如果没有，可以看一下<a href="http://nginx.org/en/docs/install.html" target="_blank" class="externalLink" rel="nofollow">如何安装 nginx</a>。这篇教程主要讲解的是如果启用和停止ngixn，和重新加载配置，描述配置文件的基本结构和怎样搭建一个 nginx 静态辅助器，怎样配置 nginx 作为一个代理服务器来。 nginx 有一个主进程和其他子进程。主进程的主要工作是加载和执行配置文件，并且驻留子进程。子进程用来作为实际的请求处理。nginx 采取基于事件的模型和 OS 依赖的机制，在多个子进程之间高效的分配请求。子进程的个数会直接写在配置文件中并且，对于给定的配置可以是固定的，或者根据可用的 CPU 核数自动的进行调整（参考 <a href="http://nginx.org/en/docs/ngx_core_module.html#worker_processes" target="_blank" class="externalLink" rel="nofollow">子进程</a>）。 nginx...<br />
<br />
<a href="https://www.chinahtml.com/articles/19/" target="_blank" class="externalLink" rel="nofollow">Nginx 基础入门指南</a>]]></content:encoded>
    </item>
    <item>
      <title>15 款炫酷的 Sublime Text 插件推荐</title>
      <pubDate>Sat, 03 Jun 2017 03:25:30 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/16/</link>
      <guid>https://www.chinahtml.com/articles/16/</guid>
      <author>shenlan</author>
      <dc:creator>shenlan</dc:creator>
      <content:encoded><![CDATA[<a href="https://down1.chinahtml.com/attachments/9804/" target="_blank">浏览附件9804</a>
	
<br />
Sublime Text 是目前最受欢迎的代码编辑器，因其高效、简洁和插件丰富等特点受到开发者的喜爱。<br />
<br />
为了帮助大家充分利用 Sublime 的优势，本文筛选了开发者日常使用较多的 15 款 Sublime Text 插件。如果您有更好的项目推荐，欢迎留言分享。<br />
<br />
<span style="font-size: 15px"><b><a href="https://packagecontrol.io/packages/Package%20Control" target="_blank" class="externalLink" rel="nofollow">Package Control</a></b></span><br />


	<a href="https://down1.chinahtml.com/attachments/9805/" target="_blank">浏览附件9805</a>
	
<br />
<br />
这是 Sublime 的插件管理器，可以为安装和删除软件包带来方便。如果你尚未安装此插件，建议先安装，以便于试用文中提及的其他插件。<br />
<br />
<span style="font-size: 15px"><b><a href="https://packagecontrol.io/packages/JavaScript%20%26%20NodeJS%20Snippets" target="_blank" class="externalLink" rel="nofollow">JavaScript &amp; NodeJS Snippets</a></b></span>...<br />
<br />
<a href="https://www.chinahtml.com/articles/16/" target="_blank" class="externalLink" rel="nofollow">15 款炫酷的 Sublime Text 插件推荐</a>]]></content:encoded>
    </item>
  </channel>
</rss>
