最近在搞centos,遇见的一些问题,记录一下 首先是安装问题 安装过程参考http://www.cnblogs.com/seesea125/archive/2012/02/25/2368255.html 见下图 enter确认的话,重启后会一直卡在centos页面 解决方法就是: 在安装过程第一步中将 Install system with basic video driver 改为 Install or upgrade an existing system即可…
SQL Server Data Tools – Business Intelligence for Visual Studio 2012,一个很强大的工具,下载地址:http://www.microsoft.com/en-us/download/details.aspx?id=36843,它用于打开以下类型的项目模板: Project templates for SSAS Analysis services projects (.dwproj) SSRS Reporting services p…
操作环境 虚拟机:VirtualBox 5.0.4 for Windows 操作系统:CentOS-7-x86_64-Minimal-1503-01.iso 问题描述 登录系统之后,输入ifconfig查看IP地址,却提示命名没有找到. 解决方法 1.将虚拟机的网络连接方式设置成桥接网卡 2.启动默认网卡 cd /etc/sysconfig/network-scripts vi ifcfg-enp0s3 将ONBOOT=no 改成yes 说明:ifcfg-enp0s3的名称可能会有所不同. 3.…