AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-701452

Jinzu's questions

Martin Hope
Jinzu
Asked: 2020-08-02 11:42:50 +0800 CST

笔记本电脑的电池计数是否应为负数

  • 5

我有一台可以双启动 Windows 10 和 Ubuntu 的东芝 Satellite P55W-C5200X。我不得不更换电池,电池是通过打开笔记本电脑的底部(不会弹出)取出的,超过 3 次。我在 2015 年 12 月买了这台电脑。

在 Windows 10 中,我将低电量设置为 20%。但是通知永远不会出现。储备水平为 25%,但行动从未发生。关键是 5%。几个月前停止发生备用和电池电量不足的通知/操作。

我的电池测试 (powercfg) 显示我的循环计数为负。这是否意味着电池即将耗尽或我需要重新启动它?

在此处输入图像描述

windows-10 battery-life
  • 1 个回答
  • 126 Views
Martin Hope
Jinzu
Asked: 2019-11-28 12:57:10 +0800 CST

如何在开始菜单中删除位于 Skype 下的栏

  • 6

我在 Windows 10 的开始菜单中有一个看起来像进度条的栏。我该如何删除这个?我试图取消固定然后固定 Skype,但它仍然存在。在此处输入图像描述

我有 Windows 10 x64 Home 1803。我使用 VirtualBox,如果我更新到 1909/1903,那么由于我的笔记本电脑东芝存在这些更新的错误,VM 软件会崩溃。

windows-10 skype
  • 1 个回答
  • 178 Views
Martin Hope
Jinzu
Asked: 2019-11-13 20:00:45 +0800 CST

网络摄像头驱动程序丢失

  • 5

我有一台东芝 Satellite P55W-C5200X 笔记本电脑。我必须全新安装 Windows 10 Home x64。但现在我没有在设备管理器中识别网络摄像头。如何安装驱动程序/让它工作?我去了东芝的网站,没有办法得到驱动程序。在设备管理器下没有成像部分。

设备管理器下面没有图像部分 在此处输入图像描述

windows-10 drivers
  • 1 个回答
  • 652 Views
Martin Hope
Jinzu
Asked: 2019-10-06 18:11:23 +0800 CST

为什么命令提示符和 PowerShell 给出的输出结果与终端不同?

  • 7

我有一本书的以下示例代码:

#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>

int main(int argc, char *argv[])
{
  printf("Hello World (pid:%d)\n", (int) getpid());
  int rc = fork();

  if (rc < 0)
  {
    //fork failed
    fprintf(stderr, "fork failed\n");
    exit(1);
  }

  else if (rc == 0)
  {
    //child (new process)
    printf("Hello I am child (pid:%d)\n", (int) getpid());
  }

  else
  {
    //parent goes down this path (main)
    printf("Hello, I am parent of %d (pid:%d)\n",
            rc, (int) getpid());
  }

  return 0;
}

在 Windows(powershell 和命令提示符)中,我得到以下信息:

Hello World (pid:1283)
Hello, I am parent of 1284 (pid:1283)Hello I am child (pid:1284)

在 Linux(终端)中,我得到:

Hello World (pid:1923)
Hello, I am parent of 1924 (pid:1923)
Hello I am child (pid:1924)

如下图所示。

为什么相同的代码在不同的程序中显示不同?Windows 是否只是根据它读取代码的方式错误地显示输出?或者它的编译器是什么?我在 Linux 上使用包含的 gcc。我在 Windows 上使用 cygwin gcc。

Windows 上的 PowerShell

powershell-windows

Linux 上的终端

终端-linux

Windows 上的命令提示符

cmd窗口

还运行此代码:

#include <stdio.h>

int main()
{
    printf("Name\n");
    printf("Address Line 1\n");
    printf("Address Line 2");
}

在 Windows 上的 PowerShell 中正确打印代码。

在此处输入图像描述

linux powershell
  • 2 个回答
  • 339 Views
Martin Hope
Jinzu
Asked: 2019-08-30 17:31:11 +0800 CST

如果我的机器上预装了 Windows 10,我可以使用 Windows DVD 重新安装吗?

  • 7

我需要从 1903 降级到 1803。由于我在 2 个多月前进行了更新,因此我唯一的选择是从 iso 文件进行全新安装。问题是,如果我使用这个 iso 文件,我可以放入我的 OEM Windows 产品密钥还是不能工作?我不能使用全新安装,因为它仍然有 1903,这会导致我的系统崩溃。

windows-10-v1803 windows-installation
  • 2 个回答
  • 2534 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve