我正在尝试在具有宅基地环境的计算机上安装 laravel。我遵循了官方文档中的所有步骤。当我执行“vagrant up”时,控制台显示以下错误。
在 SSH 身份验证方法处停止。以前我用“ ssh-keygen -t rsa -b 4096 -C “me@email.com ”配置了ssh-keygen
在主机文件中,我在文件底部添加了:“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) 我对这个例子做了一个小提琴。小提琴示例。
在第 4 列中有一些单元格,我想禁用写入模式并激活下拉列表。实际上我有下拉菜单并且对我来说效果很好,但我可以继续写它,我想禁用这个选项。
我只想让人们选择这些选项之一。在此示例中,颜色或 Bumber。
我试过这个,包括只读:
{
data: 'bumper',
type: 'dropdown',
readOnly: true,
source: ['Red', 'Blue', 'Green']
}
Run Code Online (Sandbox Code Playgroud)
但是(显然)禁用整个单元格并且不允许使用下拉列表编辑单元格。
handsontable ×1
homestead ×1
javascript ×1
jquery ×1
laravel ×1
ssh ×1
vagrant ×1
virtualbox ×1