虚空境界分享 http://blog.sciencenet.cn/u/depengchen 摄心神,致虚极,守静笃

博文

按标题搜索
rhel7.0 usb安装过程中的问题及解决办法
2015-2-12 23:31
RHEL7 USB installation problem and solving Encountered quite a few problems while install the RHEL7, with the Windows system already installed. Problem 1: /dev/root does not exist Downloaded the Redhat 7 ISO file and generate the bootable USB drive by using so ...
个人分类: Linux&Uinix|3277 次阅读|没有评论
rhel 7.0 系统,如果忘记了root用户密码
2015-2-8 15:16
rhel 7.0系统,忘记了root用户密码,没问题,还可以通过单用户方式进入修改,方法如下: 1. 重新启动系统,进入grub菜单 2. 如果有多系统, 用上下键选择忘记root密码的那个系统,键入“e” 来进入编辑模式 3. 选择第二行(kernel......) ,键入“e” & ...
个人分类: Linux&Uinix|2020 次阅读|没有评论
在C++中用typedef 声明新类型
2015-1-7 16:39
在C++中,有时因为编程习惯的需要,有时为了程序的可移植性,需要用typedef声明一个新的类型名来代替已有的类型,如: typedef int INTEGER; //指定用标识符INTEGER代表int类型 等价于:nt i,j; float a,b; typedef float REAL; //指定用REAL代表float类型 等价于 ...
个人分类: 程序设计|3287 次阅读|没有评论

本页有 7 篇博文因作者的隐私设置或未通过审核而隐藏

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-4-26 06:36

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部