摘要:
import pcap import dpkt def captData(): pc=pcap.pcap('wlan0') #注,参数可为网卡名,如eth0 pc.setfilter('dst net 10. && port 8081') #设置监听过滤器 for ptime,pdata in pc 阅读全文
摘要:
Sub cha() Dim result As String, str1 As String Dim hang As String Dim hha As Integer hha = 0 Dim c As Range, rng As Range result = "航空" result = Appli 阅读全文
摘要:
Sub fenlie() Dim dict1 As Object Set dict1 = CreateObject("scripting.dictionary") maxr1 = Range("d65536").End(xlUp).Row arr1 = Range("a1:a" & maxr1) F 阅读全文
摘要:
#include <stdio.h> main() { int ap[]={3300024,200341,420034,723004,223004,234001,2300421,20,2},i,max,jiyi,shu[10]={0}; int len=sizeof(ap)/sizeof(ap[0] 阅读全文