码迷,mamicode.com
首页 >  
搜索关键字:requires hardware    ( 1878个结果
RN-ios模拟器上调出中文输入法
react-native 项目:在ios模拟器上需要拼写汉字,步骤是, 1.在模拟器的设置-通用-语言与地区-iphone语言设置为:简体中文 2.模拟器的 Hardware-Keyboard-勾选下图选项 ps:ios模拟器清除缓存一般我选择的是 Hardware-Erase all conten ...
分类:移动开发   时间:2018-08-16 20:05:40    阅读次数:566
DHCP服务器搭建 企业实用 小白教程
DHCP服务器搭建安装dhcpYum-yinstalldhcp编辑配置文件vim/etc/dhcp/dhcpd.conf#dhcpd.confdefault-lease-time600;默认租期时间单位秒max-lease-time7200;最大租期时间单位秒subnet192.168.1.0netmask255.255.255.0{定义子网range192.168.1.100192.168.1.
分类:其他好文   时间:2018-08-13 10:45:08    阅读次数:168
Cookie与Session
Django中的Cookie 查看Cookie 设置Cookie 参数: key, 键 value='', 值 max_age=None, 超时时间 expires=None, 超时时间(IE requires expires, so set it if hasn't been already.) ...
分类:其他好文   时间:2018-08-12 20:03:43    阅读次数:154
Uncaught Error: Bootstrap's JavaScript requires jQuery
导致这个报错的原因是bootstrap加载的顺序有问题,必须先引用jquery.min.js文件,然后再引用botstrap的js。 ...
分类:编程语言   时间:2018-08-12 17:24:00    阅读次数:431
【vue】遇到的问题
【一】项目编译的时候报错 npm install npm WARN @mtfe/thrift@2.3.7 requires a peer of thrift@0.11.0 but none is installed. You must install peer dependencies yourse ...
分类:其他好文   时间:2018-08-08 15:39:54    阅读次数:532
autoplay移动端不能自动播放
本文总结自:https://stackoverflow.com/questions/12496144/can-you-autoplay-html5-videos-on-the-ipad 首先,自动播放功能在ios10上是可行的,但仍有些限制: 要么开启静音(muted),要么视频中没有音轨。 在io ...
分类:移动开发   时间:2018-08-06 12:19:20    阅读次数:266
git checkout -b 分支name 分支的新建, 切换, 删除, 查看
$ git checkout 711 -berror: switch `b' requires a value 以上, 可以看出, 参数 -b 放到最后是错误的. 711@MININT- 64 /d/java-workspace/project (master)$ git checkout -b 7 ...
分类:其他好文   时间:2018-08-06 11:11:15    阅读次数:2044
Error:(12, 24) 警告: [deprecation] android.hardware中的Camera已过时.android
问题:android studio编译项目时出现: Error:(12, 24) 警告: [deprecation] android.hardware中的Camera已过时 解决:(只是让其不提示) 1.app的 build.gradle中 2.根目录的build.gradle中 ...
分类:移动开发   时间:2018-08-06 10:30:45    阅读次数:598
Nginx源码阅读(main)
原帖地址:https://blog.csdn.net/hz5034/article/details/54630909 main()执行流程 main()代码解析 ...
分类:其他好文   时间:2018-08-06 00:35:33    阅读次数:169
android ------ Emulator: error: x86 emulation currently requires hardware acceleration
我创建 Android 模拟器,运行项目时出现了一个这样的错误;如下:emulator ERROR:x86 emulation currently requires hardware acceleration!Please ensure Intel HAXM is properly installe ...
分类:移动开发   时间:2018-08-02 23:10:45    阅读次数:570
1878条   上一页 1 ... 46 47 48 49 50 ... 188 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!