一、神州数码 策略路由
RTB]acl number 1 match-order auto
[RTB-acl-basic-1]rule deny source 19.1.1.1 0
[RTB-acl-basic-1]rule permit source any
[RTB]bgp 1
[RTB-bgp]peer 2.2.2.2 as-number 2
[RTB-bgp] import-route ospf
[RTB-bgp] peer 2.2.2.2 filter-policy 1 export
如果B向C发布了这条路由,但是C不想接收这条路由,则C可以设置:
[RTC]acl number 1 match-order auto
[RTC-acl-basic-1]rule deny source 19.1.1.1 0
[RTC-acl-basic-1]rule permit source any
[RTC]bgp 2
[RTC-bgp]peer 2.2.2.1 as-number 1
[RTC-bgp] peer 2.2.2.1 filter-policy 1 import
再举个ip-prefix的例子:
例如RTB不向RTC发布19.1.1.0/24这个网段的路由,则可以设置
[RTB]ip ip-prefix test index 10 deny 19.1.1.0 24
二、什么是 UIOPPP
UIOPPP:
点对点协议的用户界面
User Interface of Peet-to-Peer Protocol
三、PeerNet这文件可以删除吗?
或许可以。
四、vb webbrowser
不能直接使用。解决方法如下:
一、新建一个模块,复制下面代码:
Option Explicit
Private Const GW_HWNDNEXT = 2
Private Const GW_CHILD = 5
Private Declare Function GetWindow Lib user32 (ByVal hwnd As Long, ByVal wCmd As Long) As Long
Private Declare Function GetClassName Lib user32 Alias GetClassNameA (ByVal hwnd As Long, ByVal lpClassName As String, ByVal nMaxCount As Long) As Long
Function GetWebBrowserHwnd(hwndBrowserContainer As Long) As Long
Dim RetVal As Long
Dim hwndPeer As Long
Dim ClassString As String * 256
hwndPeer = GetWindow(hwndBrowserContainer, GW_CHILD)
Do While hwndPeer <> 0
RetVal = GetClassName(hwndPeer, ClassString, 256)
If InStr(ClassString, Shell Embedding) <> 0 Then
GetWebBrowserHwnd = hwndPeer
Exit Do
End If
hwndPeer = GetWindow(hwndPeer, GW_HWNDNEXT)
Loop
End Function
二、在窗体中获取webbrowser1的hwnd的方法是:
dim i as long
i=GetWebBrowserHwnd(Me.hwnd)
五、星云4.0网站管理系统
'-----------------------ACCESS数据库连接----------------------------------------
NowString = Now()
'--ACCESS数据库连接路径;数据库默认在database目录,第一次使用请修改默认数据库名或路径
'--数据库路径可以使用绝对路径
db = database/newasp.resx
把最后的database改为你的databases
不过记得把你的数据库newasp.resx移过去
六、有人知道深圳的p2p是什么意思吗?我不太懂哎?
P2P是peer-to-peer的缩写,即个人对个人,又称点对点网络借贷中介方式中介 。P2P直接将人们联系起来,让人们通过互联网直接交互。使得网络上的沟通变得容易、更直接共享和交互,真正地消除中间商,为企业与个人的融资、理财需求提供更大的方便。你可以选择浩森金融,深圳市浩森社交互联网金融服务有限公司,主要经营p2p投融资的信息中介业务,我感觉安全性也比较高的。
- 相关评论
- 我要评论
-