小编Arn*_*all的帖子

"vagrant up" 它在 SSH 身份验证方法处停止:私钥

我正在尝试在具有宅基地环境的计算机上安装 laravel。我遵循了官方文档中的所有步骤。当我执行“vagrant up”时,控制台显示以下错误。

流浪错误.

在 SSH 身份验证方法处停止。以前我用“ ssh-keygen -t rsa -b 4096 -C “me@email.com ”配置了ssh-keygen

我在 .rb 文件中添加了主机部分: 主机

甚至 .yaml 文件。我认为我编辑正确 yaml文件

在主机文件中,我在文件底部添加了:“192.168.10.10 administracio.dev”。

然后当我让这个错误崩溃时,它显示以下错误:

Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.

If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually …
Run Code Online (Sandbox Code Playgroud)

ssh virtualbox vagrant laravel homestead

5
推荐指数
1
解决办法
2万
查看次数

如何在 Cell Handsontable 中禁用写入并包含一个下拉列表

我对这个例子做了一个小提琴。小提琴示例

在第 4 列中有一些单元格,我想禁用写入模式并激活下拉列表。实际上我有下拉菜单并且对我来说效果很好,但我可以继续写它,我想禁用这个选项。

我只想让人们选择这些选项之一。在此示例中,颜色或 Bumber。

我试过这个,包括只读:

    {
      data: 'bumper',          
      type: 'dropdown',
      readOnly: true, 
      source: ['Red', 'Blue', 'Green']
    }
Run Code Online (Sandbox Code Playgroud)

但是(显然)禁用整个单元格并且不允许使用下拉列表编辑单元格。

javascript jquery handsontable

4
推荐指数
1
解决办法
1639
查看次数