1.鼠标右击【开始菜单】选择【运行】,在运行框中输入 regedit 然后点击【确定】。 2.依次展开路径至: HKEY_CLASSES_ROOT\DesktopBackground\Shell 3.点击【shell】后在右侧窗口鼠标右击选择【新建】选择【项】。 4.将新建的项重命名为【关机】。 5 ...
一、下载VMware Workstation Pro 方法一: VMware Workstation Pro "百度网盘" ,提取码:2o19(下载得到的压缩包中含有 VMware 安装所需的秘钥)(转自:) 方法二:也可以上 "官网" 直通车, 不过注册比较麻烦 选择 选择最新的版本14.1.7, ...
分类:
系统相关 时间:
2019-09-09 19:18:46
阅读次数:
113
<table border="1" cellspacing="10" cellpadding="10" bgcolor="red"> <tr> <th align="left">首列</th> </tr> <tr> <td></td>//行里的单元格 </tr>//行 </table> 注释: ta ...
分类:
其他好文 时间:
2019-09-05 23:03:42
阅读次数:
77
并发:指的是任务数多余cpu核数,通过操作系统的各种任务调度算法,实现用多个任务在同一时间段执行(实际上总有一些任务不在执行,因为切换任务的速度相当快,看上去一起执行而已) 并行:指的是多核cpu情况下,多个任务的一些任务往往是在同一时间点执行的 1. 使用threading模块 python的th ...
分类:
编程语言 时间:
2019-09-05 18:25:50
阅读次数:
105
F Greedy Sequence You're given a permutation aa of length nn (1 \le n \le 10^51≤n≤105). For each i \in [1,n]i∈[1,n], construct a sequence s_isi? by th ...
分类:
其他好文 时间:
2019-09-04 09:31:32
阅读次数:
114
首先引入三件套和scipy 拿到实验数据,通过pandas读取为DataFrame .dataframe tbody tr th:only of type { vertical align: middle; } .dataframe tbody tr th { vertical align: top ...
分类:
其他好文 时间:
2019-08-31 12:56:00
阅读次数:
149
HDU - 5854 二分答案之后, 设答案值为v, x为小于等于v的边的数量, y为大于v的边的数量, 列出方程 x > (x + y) / k == (k - 1) * x - y > 0, 感觉有点像线性规划的样子。 然后用树形dp去check, 判合不合法的时候可以优化成一个R, 但是不优化 ...
分类:
其他好文 时间:
2019-08-30 22:24:24
阅读次数:
98
The K?P factorization of a positive integer N is to write N as the sum of the P-th power of Kpositive integers. You are supposed to write a program to ...
分类:
其他好文 时间:
2019-08-30 18:45:54
阅读次数:
48
1 /** 2 * @lisence jquery plugin demo v1.0.0 3 * 4 * author: Jeremy Yu 5 * 6 * description: 7 * this is a jquery plugin Template 8 * see the end of th... ...
分类:
Web程序 时间:
2019-08-30 13:59:29
阅读次数:
127
[root@station dev]# pvscan PV /dev/sda2 VG rhel_linuxprobe lvm2 [19.51 GiB / 0 free] PV /dev/sdb VG rhel_linuxprobe lvm2 [1020.00 MiB / 720.00 MiB fre ...
分类:
其他好文 时间:
2019-08-29 23:27:59
阅读次数:
176