摘要:
1、关闭sts, 2、删除 C:\Users\Administrator\.m2 3、启动st 4、新建项目,让依赖下载完成 阅读全文
摘要:
show status like 'Threads%'; Threads_cached 1 Threads_connected 5 Threads_created 6 Threads_running 1 Threads_connected 当前连接数 Threads_created 创建的连接数峰值 阅读全文
摘要:
VirtualBox COM获取对象失败 错误详情 1. 先来看看错误详情 获取 VirtualBox COM 对象失败. 应用程序将被中断. Failed to instantiate CLSID_VirtualBox w/ IVirtualBox, CLSID_VirtualBox w/ IUn 阅读全文
摘要:
vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=localhost.localdomain GATEWAY=192.168.2.1 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 H 阅读全文
摘要:
初用VirtualBox, 几个显示切换快捷键还是要记一下的: Right Ctrl + F -- 切换到全屏模式 Right Ctrl + L -- 切换到无缝模式 Right Ctrl + C -- 切换到比例模式 Right Ctrl + Home -- 显示控制菜单 Right Ctrl 切 阅读全文
摘要:
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版本切 阅读全文
摘要:
vim ~/.pip/pip.conf 修改为如下 [global]index-url = https://pypi.doubanio.com/simple/[install]trusted-host=pypi.doubanio.com 再次执行lnmp ssl add 小程序报错request:f 阅读全文
该文被密码保护。 阅读全文
摘要:
yum install httpd-tools 阅读全文
