码迷,mamicode.com
首页 >  
搜索关键字:not supported    ( 848个结果
Linux显示中文乱码解决方法
经常使用linux终端,有人上传中文命名的文件显示出中文乱码,下面是解决方法。默认显示的字符编码#echo$LANGen_US.UTF-8修改i18n文件#vi/etc/sysconfig/i18nLANG="zh_CN.GB18030"LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en..
分类:系统相关   时间:2014-09-01 10:53:03    阅读次数:232
Linux显示中文乱码解决方法
经常使用linux终端,有人上传中文命名的文件显示出中文乱码,下面是解决方法。默认显示的字符编码#echo$LANGen_US.UTF-8修改i18n文件#vi/etc/sysconfig/i18nLANG="zh_CN.GB18030"LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en..
分类:系统相关   时间:2014-09-01 10:52:53    阅读次数:190
Linux显示中文乱码解决方法
经常使用linux终端,有人上传中文命名的文件显示出中文乱码,下面是解决方法。默认显示的字符编码#echo$LANGen_US.UTF-8修改i18n文件#vi/etc/sysconfig/i18nLANG="zh_CN.GB18030"LANGUAGE="zh_CN.GB18030:zh_CN.GB2312:zh_CN"SUPPORTED="zh_CN.GB18030:zh_CN:zh:en_US.UTF-8:en..
分类:系统相关   时间:2014-09-01 10:52:43    阅读次数:210
The specified system/compiler is not supported
之前安装了QT的4.5.3版本,现需要用到phonon库,因此卸载后想重新安装4.7版本,但当使用./configure编译时出现The specified system/compiler is not supported: xxx/xxx/。。。。。。的提示,按照字面意思是系统或者编译工具不支持....
分类:其他好文   时间:2014-08-30 15:05:09    阅读次数:309
[异常] JLink Error: Could not find supported CPU core on JTAG chain J-Link连接不到stm32内核问题
>___<" ~真是虚惊一场,不然又要烧掉500-600的RMB啦!PS" 相关链接:J-Link无法下载问题:http://blog.csdn.net/liyuanbhu/article/details/9107139关于调式STM32F103ZE 时出现的 JLINK 找不到CORE 问题:ht...
分类:其他好文   时间:2014-08-26 09:45:05    阅读次数:1245
在64位linux上编译32位程序 for i386 intel
编辑中 # ld -V GNU ld version 2.15.92.0.2 20040927 Supported emulations: elf_x86_64 elf_i386 i386...
分类:系统相关   时间:2014-08-25 11:22:34    阅读次数:242
Xshell下VI打开文件中文乱码解决
修改 /etc/sysconfig/i18n 成如下值:LANG="zh_CN.utf8"LANGUAGE="zh_CN.utf8"SUPPORTED="zh_CN.utf8:zh_CN.GB18030:zh_CN:zh:en_US.UTF8:en_US:en"SYSFONT="lat0-sun16...
分类:其他好文   时间:2014-08-21 02:42:13    阅读次数:228
firefox同步ajax请求报错的问题 A parameter or an operation is not supported by the underlying object
今天在测试系统时,一个很正常的功能在firefox下报错,经过验证在ie和chrome浏览器中功能这个正常。调试后发现: 请求比其他请求的特殊点在于同步请求。经过firefox的控制台上测试发现错误日志:"[Exception... "A parameter or an operation is n...
分类:其他好文   时间:2014-08-14 16:39:49    阅读次数:590
Putty使用公钥认证时,报错:Disconnected: No supported authentication methods available(server sent:public key) 问题的解决
Putty使用公钥认证时,按照常规方法设置,一直报错:Disconnected: No supported authentication methods available (server sent:public key)。如截图:找了半天没找到问题出在哪里,sshd的设置一切正常。这个做过多次居然...
分类:其他好文   时间:2014-08-13 14:52:36    阅读次数:933
boost操作xml 5分钟官方教程
Five Minute TutorialThis tutorial uses XML. Note that the library is not specifically bound to XML, and any other supported format (such as INI or JSO...
分类:其他好文   时间:2014-08-12 00:20:33    阅读次数:269
848条   上一页 1 ... 78 79 80 81 82 ... 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!