上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页
摘要: VirtualBox COM获取对象失败 错误详情 1. 先来看看错误详情 获取 VirtualBox COM 对象失败. 应用程序将被中断. Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, CLSID_VirtualBox w/ IUn 阅读全文
posted @ 2018-04-02 09:45 lobtao 阅读(1390) 评论(0) 推荐(0)
摘要: vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=localhost.localdomain GATEWAY=192.168.2.1 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 H 阅读全文
posted @ 2018-04-01 20:40 lobtao 阅读(129) 评论(0) 推荐(0)
摘要: 初用VirtualBox, 几个显示切换快捷键还是要记一下的: Right Ctrl + F -- 切换到全屏模式 Right Ctrl + L -- 切换到无缝模式 Right Ctrl + C -- 切换到比例模式 Right Ctrl + Home -- 显示控制菜单 Right Ctrl 切 阅读全文
posted @ 2018-04-01 19:58 lobtao 阅读(272) 评论(0) 推荐(0)
摘要: nvm version // 查看nvm版本 nvm install 4.6.2 // 安装node4.6.2版本(附带安装npm) nvm uninstall 4.6.2 // 卸载node4.6.2版本 nvm list // 查看node版本 nvm use 4.6.2 // 将node版本切 阅读全文
posted @ 2018-03-28 12:04 lobtao 阅读(114) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-03-15 15:17 lobtao 阅读(150) 评论(0) 推荐(0)
摘要: vim ~/.pip/pip.conf 修改为如下 [global]index-url = https://pypi.doubanio.com/simple/[install]trusted-host=pypi.doubanio.com 再次执行lnmp ssl add 小程序报错request:f 阅读全文
posted @ 2018-03-08 18:50 lobtao 阅读(272) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2018-03-06 19:40 lobtao 阅读(5985) 评论(0) 推荐(0)
摘要: yum install httpd-tools 阅读全文
posted @ 2018-03-04 16:24 lobtao 阅读(67) 评论(0) 推荐(0)
摘要: Server Software: web服务器软件及版本 Server Hostname: 表示请求的URL中的主机部分名称 Server Port: 被测试的Web服务器的监听端口 Document Path: 请求的页面路径 Document Length: 页面大小 Concurrency Level... 阅读全文
posted @ 2018-03-04 16:02 lobtao 阅读(199) 评论(0) 推荐(0)
摘要: Route::any('/{module}/{class}/{action}', function($module, $class, $action) { $ctrl = \App::make("\\App\\Http\\Controllers\\" . $module . "\\" . $class . "Controller"); return \App::call([$ct... 阅读全文
posted @ 2018-02-03 11:00 lobtao 阅读(1176) 评论(0) 推荐(0)
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 24 下一页