<?xml version="1.0" standalone="yes"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlackFeather'S Blog-最新留言</title><link>http://www.fenlog.com/</link><generator>RainbowSoft Studio Z-Blog 2.2 Prism Build 140101</generator><language>zh-CN</language><pubDate>Tue, 12 May 2026 22:02:17 +0800</pubDate><item><title>Re:mongoose魔改历程(C++封装http和ws服务、多线程、优化)-2024.12.16更新</title><author>345382462@qq.com (blackfeather)</author><link>http://www.fenlog.com/post/126.html#cmt4346</link><pubDate>Mon, 16 Dec 2024 18:12:35 +0800</pubDate><guid>http://www.fenlog.com/post/126.html#cmt4346</guid><description><![CDATA[mongoose真的是好使，虽然有很多性能更好的库，但是在嵌入式设备等某些场景真的很实用。所以代码再次更新，有问题欢迎留言或者加QQ沟通继续完善。别提github了，某些原因不想提交上去。。。]]></description></item><item><title>Re:mongoose魔改历程(C++封装http和ws服务、多线程、优化)-2024.12.16更新</title><author>345382462@qq.com (blackfeather)</author><link>http://www.fenlog.com/post/126.html#cmt4345</link><pubDate>Mon, 16 Dec 2024 18:03:51 +0800</pubDate><guid>http://www.fenlog.com/post/126.html#cmt4345</guid><description><![CDATA[这个问题修正了]]></description></item><item><title>Re:mongoose魔改历程(C++封装http和ws服务、多线程、优化)-2024.12.16更新</title><author> (博主)</author><link>http://www.fenlog.com/post/126.html#cmt4344</link><pubDate>Mon, 16 Dec 2024 17:41:26 +0800</pubDate><guid>http://www.fenlog.com/post/126.html#cmt4344</guid><description><![CDATA[好多人还在问，已经修正了]]></description></item><item><title>Re:留言本</title><author> (博主)</author><link>http://www.fenlog.com/guestbook.asp#cmt4338</link><pubDate>Fri, 30 Aug 2024 16:17:42 +0800</pubDate><guid>http://www.fenlog.com/guestbook.asp#cmt4338</guid><description><![CDATA[页面底部有QQ号码]]></description></item><item><title>Re:留言本</title><author>2358959578@qq.com (Jason)</author><link>http://www.fenlog.com/guestbook.asp#cmt4320</link><pubDate>Wed, 05 Jun 2024 14:12:50 +0800</pubDate><guid>http://www.fenlog.com/guestbook.asp#cmt4320</guid><description><![CDATA[有偿求方法]]></description></item><item><title>Re:mongoose魔改历程(C++封装http和ws服务、多线程、优化)-2024.12.16更新</title><author>345382462@qq.com (blackfeather)</author><link>http://www.fenlog.com/post/126.html#cmt4314</link><pubDate>Wed, 27 Dec 2023 15:22:48 +0800</pubDate><guid>http://www.fenlog.com/post/126.html#cmt4314</guid><description><![CDATA[收到]]></description></item><item><title>Re:mongoose魔改历程(C++封装http和ws服务、多线程、优化)-2024.12.16更新</title><author>wang895215249@foxmail.com (梦醉天宇)</author><link>http://www.fenlog.com/post/126.html#cmt4311</link><pubDate>Sun, 16 Apr 2023 21:45:28 +0800</pubDate><guid>http://www.fenlog.com/post/126.html#cmt4311</guid><description><![CDATA[使用这个URL【http://192.168.0.139:9607/ws】在线程中调用            WorkEventHandler(eventdata);的地方会崩溃是怎么回事<br/>想知道ws这个怎么使用<br/>]]></description></item><item><title>Re:大坑的aes GCM解密算法</title><author> (jm)</author><link>http://www.fenlog.com/post/123.html#cmt4310</link><pubDate>Mon, 17 Oct 2022 14:50:00 +0800</pubDate><guid>http://www.fenlog.com/post/123.html#cmt4310</guid><description><![CDATA[真的是巨坑无比，找遍官网、维基、github都没有找到可以用的示例。<br/>中间还尝试了EVP_aead_aes_256_gcm()方法，同样无效。<br/>还好最后找到博主的这篇笔记，感谢！]]></description></item><item><title>Re:mongoose魔改历程(C++封装http和ws服务、多线程、优化)-2024.12.16更新</title><author>lbj__silence@163.com (Loo)</author><link>http://www.fenlog.com/post/126.html#cmt4280</link><pubDate>Tue, 31 Aug 2021 10:07:17 +0800</pubDate><guid>http://www.fenlog.com/post/126.html#cmt4280</guid><description><![CDATA[//处理映射表 不在映射表的就不加入队列了<br/>std::string uri;<br/>uri.assign(((http_message *)event_data)-&amp;gt;uri.p, ((http_message *)event_data)-&amp;gt;uri.len);<br/>auto iter = pServer-&amp;gt;m_mapHttpRouter.find(uri);<br/>if (iter == pServer-&amp;gt;m_mapHttpRouter.end())<br/>{<br/>	//看看websocket<br/>	auto wsiter = pServer-&amp;gt;m_mapWSRouter.find(uri);<br/>	if (wsiter == pServer-&amp;gt;m_mapWSRouter.end())<br/>	{<br/>		//不支持的uri映射 返回403吧<br/>		mg_http_send_error(nc, 403, &amp;quot;Not Support.&amp;quot;);<br/>		return;<br/>	}<br/>}<br/><br/>此处http的请求不建议再去ws里面查找映射，否则在WorkEventHandler中使用m_mapHttpRouter[eventdata-&amp;gt;uri](request, response);会直接崩溃掉<br/>]]></description></item><item><title>Re:某软件的解密和另类监控代码</title><author> (yongcai)</author><link>http://www.fenlog.com/post/99.html#cmt4279</link><pubDate>Tue, 20 Jul 2021 10:20:01 +0800</pubDate><guid>http://www.fenlog.com/post/99.html#cmt4279</guid><description><![CDATA[有心人]]></description></item></channel></rss>
