Vista下arp -s项添加失败

[不指定 2008/07/18 19:59 | by ipaddr ]

C:\\Users\\est>arp -s 202.115.22.129 00-0d-bc-78-07-3f
ARP 项添加失败: 5

C:\\Users\\est>netsh i i show in

Idx  Met   MTU   状态          名称
---  ---  -----  -----------  -------------------
  1   50 4294967295  connected    Loopback Pseudo-Interface 1
  8   20   1500  connected    本地连接

C:\\Users\\est>netsh -c "i i" add neighbors 8 "202.115.22.129" "00-0d-bc-78-07-3f"

C:\\Users\\est>arp -a

接口: 192.169.1.120 --- 0x8
  Internet 地址         物理地址              类型
  202.115.22.129        00-0d-bc-78-07-3f     静态
  202.115.22.131        00-17-a4-e2-07-3f     动态
  202.115.22.132        00-17-08-2e-78-41     静态
  202.115.22.135        00-01-02-fd-4c-d6     动态
  202.115.22.141        00-e0-5c-41-0d-98     动态
  202.115.22.148        00-f0-4c-85-f4-4e     动态
  202.115.22.149        00-0a-e4-fb-90-ac     动态
  202.115.22.154        00-0a-eb-4f-1c-e2     动态
  202.115.22.191        ff-ff-ff-ff-ff-ff     静态
  224.0.0.22            01-00-5e-00-00-16     静态

C:\\Users\\est>

SQL Backup

[不指定 2008/07/18 17:07 | by ipaddr ]
SQL Backup is the leading tool for creating, compressing and protecting your SQL Server backups. Compatible with SQL Server 2000 and 2005, it includes a range of features to make backups faster, simpler and more secure.

  • Save time – up to 10 times quicker* than native SQL Server backup and restore
  • Save space – compress database backups by up to 95%
  • Protect your data – use up to 256-bit AES encryption
  • Monitor your data – graphic visualization of activities to identify problems before they arise

  • http://www.red-gate.com/products/sql_backup/index.htm

     在使用url进行参数传递时,经常会传递一些中文名的参数或URL地址,在后台处理时会发生转换错误。在有些传递页面使用GB2312,而在接收页面使用UTF8,这样接收到的参数就可能会与原来发生不一致。使用服务器端的urlEncode函数编码的URL,与使用客户端javascript的encodeURI函数编码的URL,结果就不一样。
    分页: 1/1 第一页 1 最后页 [ 显示模式: 摘要 | 列表 ]