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-101289

user101289's questions

Martin Hope
user101289
Asked: 2021-06-03 12:01:35 +0800 CST

Windows 更新导致 IIS Express 失败并出现 ERR_HTTP2_PROTOCOL_ERROR

  • 0

过去一年我一直在 Windows 机器上构建 reactjs 应用程序,运行 Visual Studio IIS 测试服务器进行调试/测试。

我刚刚安装了一个windows 更新包,重新启动,我的本地 VS IIS Express 服务器无法再为我的站点提供服务——报告的唯一错误是:

localhost/:19 GET https://localhost:44332/static/js/main.chunk.js net::ERR_HTTP2_PROTOCOL_ERROR 200
localhost/:19 GET https://localhost:44332/static/js/vendors~main.chunk.js net::ERR_HTTP2_PROTOCOL_ERROR 200

我不知道从哪里开始调试这个——这ERR_HTTP2_PROTOCOL_ERROR似乎有很多可能的原因。重新启动,清除我的浏览器缓存,使用隐身模式,使用其他浏览器似乎都有同样的问题。

windows iis windows-10 http2 iis-express
  • 1 个回答
  • 3290 Views
Martin Hope
user101289
Asked: 2012-07-27 07:49:46 +0800 CST

automysqlbackup 文件为空

  • 3

我最近在 Ubuntu 服务器上设置了 automysqlbackup。

该脚本运行良好并且没有报告任何错误——它按预期创建了 tar.gz 文件。但是,当我从存档中提取实际的 sql 文件时,它是一个零长度文件。

配置中有什么明显的遗漏吗?

这是我修改的配置文件的唯一部分:

# Username to access the MySQL server e.g. dbuser
USERNAME=myusername

# Username to access the MySQL server e.g. password
PASSWORD=mypass

# Host name (or IP address) of MySQL server e.g localhost
DBHOST=mysql.remotehost.com

# List of DBNAMES for Daily/Weekly Backup e.g. "DB1 DB2 DB3"
# Note that it's absolutely normal that the db named "mysql" is not in this
# list, as it's added later by the script. See the MDBNAMES directives below
# in this file (advanced options).
# This is ONLY a convenient default, if you don't like it, don't complain
# and write your own.
# The following is a quick hack that will find the names of the databases by
# reading the mysql folder content. Feel free to replace by something else.
# This one does a list of dbs using a MySQL statement.
DBNAMES='mydbname'

# Backup directory location e.g /backups
# Folders inside this one will be created (daily, weekly, etc.), and the
# subfolders will be database names. Note that backups will be owned by
# root, with Unix rights 0600.
BACKUPDIR='/home/myuser/automysqlbackup'
mysql
  • 1 个回答
  • 1503 Views
Martin Hope
user101289
Asked: 2012-06-01 13:24:11 +0800 CST

getaddrinfo(3) 失败

  • 1

我正在尝试使用 PHP 包装器(在幕后使用 curl)连接到 Web 服务。

在我运行 PHP 5.3 的本地 Linux 机器上,它运行良好。但是,当我移动到远程服务器(也在 Linux 上运行 PHP 5.3)时,调用 webservice URL 返回:

getaddrinfo(3) failed for http://server.host.com:8080/login

但是当我从命令行发出 curl 请求时,它会返回预期的 URL。

任何人都可以阐明这个问题吗?

谢谢!

php getaddrinfo curl
  • 1 个回答
  • 1940 Views

Sidebar

Stats

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

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve