码迷,mamicode.com
首页 >  
搜索关键字:time ctime asctime strftime strptime    ( 53995个结果
python time模块练习
import time#时间戳,从计算机诞生那一天到现在过了多少秒 1621063294#格式化好的时间 2021-5-15 19:38:23#2021515 ->50天后print( int(time.time()) ) #获取当前的时间戳print( time.strftime('%Y-%m-% ...
分类:编程语言   时间:2021-05-24 13:22:39    阅读次数:0
python 文件常用模块
#json#time、datetime#os、sys#randomimport os# os.rename('m1.py','M1.py')# os.remove()#删除文件,不能删除文件夹# os.rmdir('test')#删除空文件夹的# os.mkdir('cars/bmw') #创建文件 ...
分类:编程语言   时间:2021-05-24 13:21:58    阅读次数:0
Java 8 新增的时间API
一、旧 API 存在多线程安全问题 import java.text.SimpleDateFormat; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.util.ArrayList ...
分类:编程语言   时间:2021-05-24 13:14:37    阅读次数:0
【解决】Linux编译make时速度慢,一直在checking
centos编译安装Python时,提示“Warning: File `Makefile.pre.in' has modification time 19209898 s in the future”先说结论:系统时间不对。如果遇到编译make时一直checking,那不用等了,它停不下来。实际上m... ...
分类:系统相关   时间:2021-05-24 12:34:55    阅读次数:0
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
53995条   上一页 1 ... 13 14 15 16 17 ... 5400 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!