码迷,mamicode.com
首页 >  
搜索关键字:requires hardware    ( 1878个结果
POJ3662 Telephone Lines (dijkstra+二分)
Farmer John wants to set up a telephone line at his farm. Unfortunately, the phone company is uncooperative, so he needs to pay for some of the cables ...
分类:其他好文   时间:2020-02-11 09:45:17    阅读次数:72
php 错误提示 mongodb/mongodb 1.4.0 requires ext-mongodb ^1.5.0 -> ... 解决办法
使用环境: window wamp自带php7.3.1 leveral composer 错误原因: 原来的php中并没有安装mongodb扩展,或者mongodb扩展的版本不对,版本要求是要大于^1.5.0。 使用php -m 可以查看已安装扩展列表,检查一下是否有mongodb扩展文件。 解决步 ...
分类:数据库   时间:2020-02-10 22:22:35    阅读次数:196
【Hardware】i386、x86和x64的故事
(1)x86的由来x86架构首度出现在1978年推出的Intel 8086中央处理器,它是从Intel 8008处理器中发展而来的,而8008则是发展自Intel 4004的。在8086之后,Intel又推出了包括80186、80286、80386以及80486。 在设计上,这些后续的处理器使用的指... ...
分类:其他好文   时间:2020-02-09 09:44:21    阅读次数:75
玄学—使Chrome的字体渲染更清晰
1. chrome://settings/ 最下面 advanced, 将use hardware acceleration关闭 2.chrome://flags/ 将 关闭 不知道是不是心理作用,但是进行上面操作后会感觉自己眼睛对字体的聚焦更好,相比firefox。。。稍微能看一些了 ...
分类:其他好文   时间:2020-02-08 15:55:40    阅读次数:191
IVM sdk command
1.load sdk shell ./auto_load_user.sh 2.查看all端口状态 IVM:0>ifcs show devport 3.查看个别端口状态 IVM:0>ifcs show devport 6 4.enable/disable 端口 IVM:0>port enable 1- ...
分类:其他好文   时间:2020-02-06 20:07:51    阅读次数:72
STM32 一个初始化EXTI的例子
23 May 2017» Hardware注:STM32F407VGT6 with STM32F4 DSP and standard peripherals library v1.8.0外部中断源码//中断服务函数void EXTI2_IRQHandler(void){ delay_ms(10); ... ...
分类:其他好文   时间:2020-02-06 13:05:01    阅读次数:137
Splunk 安装
安装 查看 常用命令 tar zxvf <splunk package>-C /opt/opt/splunk/bin/splunk start --accept-license /opt/splunk/bin/splunk start enable boot-start splunk disable ...
分类:其他好文   时间:2020-02-06 01:49:41    阅读次数:132
Function Decorators and Closures
Function decorators let us "mark" functions in the source code to enhance their behavior in some way. This is powful stuff, but mastering it requires ...
分类:其他好文   时间:2020-02-03 09:19:37    阅读次数:81
Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
eclipse在tomcat上部署网页时报错:Server Tomcat v8.0 Server at localhost was unable to start within 45 seconds. 问题:本地的tomcat服务器不能够在45秒内启动。 原因:在tomcat中部署的项目太多因此不能 ...
分类:其他好文   时间:2020-02-02 20:03:30    阅读次数:81
虚拟化技术xen的简介和安装
虚拟化技术的分类: 1,模拟:Emulation ? Qemu,PearPC,Bochs 2,完全虚拟化:Full Virtualization,Native Virtualization ? HVM:hardware virtualization machine ? vmware workstat ...
分类:其他好文   时间:2020-02-01 10:53:37    阅读次数:71
1878条   上一页 1 ... 12 13 14 15 16 ... 188 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!