码迷,mamicode.com
首页 >  
搜索关键字:debian 更换时区 time zone    ( 57214个结果
生成器和生成器函数 例子
// // 函数代码分隔符 // function * gen(){ // // console.log('hello generator'); // } // let iterator = gen(); // // console.log(iterator); // // iterator.nex ...
分类:其他好文   时间:2021-05-24 13:47:04    阅读次数:0
Linux apt命令
Linux apt命令 1. apt简介 apt(Advanced Packaging Tool)是一个在 Debian 和 Ubuntu 中的 Shell 前端软件包管理器。 apt 命令提供了查找、安装、升级、删除某一个、一组甚至全部软件包的命令,而且命令简洁而又好记。 apt 命令执行需要超级 ...
分类:系统相关   时间:2021-05-24 13:45:06    阅读次数:0
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
57214条   上一页 1 ... 14 15 16 17 18 ... 5722 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!