TODO:Windows10的使用感想及兼容Linux

TODO:Windows10的使用感想及兼容Linux

这段时间一直使用了Windows10,介绍一下本机配置,双核CPU,8G内存,C盘100G。把不必要的软件卸载掉之后,Windows10给小O的感觉是win7+win8的结合体,总体使用还算流畅。适合开发者使用。

左下角的win键,弹出的内容个人有些花俏,也许是考虑到手机版和触屏版的体验,如果你习惯了win7,可能你会发现很多功能你找不到,这时候你可以使用快捷键win+x调出常用功能菜单,有桌面,运行,控制面板,搜索等功能。

当你习惯了win10的使用,你会觉得性能确实改进很多,使用也很便捷。Win10并没有让小O有那种想换会win7的感觉,反而越用越好用。

为什么会使用win10,其实还要一点就是win10可以内嵌ubuntu linux的bash,让小O要简单使用linux代码很大的便捷,不需要安装连接linux的客户端了。但是还是有些linux的命令被屏蔽了,如ping,ifconfig,提示获取不到设备,或者没有权限;但是常用的ls,ll,grep,awk,sed都可以用,会让小O很多便利。更多的命令在使用过程中在不断总结,分享出来。

以下是安装兼容linux的简单步骤

配置系统相关设置,开启“开发人员模式”

TODO:Windows10的使用感想及兼容Linux

启用“适用于Linux的Windows子系统”

TODO:Windows10的使用感想及兼容Linux

进入cmd执行bash,开始安装linux

TODO:Windows10的使用感想及兼容Linux

TODO:Windows10的使用感想及兼容Linux

TODO:Windows10的使用感想及兼容Linux

安装bash成功后可以试试相应的linux命令了,祝您使用愉快。

TODO:Windows10的使用感想及兼容Linux

wxgzh:ludong86

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
填充下面这个程序中所有出现// TODO: fill the code这个任务的地方#include <iostream> #include <cstring> #include "ourstring.h" #include "strlib.h" using namespace std; OurString::OurString(){ // TODO: fill the code } OurString::OurString(const char *str){ // TODO: fill the code } OurString::OurString(const OurString &dstr){ // TODO: fill the code } OurString::~OurString(){ // TODO: fill the code } string OurString::toString() const{ // TODO: fill the code } OurString OurString::subStr(unsigned int start, unsigned int n) const{ // TODO: fill the code } bool OurString::operator > (const OurString &dstr) const{ // TODO: fill the code } bool OurString::operator < (const OurString &dstr) const{ // TODO: fill the code } bool OurString::operator == (const OurString &dstr) const{ // TODO: fill the code } unsigned int OurString::length () const{ // TODO: fill the code } const OurString& OurString::operator = (const OurString &dstr){ // TODO: fill the code } const OurString& OurString::operator = (const char *str){ // TODO: fill the code } char& OurString::operator[](int index){ // TODO: fill the code } const OurString OurString::operator + (const OurString &dstr) const{ // TODO: fill the code } const OurString OurString::operator + (const char *str) const{ // TODO: fill the code } const OurString& OurString::operator += (const OurString &dstr){ // TODO: fill the code } const OurString& OurString::operator += (const char *str){ // TODO: fill the code } ostream & operator<<(ostream &os, const OurString &dstr){ // TODO: fill the code } istream & operator>>(istream &is, OurString &dstr){ // TODO: fill the code }
05-29

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值