Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1385362
  • 博文数量: 931
  • 博客积分: 10
  • 博客等级: 民兵
  • 技术积分: 10198
  • 用 户 组: 普通用户
  • 注册时间: 2011-07-08 12:28
个人简介

测试

文章分类

全部博文(931)

文章存档

2020年(134)

2019年(792)

2018年(5)

我的朋友

发布时间:2019-04-24 15:43:47

这些弊端在安装了Guest Additions扩展程序后能得到完美解决。在VirtualBox的官网下载VBoxGuestAdditions.iso这个镜像文件,稍后收到提示: Running kernel modules will .........【阅读全文】

阅读(767) | 评论(0) | 转发(0)

发布时间:2019-04-24 14:39:10

遇到如下错误信息:Microsoft-Hyper-V Error code = 0x800f0831Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V ...再试试第二个命令行:还是遇到错误码0x800f0831:The DISM log file can be found at C:WINDOWSLogsDISMdism.log.........【阅读全文】

阅读(4755) | 评论(0) | 转发(0)

发布时间:2019-04-24 12:13:56

今天这篇文章咱们就来将Docker安装到Ubuntu上。sudo apt-get remove docker docker-engine docker-ce docker.io2. 更新apt包索引:sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-commoncurl -fsSL https://download.docker.com/lin.........【阅读全文】

阅读(910) | 评论(0) | 转发(0)

发布时间:2019-04-24 11:56:54

Go语言是谷歌2009发布的第二款开源编程语言。北京时间2010年1月10日,Go语言摘得了TIOBE公布的2009年年度大奖。该奖项授予在2009年市场份额增长最多的编程语言。本文介绍如何在ubuntu操作系统下面安装goLang。sudo curl -O https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz.........【阅读全文】

阅读(1000) | 评论(0) | 转发(0)

发布时间:2019-04-24 11:46:47

MongoDB最简单的入门教程之一 环境搭建MongoDB最简单的入门教程之二 使用nodejs访问MongoDB<dependency> <groupId>org.mongodb</groupId> <artifactId>mongodb-driver</artifactId> <version>3.6.4</version> </dependency> bsonmongodb-drivermongod.........【阅读全文】

阅读(2881) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册