reAir 有批量复制与增量复制功能 今天我们先来看看批量复制功能 一、批量复制 批量复制有三个步骤(stage) ...
分类:
其他好文 时间:
2018-11-06 20:55:50
阅读次数:
271
Oil Deposits Description The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one lar ...
分类:
其他好文 时间:
2018-11-06 13:41:29
阅读次数:
179
Catch That Cow Catch That Cow Catch That Cow Description Farmer John has been informed of the location of a fugitive cow and wants to catch her immedi ...
分类:
其他好文 时间:
2018-11-06 13:35:19
阅读次数:
151
系统管理at 安排在特定日期和时间运行命令和程序shutdown立即或定时关机或重启taskkill结束进程(WinXPHome版中无该命令)tasklist显示进程列表(Windows XP Home Edition中没有)reg 注册表控制台工具atAT命令是Windows XP中内置的命令,它 ...
分类:
其他好文 时间:
2018-11-05 23:39:01
阅读次数:
219
火星人是以 13 进制计数的: 地球人的 0 被火星人称为 tret。 地球人数字 1 到 12 的火星文分别为:jan, feb, mar, apr, may, jun, jly, aug, sep, oct, nov, dec。 火星人将进位以后的 12 个高位数字分别称为:tam, hel, ...
分类:
其他好文 时间:
2018-11-05 23:36:28
阅读次数:
140
参考print的官方文档 在python中,print默认向屏幕输出指定的文字,例如: >>>print('hello,world')hello world print的完整格式为print(objects,sep,end,file,flush),其中后面4个为可选参数 sep在输出字符串之间插入指 ...
分类:
其他好文 时间:
2018-11-05 11:07:51
阅读次数:
202
//这代码可真丑陋,但我学到了两点1:char和string可以无缝互相转换2:char可以直接加减数字进行转换string不行 ...
分类:
其他好文 时间:
2018-11-04 21:52:35
阅读次数:
135
In graph theory, the complement of a graph G is a graph H on the same vertices such that two distinct vertices of H are adjacent if and only if they a ...
分类:
其他好文 时间:
2018-11-04 21:03:05
阅读次数:
157
1.九九乘法表 2.print() <==不换行 for i in range(1,10): print(i,end=" ",sep="-") eng默认“\n”,sep表分隔符 ...
分类:
编程语言 时间:
2018-11-04 00:42:27
阅读次数:
135
-webkit-filter(滤镜)有十种效果,分别是: grayscale 灰度 sepia 褐色 saturate 饱和度 hue-rotate 色相旋转 invert 反色 opacity 透明度 brightness 亮度 contrast 对比度 blur 模糊 drop-shadow 阴 ...
分类:
其他好文 时间:
2018-11-03 11:24:07
阅读次数:
783