问题: 本人电脑上装了VMware和docker,系统是win10专业版,然后今天想用下docker,打开报错,Hyper-V未开启,开启之后再次报错 An error occurred Hardware assisted virtualization and data execution prot ...
分类:
其他好文 时间:
2019-08-30 11:26:00
阅读次数:
127
前面已经说完了实践型的4个优化技巧,下面我们介绍下建议型的4个技巧。1. 有选择地使用选择器大多数朋友应该都知道CSS选择器的匹配是从右向左进行的,这一策略导致了不同种类的选择器之间的性能也存在差异。相比于#markdown-content-h3,显然使用#markdown .content h3时 ...
分类:
Web程序 时间:
2019-08-29 18:23:45
阅读次数:
131
在Yii安装目录下执行composer任一命令时,报错: 解决: 运行 获取最新版本的插件,即可。 ...
分类:
其他好文 时间:
2019-08-29 14:08:53
阅读次数:
184
启动tomcat 超时 Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout ...
分类:
系统相关 时间:
2019-08-26 13:00:20
阅读次数:
138
I installed LyX in my Ubuntu(version LTS 18.04), but I just can't make it work. Every time I open any file, I get a message similar to this one: The s ...
分类:
系统相关 时间:
2019-08-25 20:25:00
阅读次数:
133
The System Boot Process Explained:https://www.webopedia.com/DidYouKnow/Hardware_Software/BootProcess.asp 操作系统是怎么启动的?BootLoader是在操作系统内核运行之前运行;->初始化硬件设备 ...
分类:
其他好文 时间:
2019-08-25 15:55:36
阅读次数:
122
"devDependencies": { "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "gulp": "^3.9.1", "gulp-babel": "^7.0.1" ...
分类:
Web程序 时间:
2019-08-24 17:04:48
阅读次数:
1114
npm WARNajv keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself. 毛主席说:“缺什么,补什么。” 缺了一个依赖,装上 ...
分类:
其他好文 时间:
2019-08-24 13:23:26
阅读次数:
106
1.Open vSwitch* with DPDK Overview: https://software.intel.com/en-us/articles/open-vswitch-with-dpdk-overview2.Open vSwitch hardware offloading: https ...
分类:
其他好文 时间:
2019-08-23 19:08:04
阅读次数:
119
Vue-router 进阶 Vue-router 进阶 Vue-router 进阶 路由 元信息 在定义路由的时候,可以定义 meta 字段 children: [ { path: 'bar', component: Bar, // a meta field 元信息 meta: { requires ...
分类:
其他好文 时间:
2019-08-22 01:13:08
阅读次数:
76