<?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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title> 文章订阅 | 技术新知 | CH前端社区</title>
    <description>技术新知</description>
    <pubDate>Wed, 15 Apr 2026 16:51:00 +0000</pubDate>
    <lastBuildDate>Wed, 15 Apr 2026 16:51:00 +0000</lastBuildDate>
    <generator>CH前端社区</generator>
    <link>https://www.chinahtml.com/articles/category/5/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.chinahtml.com/articles/category/5/index.rss"/>
    <item>
      <title>2018 年最具就业前景的编程语言，Java、Python、JavaScript 排前三</title>
      <pubDate>Wed, 03 Jan 2018 13:01:45 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/48/</link>
      <guid>https://www.chinahtml.com/articles/48/</guid>
      <author>CH首席编辑</author>
      <dc:creator>CH首席编辑</dc:creator>
      <content:encoded><![CDATA[2018 年来了，Coding Dojo（编码道场）近期发布了 2018 最具就业前景的 7 大编程语言。该公司分析了来自 Indeed 的 25 门编程语言、栈和框架的数据，以找出雇主最需求的七个数据。数据基于每种语言的工作发布数量。<br />
<br />
需先说明的是，国内和国外的情况有所差异，以下数据和分析仅供参考。<br />
<br />


	<a href="https://file.chinahtml.com/attachments/10464/" target="_blank">浏览附件10464</a>
	
<br />
<br />
结果发现，位居前三名的分别为 Java、Python 和 JavaScript ，但相比去年的数据，只有 Python 是岗位有所增长的。而且 Coding Dojo 认为，随着对机器学习开发人员需求的增长，未来对 Python 的需求还将继续增长。<br />
<br />
像 Swift 、R 和 Ruby 这样的有很多开发者喜欢的语言并没有进入前七，因为它们的求职需求相对较低。<br />
<br />


	<a href="https://file.chinahtml.com/attachments/10465/" target="_blank">浏览附件10465</a>
	
<br />
<br />
<b>1、Java</b><br />
<br />
与 2017 年相比，Java 在 2018 年的受欢迎程度会有所下降，职位减少了约 6000，但依然受欢迎。 Java 已经有 20...<br />
<br />
<a href="https://www.chinahtml.com/articles/48/" target="_blank" class="externalLink" rel="nofollow">2018 年最具就业前景的编程语言，Java、Python、JavaScript 排前三</a>]]></content:encoded>
      <slash:comments>1</slash:comments>
    </item>
    <item>
      <title>webpack 3 正式版发布!</title>
      <pubDate>Wed, 21 Jun 2017 01:33:31 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/24/</link>
      <guid>https://www.chinahtml.com/articles/24/</guid>
      <author>laogui</author>
      <dc:creator>laogui</dc:creator>
      <content:encoded><![CDATA[6 月 20 日，Webpack 发布了最新的 3.0 版本，并在 Medium 发布了公告。这次没有 beta 版本，完全向下兼容。 现在就可以下载或升级！<br />
<br />
通过命令直接安装即可，后面需要加上版本号。<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>npm install webpack@3.0.0 --save-dev</pre>
</div>或者<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">代码:</div>
	<pre>yarn add webpack@3.0.0 --dev</pre>
</div>从 webpack 2 迁移到 3，你只需要执行升级命令，而不需要修改任何代码。我们将这次升级标记为版本的重大升级，是因为内部的突破性变化可能会影响某些插件的使用。<br />
<br />
到目前为止，98% 的升级的用户都没有遇到任何不兼容！所以可以断定，虽然版本号进行了大版本号的变更，不过并不会有太大的变化，可以松一口气了。<br />
<br />
<h2>1. Webpack 3 的新特性</h2><br />
下面是 v3.0 Release 中的 Features List。<br />
<ul>
<li>node_modules no longer mangle to ~ in stats [breaking change]...</li>
</ul><br />
<a href="https://www.chinahtml.com/articles/24/" target="_blank" class="externalLink" rel="nofollow">webpack 3 正式版发布!</a>]]></content:encoded>
    </item>
    <item>
      <title>Web服务器之争：Nginx达到33.3%，Apache跌落至不足50%</title>
      <pubDate>Sun, 21 May 2017 05:11:39 +0000</pubDate>
      <link>https://www.chinahtml.com/articles/10/</link>
      <guid>https://www.chinahtml.com/articles/10/</guid>
      <author>laogui</author>
      <dc:creator>laogui</dc:creator>
      <content:encoded><![CDATA[有着诸多优势的Nginx如今已是增长最快的Web服务器了，截止今年4月，7年前仅有3.9%占有率的Nginx已经增长到如今的33.3%，这代表着平均每分钟就有一个排名前1000万以内的网站改弦更张，将老服务器替换成Nginx。而相对同样快速增长的Web服务器Node.js，改用Nginx的网站达到了改用Node.js网站数量的70倍。<br />
<br />
此外，自2010年以来，Apache的市场份额从71.5%下滑至50%不到，而微软的IIS则从20.6%下滑到11.3%。结果不出所料，大多原本使用Apache的网站都改用了Nginx。大部分流量较大的网站都很喜欢使用Nginx，在流量最大的前1万个网站中，有58.4%使用Nginx。不过，在流量最大的前100万个网站中，Apache的市场份额仍旧领先，占有率为42.8%。随着Nginx的占有率达到了39.7%，Apache的优势也在不断丧失。<br />
<br />


	<a href="https://file.chinahtml.com/attachments/9749/" target="_blank">浏览附件9749</a>
	
 <br />
<br />
Nginx在俄罗斯拥有76.8%的市场份额，毕竟其开发者Igor...<br />
<br />
<a href="https://www.chinahtml.com/articles/10/" target="_blank" class="externalLink" rel="nofollow">Web服务器之争：Nginx达到33.3%，Apache跌落至不足50%</a>]]></content:encoded>
    </item>
  </channel>
</rss>
