<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>评论：在远程电脑上执行任意命令 (利用 Autohotkey ahk http 服务器)</title>
	<atom:link href="https://snowbread.com/3912.html/feed" rel="self" type="application/rss+xml" />
	<link>https://snowbread.com/3912.html</link>
	<description>just for fun</description>
	<lastBuildDate>Fri, 19 Jun 2020 05:43:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>由：雪花面包</title>
		<link>https://snowbread.com/3912.html#comment-12306</link>
		<dc:creator>雪花面包</dc:creator>
		<pubDate>Fri, 19 Jun 2020 05:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://snowbread.com/%e5%9c%a8%e8%bf%9c%e7%a8%8b%e7%94%b5%e8%84%91%e4%b8%8a%e6%89%a7%e8%a1%8c%e4%bb%bb%e6%84%8f%e5%91%bd%e4%bb%a4-%e5%88%a9%e7%94%a8-autohotkey-ahk-http-%e6%9c%8d%e5%8a%a1%e5%99%a8.html#comment-12306</guid>
		<description><![CDATA[你这个情况不太好判断，你可以试试在其它电脑ping服务器ip能不能ping通。还不行的话我可以用teamviewer远程帮你看看。]]></description>
		<content:encoded><![CDATA[<p>你这个情况不太好判断，你可以试试在其它电脑ping服务器ip能不能ping通。还不行的话我可以用teamviewer远程帮你看看。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：飞扬</title>
		<link>https://snowbread.com/3912.html#comment-12299</link>
		<dc:creator>飞扬</dc:creator>
		<pubDate>Wed, 17 Jun 2020 06:43:10 +0000</pubDate>
		<guid isPermaLink="false">http://snowbread.com/%e5%9c%a8%e8%bf%9c%e7%a8%8b%e7%94%b5%e8%84%91%e4%b8%8a%e6%89%a7%e8%a1%8c%e4%bb%bb%e6%84%8f%e5%91%bd%e4%bb%a4-%e5%88%a9%e7%94%a8-autohotkey-ahk-http-%e6%9c%8d%e5%8a%a1%e5%99%a8.html#comment-12299</guid>
		<description><![CDATA[好的。首先感谢你的解答。修改端口这一个问题我解决了，就像你说的一样，1000这个端口号被占用了。我改成大一点的数字可以成功。
第二个问题，我在运行example.ahk这个脚本的电脑上，可成功运行http://服务器的ip地址:8000/。但是将这个地址发送到手机或者其他其他电脑，还是不能被打开。考虑到可能是防火墙的问题，我将我win10系统上的三个防火墙都关闭了，结果还是没成功。下面是浏览器显示的错误信息：
位于 http://192.168.137.x:43000/ 的网页无法加载，因为：
net::ERR_CONNECTION_TIMED_OUT]]></description>
		<content:encoded><![CDATA[<p>好的。首先感谢你的解答。修改端口这一个问题我解决了，就像你说的一样，1000这个端口号被占用了。我改成大一点的数字可以成功。<br />
第二个问题，我在运行example.ahk这个脚本的电脑上，可成功运行http://服务器的ip地址:8000/。但是将这个地址发送到手机或者其他其他电脑，还是不能被打开。考虑到可能是防火墙的问题，我将我win10系统上的三个防火墙都关闭了，结果还是没成功。下面是浏览器显示的错误信息：<br />
位于 <a href="http://192.168.137.x:43000/" rel="nofollow">http://192.168.137.x:43000/</a> 的网页无法加载，因为：<br />
net::ERR_CONNECTION_TIMED_OUT</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：雪花面包</title>
		<link>https://snowbread.com/3912.html#comment-12296</link>
		<dc:creator>雪花面包</dc:creator>
		<pubDate>Tue, 16 Jun 2020 14:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://snowbread.com/%e5%9c%a8%e8%bf%9c%e7%a8%8b%e7%94%b5%e8%84%91%e4%b8%8a%e6%89%a7%e8%a1%8c%e4%bb%bb%e6%84%8f%e5%91%bd%e4%bb%a4-%e5%88%a9%e7%94%a8-autohotkey-ahk-http-%e6%9c%8d%e5%8a%a1%e5%99%a8.html#comment-12296</guid>
		<description><![CDATA[你的问题我没碰到过,我只能给出可能的原因。

首先不建议你使用1000端口, 因为它属于well-known ports的范围, 建议用高位端口进行尝试, 例如50000端口。 然后, 修改了server.Serve(8000)中的端口号后，需重新运行脚本才能生效。如果还是不行，那么就检查一下你修改的端口号是否已被其它程序占用。

你在其它电脑或手机上访问网址http://服务器的ip地址:8000/发现无法打开，这里的“服务器ip地址”指的是运行example.ahk这个脚本的电脑的ip地址，一般是类似192.168.1.x的形式。另外要注意服务器的防火墙有可能会阻止外界设备对服务器端口的访问。]]></description>
		<content:encoded><![CDATA[<p>你的问题我没碰到过,我只能给出可能的原因。</p>
<p>首先不建议你使用1000端口, 因为它属于well-known ports的范围, 建议用高位端口进行尝试, 例如50000端口。 然后, 修改了server.Serve(8000)中的端口号后，需重新运行脚本才能生效。如果还是不行，那么就检查一下你修改的端口号是否已被其它程序占用。</p>
<p>你在其它电脑或手机上访问网址http://服务器的ip地址:8000/发现无法打开，这里的“服务器ip地址”指的是运行example.ahk这个脚本的电脑的ip地址，一般是类似192.168.1.x的形式。另外要注意服务器的防火墙有可能会阻止外界设备对服务器端口的访问。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：飞扬</title>
		<link>https://snowbread.com/3912.html#comment-12295</link>
		<dc:creator>飞扬</dc:creator>
		<pubDate>Tue, 16 Jun 2020 10:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://snowbread.com/%e5%9c%a8%e8%bf%9c%e7%a8%8b%e7%94%b5%e8%84%91%e4%b8%8a%e6%89%a7%e8%a1%8c%e4%bb%bb%e6%84%8f%e5%91%bd%e4%bb%a4-%e5%88%a9%e7%94%a8-autohotkey-ahk-http-%e6%9c%8d%e5%8a%a1%e5%99%a8.html#comment-12295</guid>
		<description><![CDATA[想请教一下作者，我输入http://127.0.0.1:8000可以成功显示hello world.但是server.Serve(8000)更改成server.Serve(1000)发现不能访问了。还有一个就是我在另外一台电脑或是手机上用任意浏览器访问网址http://服务器的ip地址:8000/发现无法打开。服务器的ip地址是指哪个呢？我试了IPv4和DHCP都失败了]]></description>
		<content:encoded><![CDATA[<p>想请教一下作者，我输入http://127.0.0.1:8000可以成功显示hello world.但是server.Serve(8000)更改成server.Serve(1000)发现不能访问了。还有一个就是我在另外一台电脑或是手机上用任意浏览器访问网址http://服务器的ip地址:8000/发现无法打开。服务器的ip地址是指哪个呢？我试了IPv4和DHCP都失败了</p>
]]></content:encoded>
	</item>
</channel>
</rss>
