﻿<?xml version="1.0" encoding="utf-8" 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>C++博客-c++,信息安全，密码学应用-最新评论</title><link>http://www.cppblog.com/Alex-Lee/CommentsRSS.aspx</link><description /><language>zh-cn</language><pubDate>Wed, 15 Feb 2012 00:28:12 GMT</pubDate><lastBuildDate>Wed, 15 Feb 2012 00:28:12 GMT</lastBuildDate><generator>cnblogs</generator><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？[未登录]</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165054</link><dc:creator>何清龙</dc:creator><author>何清龙</author><pubDate>Mon, 06 Feb 2012 14:28:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165054</guid><description><![CDATA[我表示同情，可执行文件放在／usr/bin目录下，系统启动，在~/.bashrc文件中添加你的程序的执行命令，例如./a.out  杀死进程，查看pstree找到你的进程名字对应的进程号，然后kill 进程号。这些过程你自己分开，然后google，这里不是百度知道。。。。祝你元宵节快乐<img src ="http://www.cppblog.com/Alex-Lee/aggbug/165054.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">何清龙</a> 2012-02-06 22:28 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165054#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165045</link><dc:creator>aa</dc:creator><author>aa</author><pubDate>Mon, 06 Feb 2012 10:20:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165045</guid><description><![CDATA[兄弟, 放弃吧.  从你的提问 基本可以断定你搞不定<img src ="http://www.cppblog.com/Alex-Lee/aggbug/165045.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">aa</a> 2012-02-06 18:20 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165045#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165037</link><dc:creator>未登录</dc:creator><author>未登录</author><pubDate>Mon, 06 Feb 2012 05:59:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165037</guid><description><![CDATA[两个系统不一样<br>Linux的大多服务都是用脚本配置启动的<br>当然也可以fork进程通过信号处理什么的<br>貌似网络服务还是Linux要全吧<img src ="http://www.cppblog.com/Alex-Lee/aggbug/165037.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">未登录</a> 2012-02-06 13:59 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165037#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？[未登录]</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165025</link><dc:creator>饭中淹</dc:creator><author>饭中淹</author><pubDate>Mon, 06 Feb 2012 00:02:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165025</guid><description><![CDATA[epoll看看 关系socket<br>fork看看 关系启动服务和多进程 <br>信号处理看看 关系错误异常<br>pthread看看 多线程<br><br><img src ="http://www.cppblog.com/Alex-Lee/aggbug/165025.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">饭中淹</a> 2012-02-06 08:02 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/06/164943.html#165025#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164990</link><dc:creator>zjh</dc:creator><author>zjh</author><pubDate>Sun, 05 Feb 2012 04:47:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164990</guid><description><![CDATA[鸟哥的私房菜 UNIX环境高级编程、UNIX网络编程 <img src ="http://www.cppblog.com/Alex-Lee/aggbug/164990.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">zjh</a> 2012-02-05 12:47 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164990#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164976</link><dc:creator>tb</dc:creator><author>tb</author><pubDate>Sun, 05 Feb 2012 00:57:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164976</guid><description><![CDATA[两个系统都不一样，不行，<img src ="http://www.cppblog.com/Alex-Lee/aggbug/164976.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">tb</a> 2012-02-05 08:57 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164976#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164975</link><dc:creator>Alex-Lee</dc:creator><author>Alex-Lee</author><pubDate>Sun, 05 Feb 2012 00:29:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164975</guid><description><![CDATA[谢谢两位，就是有点笼统啊。。。<img src ="http://www.cppblog.com/Alex-Lee/aggbug/164975.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">Alex-Lee</a> 2012-02-05 08:29 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/05/164943.html#164975#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/04/164943.html#164954</link><dc:creator>coolypf</dc:creator><author>coolypf</author><pubDate>Sat, 04 Feb 2012 12:06:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/04/164943.html#164954</guid><description><![CDATA[看 /etc/init.d<img src ="http://www.cppblog.com/Alex-Lee/aggbug/164954.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">coolypf</a> 2012-02-04 20:06 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/04/164943.html#164954#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 请大家帮忙：如何将windows系统服务程序移植为linux系统服务？</title><link>http://www.cppblog.com/Alex-Lee/archive/2012/02/04/164943.html#164948</link><dc:creator>泡菜</dc:creator><author>泡菜</author><pubDate>Sat, 04 Feb 2012 09:08:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2012/02/04/164943.html#164948</guid><description><![CDATA[见《UNIX环境高级编程》、《UNIX网络编程》<img src ="http://www.cppblog.com/Alex-Lee/aggbug/164948.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">泡菜</a> 2012-02-04 17:08 <a href="http://www.cppblog.com/Alex-Lee/archive/2012/02/04/164943.html#164948#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>re: 哈希结构</title><link>http://www.cppblog.com/Alex-Lee/archive/2009/10/24/99145.html#99348</link><dc:creator>Goteet</dc:creator><author>Goteet</author><pubDate>Sat, 24 Oct 2009 03:43:00 GMT</pubDate><guid>http://www.cppblog.com/Alex-Lee/archive/2009/10/24/99145.html#99348</guid><description><![CDATA[Data Structure for Game Developer 中hash那里讲的很详细啊<img src ="http://www.cppblog.com/Alex-Lee/aggbug/99348.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/Alex-Lee/" target="_blank">Goteet</a> 2009-10-24 11:43 <a href="http://www.cppblog.com/Alex-Lee/archive/2009/10/24/99145.html#99348#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>