在使用webpack打包时,将css代码从bundle.js中抽离出来,单独出一个模块,需要用到extract-text-webpack-plugin插件 webpack版本不同,相对于的插件也不同,如下: # for webpack 4 npm install --save-dev mini-cs ...
分类:
Web程序 时间:
2020-02-19 11:34:00
阅读次数:
108
1.安装mini的系统,设置yum为保存cache [root@controller ~]# cat /etc/yum.conf [main] cachedir=/var/cache/yum/$basearch/$releasever keepcache=1 2.执行yum update -y #更 ...
分类:
其他好文 时间:
2020-02-18 18:28:08
阅读次数:
49
一 使用示例检索网络连接列表帮助创建网络映像建立空连接:建立非空连接本机的共享;建立非空连接删除共享映射看下图,删除后客户端连接为0;查看远程主机的共享资源 查看本地主机的共享资源得到远程主机的用户名列表得到本地主机的用户列表显示本地主机当前服务映射远程共享二 net use 命令用于将计算机与共享 ...
分类:
Web程序 时间:
2020-02-18 17:56:05
阅读次数:
119
Farmer John has built a new long barn, with N (2 <= N <= 100,000) stalls. The stalls are located along a straight line at positions x1,...,xN (0 <= xi ...
分类:
其他好文 时间:
2020-02-18 12:41:51
阅读次数:
66
1.Several cases have been reported in Russian of people who can read and dectect colors with their fingers,and even through solid doors and walls. 2.O ...
分类:
其他好文 时间:
2020-02-17 01:09:27
阅读次数:
108
[root@hs-k8s-master01 k8s]# pwd /data/k8s [root@hs-k8s-master01 k8s]# cd metrics/ [root@hs-k8s-master01 metrics]# ls [root@hs-k8s-master01 metrics]# g ...
分类:
其他好文 时间:
2020-02-16 20:52:52
阅读次数:
78
实现思想: 1.寻找[i, n)区间里的最小值min ( i>= 0 ) 2.交换min和第i的数 ( i>= 0 ) #include <iostream> #include <algorithm> using namespace std; void selectionSort(int arr[] ...
分类:
编程语言 时间:
2020-02-16 20:36:25
阅读次数:
76
import pandas as pd import os #文件路径注意用\\ inputfilepath = 'C:\\Users\\Administrator\\AAA\\BBB\\' outputfilepath = 'C:\\Users\\Administrator\\AAA\\' df_ ...
分类:
其他好文 时间:
2020-02-16 12:52:35
阅读次数:
94
"kuangbin 基础dp][POJ 1015] [Jury Compromise" 题目 In Frobnia, a far away country, the verdicts in court trials are determined by a jury consisting of mem ...
分类:
其他好文 时间:
2020-02-14 22:32:17
阅读次数:
92
Easy and Hard Problems: NP完全理论是为了在可处理的问题和不可处理的问题之间画一条线,目前最重要的问题是是否这两者是本质不同的,而这个问题目前还没有被解决。典型的结果是一些陈述,比如“如果问题B有一个多项式时间的算法,那么C也会有一个多项式时间的算法”,或者逆否表述为“如果C ...
分类:
其他好文 时间:
2020-02-12 14:44:07
阅读次数:
75