在编译caffe的过程中遇到了nvcc fatal : Unsupported gpu architecture 'compute_20'这个错误, 修改方法为: 在Makefile.config文件中根据自己CUDA的版本注释不同的行。 # CUDA architecture setting: going with all of them. # For CUDA < 6.0, comment
当使用Navicat Premiun 英文版连接oracl时可能会报ORA-12737: Instant Client Light: unsupported server character set CHS16GBK错误 这是只要打开Navicat Premiun-->tools-->options 把OCI的地址指向oracle安装目录下的oci.dll即可,地址可能不完全相同,我的是在:F:
2.1 Installing MySQL on Linux Using the MySQL Yum Repository 指导文档:http://dev.mysql.com/doc/refman/5.7/en/linux-installation-yum-repo.html [root@m01 software]# yum -y remove mysql-libs
原址:点击打开链接 原因:编译时JDK版本高于运行时JDK版本。用jdk7编译的class文件放到基于jdk6运行的tomcat之中,就会报这个错。 The version number shown describes the version of the JRE the class file is compatible with. The reported major n
报错为: Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'armv7' 解决方法: 搜索 ”compiler “ 修改:Change your compiler for C/C++/ObjectiveC Go to Build Settings->B