码迷,mamicode.com
首页 >  
搜索关键字:time    ( 52982个结果
tcp raw socket
client #include <stdio.h> #include <stdlib.h> #include <unistd.h> #include <string.h> #include <time.h> #include <arpa/inet.h> #include <sys/socket.h> ...
分类:其他好文   时间:2021-05-24 12:27:36    阅读次数:0
Python爬虫爬取1905电影网视频电影并存储到mysql数据库
代码: 1 import time 2 import traceback 3 import requests 4 from lxml import etree 5 import re 6 from bs4 import BeautifulSoup 7 from lxml.html.diff impo ...
分类:数据库   时间:2021-05-24 12:00:17    阅读次数:0
同ip下的所有站点查询——旁注查询 https://www.webscan.cc/
直接到https://www.webscan.cc/ 搜索即可 例如: ngwb6bu.zxpf.com 可以看到:xss.zxpf.com 等 然后ping下就知道站点同IP: ping ngwb6bu.zxpf.comPING ngwb6bu.zxpf.com (43.129.74.121): ...
分类:Web程序   时间:2021-05-24 11:58:14    阅读次数:0
U校园新标准大学英语(第二版)综合4-Unit1答案
选词填空-填单词20题Directions: Complete each sentence using the words given below. Each word can be used only once. Change the form where necessary.fraught re ...
分类:其他好文   时间:2021-05-24 11:07:57    阅读次数:0
发布 .NET 5 带运行时单文件应用时优化文件体积的方法
自 .NET 发布起,.NET Framework 运行环境就是其摆脱不掉的桎梏。后来有了 .NET Core ,微软终于将自带运行时和单文件程序带给了我们。即便如此,大部分情况下开发者仍然不太满意:一个简简单单的控制台应用程序,甚至只包含一个 Hello World ,附带运行时的单文件程序打包出 ...
分类:Web程序   时间:2021-05-24 10:22:12    阅读次数:0
PAT Advanced 1002 A+B for Polynomials (25 分) c++语言实现(g++)
This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu ...
分类:编程语言   时间:2021-05-24 10:17:27    阅读次数:0
DM-数据库用户资源限制
对应的SQL语句 alter user "DSG" limit session_per_user 10, connect_idle_time 2, failed_login_attemps 4, password_life_time 5, password_reuse_time 6, passwor ...
分类:数据库   时间:2021-05-24 10:03:24    阅读次数:0
文件的基本操作
写入文件的基本操作 f = open('01.txt',mode='a') f.write("\nhelloworld\n") import time def get_time(): return time.strftime('%Y_%m_%d-%H_%M') # TODO 创建一个文件,文件名为当 ...
分类:其他好文   时间:2021-05-24 09:05:40    阅读次数:0
python print end 堵塞问题以及如何非堵塞读取subprocess的所有输出做到实时读取
python print end 如下代码: for i in range(5): time.sleep(1) print(i, end='') 本来想要的效果是每秒输出,但是发现这样写会等所有循环完毕后才会打印,发现需要使用flush参数来立即输出,正确代码如下: for i in range(5 ...
分类:编程语言   时间:2021-05-24 08:56:33    阅读次数:0
iperf测试网络速率
iperf2(又叫iperf)帮助手册:https://iperf2.sourceforge.io/iperf-manpage.html iperf分为Server端和Client端, 服务器端: iperf -s -i 1 客户端: iperf -c 192.168.13.4 -i 1 -t 60 ...
分类:其他好文   时间:2021-05-24 08:44:11    阅读次数:0
52982条   上一页 1 ... 13 14 15 16 17 ... 5299 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!