<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Apr 2026 22:27:41 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/libuv/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[将libuv作为静态lib加入VS2017工程]]></title><description><![CDATA[libuv 可实现同步、异步、阻塞、非阻塞，异步IO等东西。 下面的步骤展示了，将libuv建立成一个VS2017项目libuv，其生成目标为静态lib。编译成功后，将libuv.lib作为我项目(比如，叫tyyxmr)的一部分。tyyxmr加入如下头文件后， #include "uv.h" 就可使用其中的函数。]]></description><link>http://direct.ecency.com/libuv/@ranksvm/libuv-lib-vs2017</link><guid isPermaLink="true">http://direct.ecency.com/libuv/@ranksvm/libuv-lib-vs2017</guid><category><![CDATA[libuv]]></category><dc:creator><![CDATA[ranksvm]]></dc:creator><pubDate>Mon, 26 Nov 2018 08:11:06 GMT</pubDate></item><item><title><![CDATA[LIBUV在VS2017下编译步骤（不使用Lib）]]></title><description><![CDATA[LIBUV在VS2017下编译步骤（不使用Lib） libuv 是 Node 的新跨平台抽象层，用于抽象 Windows 的 IOCP 及 Unix 的 libev。作者打算在这个库的包含所有平台的差异性。 特性： 非阻塞 TCP 套接字 非阻塞命名管道 UDP 定时器 子进程生成 通过 uv_getaddrinfo 实现异步 DNS 异步文件系统 API：uv_fs_* 高分辨率时间：uv_hrtime]]></description><link>http://direct.ecency.com/libuv/@ranksvm/libuv-vs2017-lib</link><guid isPermaLink="true">http://direct.ecency.com/libuv/@ranksvm/libuv-vs2017-lib</guid><category><![CDATA[libuv]]></category><dc:creator><![CDATA[ranksvm]]></dc:creator><pubDate>Thu, 22 Nov 2018 03:04:33 GMT</pubDate></item></channel></rss>