打开PowerShell,输入: docker-machine ls 我们可以看到我们当前的Docker虚拟机的状态。如果什么都没有的话,那么我们可以使用以下命令创建一个Docker虚拟机。 docker-machine create --driver=virtualbox default(如果下面 ...
分类:
系统相关 时间:
2018-05-23 18:09:17
阅读次数:
348
AlwaysOn 2016新特性和提升AlwaysOn可用性组作为SQL Server 2012的新特性被引入,它增强了数据库镜像和故障转移集群技术,提供了高可用和灾难恢复。在SQL Server 2016中AlwaysOn有些特性的增强要求运行在Windows Server 2016上。然而,如果你仍然运行在Windows Server 2012 R2上,仍然有很多提升是可用的。AlwaysOn
分类:
其他好文 时间:
2018-05-23 18:09:08
阅读次数:
2295
From: http://www.martinbroadhurst.com/replacing-all-occurrences-of-a-character-in-a-stdstring.html This can be done using the standard library or Boos ...
分类:
其他好文 时间:
2018-05-23 18:09:00
阅读次数:
172
1、安装Git,暂无介绍 2、使用git进行代码托管。此时可能会出现一些问题,如果报错 执行 git push --set-upstream origin master,接下来如果报错 需要在hosts文件里添加地址 执行sudo vi /etvc/hosts 并添加52.74.223.119 gi ...
分类:
其他好文 时间:
2018-05-23 18:08:51
阅读次数:
160
学习WCF第一次自己搭建,记录搭建步骤 1.创建控制台应用程序 在控制台程序中再添加wcf相关文件 2.添加两个类库文件WCFServices.cs、IWCFServices.cs WCFServices继承IWCFServices IWCFServices.cs 3.在App.config中添加< ...
分类:
其他好文 时间:
2018-05-23 18:08:43
阅读次数:
132
Flex 弹性布局(****************************************************) 多行自适应,多列自适应,间隔也能自适应,任意对齐 创建弹性容器 flex container display: block | inline | inline-block ...
分类:
其他好文 时间:
2018-05-23 18:08:35
阅读次数:
191
查看所有分区:[root@backup?~]#?fdisk?-l
Disk?/dev/sda:?1073.7?GB,?1073741824000?bytes
255?heads,?63?sectors/track,?130541?cylinders
Units
分类:
系统相关 时间:
2018-05-23 18:08:27
阅读次数:
233
签名设计 对于敏感的api接口,需使用https协议 https是在http超文本传输协议加入SSL层,它在网络间通信是加密的,所以需要加密证书。 https协议需要ca证书,一般需要交费。 签名的设计 原理:用户登录后向服务器提供用户认证信息(如账户和密码),服务器认证完后给客户端返回一个Toke ...
分类:
其他好文 时间:
2018-05-23 18:08:20
阅读次数:
240
"luogu" 题意 平面上有$n$个点,每个点$(x_i,y_i)$,价值为$w_i$。$m$次询问,每次给出$a_i,b_i,c_i$求满足$a_ix+b_iy include include using namespace std; int gi(){ int x=0,w=1;char ch= ...
分类:
其他好文 时间:
2018-05-23 18:08:12
阅读次数:
164
ubuntu下安装pandas出现 compile failed with error code 1 in /tmp/pip_build_hadoop/pandas ...
分类:
系统相关 时间:
2018-05-23 18:08:06
阅读次数:
253
一次mysql无缘无故的挂掉,使用innodb_force_recovery修复
分类:
数据库 时间:
2018-05-23 18:07:51
阅读次数:
528
[1]发展历史 [2]详细配置 [3]NodeJS [4]React [5]Vue ...
分类:
Web程序 时间:
2018-05-23 18:07:42
阅读次数:
2298
题目大意: 输入n m 接下来n行m列 0表示不能种玉米 1表示能 要求种玉米位置的上下左右四连通区域不能种玉米 输出方案数 Sample Input 2 31 1 10 1 0 2 31 1 10 1 0 Sample Output 9 9 Hint Number the squares as f ...
分类:
其他好文 时间:
2018-05-23 18:07:33
阅读次数:
158
实验一:IIS
实验二:DNS
实验三:SQL
实验四:Serv-U
实验五:Winwebmail
实验六:EFang的虚拟主机的搭建
分类:
其他好文 时间:
2018-05-23 18:07:18
阅读次数:
112
前言 ADO.NET包括5大对象,分别是Connection、Command、DataReader、DataSet、DataAdapter,使用ADO.NET访问数据库有两个步骤:建立数据库连接、读取或更新数据。读取数据主要有两种方法:Command与DataReader、DataAdapter与D ...
分类:
数据库 时间:
2018-05-23 18:07:00
阅读次数:
245