作者归档:yuliang

route命令

route命令可以在CMD DOS窗口中执行,主要看看route delete 和 route add。

route参数说明:

Manipulates network routing tables.

ROUTE [-f] [-p] [command [destination]
[MASK netmask] [gateway] [METRIC metric] [IF interface]

-f Clears the routing tables of all gateway entries. If this is
used in conjunction with one of the commands, the tables are
cleared prior to running the command.
-p When used with the ADD command, makes a route persistent across
boots of the system. By default, routes are not preserved
when the system is restarted. Ignored for all other commands,
which always affect the appropriate persistent routes. This
option is not supported in Windows 95.
command One of these:
PRINT Prints a route
ADD Adds a route
DELETE Deletes a route
CHANGE Modifies an existing route
destination Specifies the host.
MASK Specifies that the next parameter is the ‘netmask’ value.
netmask Specifies a subnet mask value for this route entry.
If not specified, it defaults to 255.255.255.255.
gateway Specifies gateway.
interface the interface number for the specified route.
METRIC specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star ‘*’), or the gateway argument may be omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The ‘*’ matches any string,
and ‘?’ matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
The route addition failed: The specified mask parameter is invalid.
(Destination & Mask) != Destination.

Examples:

> route PRINT
> route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
destination^ ^mask ^gateway metric^ ^
Interface^
If IF is not given, it tries to find the best interface for a given
gateway.
> route PRINT
> route PRINT 157* …. Only prints those matching 157*
> route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

CHANGE is used to modify gateway and/or metric only.
> route PRINT
> route DELETE 157.0.0.0
> route PRINT

好听的qq消息提示音,个性QQ信息提示音下载

QQ换音大师2009版,新增加了对QQ2009的支持,并新增加一个“随机换音”按钮。使用更方便。
QQ换音大师3.5.1版,新增加了对tm2008的支持。
QQ换音大师3.4版,新增加了对msn音效的支持。可以让qq使用msn音效或者让msn使用qq音效。  
新增了一个录音功能,可以自行录制各类有趣的声音。
新的3.2版还支持对其他程序(如游戏)的音效更改,您可以自行指定音效所在的文件夹,然后逐个修改其效果。
经常寝室里为了和人家分不出谁的消息声音而想换声音吧,想换个性QQ信息提示音,使用这个软件就可以了,哈哈。

 个性QQ信息提示音下载:hysetup3

U盘/MP3、MP4修复工具,USB设备芯片型号检测工具

ChipGenius是一款USB设备芯片型号检测工具,可以自动查询U盘、/MP4、读卡器、移动硬盘等的主控芯片型号、制造商、品牌、并提供相关资料下载地址。当然也可以查询USB设备的VID/PID信息、设备名称、序列号、设备版本等。
软件绿色小巧,即插即用,是数码消费者、电子爱好者、DIY人士和数码维修人员身边的好帮手。

1、快速修复U盘:不用拆机即可查询U盘的芯片型号,快速找到对应的量产工具

2、帮你识别假冒U盘:还怕买到假冒U盘吗?随时带上我吧(配合MyDiskTest更佳)

3、专业选购MP3:MP3主控方案一般厂家都不说,而方案又是选购MP3的重要指标

4、识别假IPOD:我一直怀疑自已的IPOD是假的,又无法拆开,这个任务交给我搞定

5、维修好帮手:数码维修人员整天和数码产品打交道,我的出现就是你的得力助手

6、其它USB存储:买读卡器、移动硬盘、USB-Hub….,从专业角度帮你挑选对比

7、其它USB外设:摄像头、USB鼠标、打印机、USB声卡….,免拆壳哦

8、电脑主板芯片组:看芯片型号、找驱动、查主板性能,有我更轻松:

9、后续还有更多神秘功能,等你来发掘……
 

工具下载:chipgenius

普通路由器限制网速,限制人家BT, P2P的方法

     很大部分路由器没有QOS功能,也不能刷 DD-WRT,但是很多共用宽带的,经常出现人家开个BT 或者 P2P,迅雷等下载,慢的要死,影响自己上网。其实只要你有路由权限,当然也可以限制到BT,P2P等这些占用大的带宽的东西。

     一般路由都有防火墙功能,只要开启防火墙,就开几个常用端口就行,比如80,8080,21,443等,可以正常上网,开网页,聊QQ,但是BT,P2P等软件使用没法抢带宽了。呵呵。

HTML表格边框颜色 CSS定义方法

<style type="text/">
.Tab{ border-collapse:collapse; width:300px; height:300px;}
.Tab td{ border:solid 1px #f00}
</style>

<table cellspacing="0" class="Tab">
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
  <tr>
    <td> </td>
    <td> </td>
    <td> </td>
    <td> </td>
  </tr>
</table>

为印尼发射的卫星

新华网西昌8月31日电 北京时间8月31日17时28分,我国在西昌卫星发射中心用“长征三号乙”运载火箭发射印度尼西亚“帕拉帕-D”(PALAPA-D)通信卫星,火箭一、二级飞行正常,三级二次点火后出现异常情况,未能将卫星送入预定轨道,具体原因有关专家正在分析中。

腾讯QQ游戏 玫瑰园

    现在腾讯又出了这个东西,基本和QQ农场也就是开心农场差不多的,基本整套模仿过来,再其他的东西改了下,比如说这边种的是玫瑰,但是形式等都还是一样的。这个应该主要和现在的QQ小游戏结合的,就是QQ游戏大厅登陆进去,上面可以看到一个玫瑰花,点进去就是了,种东西可以领取游戏道具。

腾讯真会模仿。