问题:xcode 7编译错误:bitcode is not supported on versions of iOS prior to 6.0 解决:Build Options | Enable Bitcode 设置为No即可 原因:这是Apple Watch使用的 问题:Build iOS时提示没 ...
分类:
其他好文 时间:
2016-04-11 18:14:40
阅读次数:
204
Schedule Speaker Biographies Acknowledgments This work was partially supported by the National Science Foundation Career Award #1149633. Any opinions, ...
分类:
其他好文 时间:
2016-04-10 19:13:39
阅读次数:
515
可能的原因1:安装的不是对应python版本的库,下载的库名中cp27代表python2.7,其它同理。 可能的原因2:这个是我遇到的情况(下载的是对应版本的库,然后仍然提示不支持当前平台) 我下载到的numpy库文件名: numpy-1.10.4+mkl-cp27-cp27m-win32.whl ...
分类:
其他好文 时间:
2016-04-09 16:46:18
阅读次数:
732
让应用在横屏模式下启动 为了让应用从竖屏模式切换为横屏模式,我们得完成三件事情: 1. 更改设备的”Supported Device Orientations”设置; 2. 让Main.storyboard中的视图控制器中的view使用横屏显示; 3. 更改ViewController.m中的一行代 ...
分类:
其他好文 时间:
2016-04-08 19:34:27
阅读次数:
119
NVCC src/caffe/solvers/adam_solver.cuIn file included from /usr/local/cuda/include/cuda_runtime.h:76:0, from <command-line>:0:/usr/local/cuda/include/ ...
分类:
其他好文 时间:
2016-04-07 01:17:09
阅读次数:
1395
I forgot that this is supported in the code, but it requires a little editing of the config or a special sequence.Open S+, use the hotkey to hide the ...
依次运行以下命令 # -->代表root权限 # vim /var/lib/locales/supported.d/local 将zh_CN GB2312添加进去 #dpkg-reconfigure locales ...
分类:
系统相关 时间:
2016-04-05 19:55:03
阅读次数:
166
默认情况下,libcurl不支持https, 如果使用https链接,就会出现" Protocol https not supported or disabled in libcurl" 的错误提示。查看curl是否支持https可以使用命令: curl -V。 curl有两种方式使用https : ...
分类:
Web程序 时间:
2016-04-05 13:59:28
阅读次数:
152
手动指定maven-resources-plugin的版本,及编码 ...
分类:
其他好文 时间:
2016-04-05 09:33:00
阅读次数:
129
网络设定的几个命令说明 ethtool:网卡的物理属性 查看网卡工作情况。 # ethtool eth1 Settings for eth1: Supported ports: [ MII ] Supported link modes: 10baseT/Half 10baseT/Full 100ba ...
分类:
其他好文 时间:
2016-04-02 20:30:49
阅读次数:
343