网站首页 站内搜索

搜索结果

查询Tags标签: totalTime,共有 3条记录
  • 按钮显示倒计时JS

    test.html<script type="text/javascript" src="test.js"></script><input type="button" id="fontId" value="send sms" onclick="clickBtn();" /> test.jsvar totalTime = 5 * 1000;//…

    2022/7/25 23:22:50 人评论 次浏览
  • Python检测UDP端口是否正常通信

    通过python脚本构建客户端,向服务器发送hello的UDP包,然后在跑客户端的机器上tcpdump抓包查看是否能正常收到UDP回包,即可判断UDP服务是否正常。 # -*- coding:utf-8 -*- #!/usr/bin/pythonimport sys import os import socket import threading from threading import…

    2021/8/25 17:07:49 人评论 次浏览
  • Python检测UDP端口是否正常通信

    通过python脚本构建客户端,向服务器发送hello的UDP包,然后在跑客户端的机器上tcpdump抓包查看是否能正常收到UDP回包,即可判断UDP服务是否正常。 # -*- coding:utf-8 -*- #!/usr/bin/pythonimport sys import os import socket import threading from threading import…

    2021/8/25 17:07:49 人评论 次浏览
扫一扫关注最新编程教程