<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[windows 下 net命令的详细用法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 15 Oct 2008 08:35:16 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	net use &#92;&#92;ip&#92;ipc$ &quot; &quot; /user:&quot; &quot; 建立IPC空链接<br/>net use &#92;&#92;ip&#92;ipc$ &quot;密码&quot; /user:&quot;用户名&quot; 建立IPC非空链接<br/>net use h: &#92;&#92;ip&#92;c$ &quot;密码&quot; /user:&quot;用户名&quot; 直接登陆后映射对方C：到本地为H:<br/>net use h: &#92;&#92;ip&#92;c$ 登陆后映射对方C：到本地为H:<br/>net use &#92;&#92;ip&#92;ipc$ /del 删除IPC链接<br/>net use h: /del 删除映射对方到本地的为H:的映射<br/>net user 用户名 密码 /add 建立用户<br/>net user guest /active:yes 激活guest用户<br/>net user 查看有哪些用户<br/>net user 帐户名 查看帐户的属性<br/>net localgroup ***istrators 用户名 /add 把“用户”添加到管理员中使其具有管理员权限,注意：***istrator后加s用复数<br/>net start 查看开启了哪些服务<br/>net start 服务名 开启服务；(如:net start telnet， net start schedule)<br/>net stop 服务名 停止某服务<br/>net time &#92;&#92;目标ip 查看对方时间<br/>net time &#92;&#92;目标ip /set 设置本地计算机时间与“目标IP”主机的时间同步,加上参数/yes可取消确认信息<br/>net view 查看本地局域网内开启了哪些共享<br/>net view &#92;&#92;ip 查看对方局域网内开启了哪些共享<br/>net config 显示系统网络设置<br/>net logoff 断开连接的共享<br/>net pause 服务名 暂停某服务<br/>net send ip &quot;文本信息&quot; 向对方发信息<br/>net ver 局域网内正在使用的网络连接类型和信息<br/>net share 查看本地开启的共享<br/>net share ipc$ 开启ipc$共享<br/>net share ipc$ /del 删除ipc$共享<br/>net share c$ /del 删除C：共享<br/>net user guest 12345 用guest用户登陆后用将密码改为12345<br/>net password 密码 更改系统登陆密码<br/>netstat -a 查看开启了哪些端口,常用netstat -an<br/>netstat -n 查看端口的网络连接情况，常用netstat -an<br/>netstat -v 查看正在进行的工作<br/>netstat -p 协议名 例：netstat -p tcq/ip 查看某协议使用情况（查看tcp/ip协议使用情况）<br/>netstat -s 查看正在使用的所有协议使用情况<br/>nbtstat -A ip 对方136到139其中一个端口开了的话，就可查看对方最近登陆的用户名（03前的为用户名）-注意：参数-A要大写<br/><br/>TELNET就很简单了<br/>开始 运行 TELNET 然后<br/>再HELP回车 就看到了
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] windows 下 net命令的详细用法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>