码迷,mamicode.com
首页 >  
搜索关键字:not supported    ( 848个结果
CentOS7---vnc启动和乱码问题
1、乱码问题(1)先备份cp/etc/locale.conf/etc/locale.conf.bak(2)vim/etc/locale.conf#LANG="zh_CN.UTF-8"LANGUAGE="zh_CN.UTF-8:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.UTF-8:zh_CN:en_US.UTF-8:en_US:en"SYSFONT="lat0-sun1
分类:其他好文   时间:2018-04-16 19:24:55    阅读次数:2297
如何查看本机安装的python支持哪种.whl文件
第一步:进入python,即在命令行模式中进入python,如下图: 第二步:输入如下命令:import pip; print(pip.pep425tags.get_supported()),结果如下图: 注意红色线圈起来的部分,也就是说本机中的python是2.7版本,支持32位的.whl文件。 ...
分类:编程语言   时间:2018-04-15 18:05:06    阅读次数:2309
jenkins 实验 (二) docker安装jenkins
先安装dockeryum install dock* -ysystemctl start docker.service启动docker失败鸟,容我修个错误看下服务啥错误systemctl status docker.service -l坑Error starting daemon: SELinux is not supported with the ov重新编辑docker配置文件:vi /etc
分类:其他好文   时间:2018-04-04 12:37:34    阅读次数:176
Ubuntu 16.04 中文菱形乱码的解决方案
Ubuntu 16.04 中文菱形乱码的解决方案:请用root权限进入修改执行命令:cp -a /var/lib/locales/supported.d/local /tmpvim /var/lib/locales/supported.d/local将里面的原有内容删除,添加为:en_US.UTF-8 UTF-8执行命令:cp -a /etc/default/locale /t
分类:系统相关   时间:2018-04-02 11:54:35    阅读次数:1104
MySQL Crash Course #05# Chapter 9. 10. 11. 12 正则.函数. API
索引 正则表达式:MySQL only supports a small subset of what is supported in most regular expression implementations 计算字段,应用程序计算 VS. 数据库计算,Concat. 假名 + - * / 测 ...
分类:数据库   时间:2018-03-29 20:04:37    阅读次数:206
Chapter 4 Processor Architecture 2017-11-7
The instructions supported by a particular processor and their byte-level encodings are known as its instruc- tion set architecture(IsA). 4.1 The Y86- ...
分类:其他好文   时间:2018-03-29 02:18:46    阅读次数:163
[吃药HoloLens开发随笔] 项目设置(Project Setting)
首先 打开Quality项设置 并将其中UWP应用渲染质量改为最低 然后找到Project Setting 里面的 Player项 选择UWP这一项 点开Other Settings(新版本在XR settings里) 将其中 Virtual Reality Supported 勾上 并添加这个SD ...
分类:其他好文   时间:2018-03-28 14:09:54    阅读次数:127
警告 All interface orientations must be supported unless the app requires full screen.
编译时警告 All interface orientations must be supported unless the app requires full screen. App 默认是有开启了多任务功能,而多任务功能是需要 App 支持所有方向,如果我们 App 是有需要支持多任务,则需要开启 ...
分类:移动开发   时间:2018-03-20 12:46:16    阅读次数:211
spring data jpa 错误汇总
Not supported for DML operations : 需要添加@Modifying注解 @Modifying @Query("update Company u set u.name = ?1") int updateName(String name);
分类:编程语言   时间:2018-03-14 18:10:54    阅读次数:134
.NET Core on Raspberry Pi
原文地址:传送门 .NET Core on Raspberry Pi Arm32 builds are available as community supported builds for .NET Core 2.0. There is no SDK that runs on ARM32 but ...
分类:Web程序   时间:2018-03-13 23:57:15    阅读次数:627
848条   上一页 1 ... 25 26 27 28 29 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!