选中target1,然后点击右键,选择 option for target 'target1' ,在弹出的对话框中选择output选项卡,看Browse information 选项有没有勾选,如果没有,请勾选,然后把你的工程rebuild 一次。...
分类:
其他好文 时间:
2014-12-04 18:02:02
阅读次数:
1338
出错原因:PIL缺少依赖的库文件
解决办法:
1.安装依赖库
sudo apt-get install libjpeg-dev
sudo apt-get install libfreetype6-dev
sudo apt-get install zlib-devel
2.卸载PIL
sudo pip uninstall PIL
...
分类:
编程语言 时间:
2014-12-03 19:19:10
阅读次数:
158
在使用oracle中时,dba使用的shutimmediate时,会造成如图所示:再就不能操作oracle了,为了解决这样的问题,请按如下步骤操作,使oracle重新启动:这样回到sqlplus下就可以操作oracle了!
分类:
数据库 时间:
2014-12-03 10:40:52
阅读次数:
170
在被监控的主机snmpd.conf中加入如下内容 ….
###############################################################################
#?disk?checks
#
#?The?agent?can?check?the?amount?of?available?...
分类:
其他好文 时间:
2014-12-02 15:27:54
阅读次数:
146
在用foreach的时候,出现以下错误:错误:Syntax error, 'for each' statements are only available if source level is 5.0解决方法:1.查看安装JDK的版本,发现是1.8版本,jdk安装没有问题2.查看一下eclipse,...
分类:
其他好文 时间:
2014-12-01 18:53:31
阅读次数:
138
The Python interpreter is usually installed as /usr/local/bin/python on those machines where it is available; putting /usr/local/bin in your Unix sh...
分类:
编程语言 时间:
2014-12-01 14:09:21
阅读次数:
373
新建Android虚拟机的时候,会出现错误:No cpu/abi system image available解决方法:在SDK管理中,选择相应的System Image包下载就可以了。注意:需要重启Eclipse.
分类:
其他好文 时间:
2014-11-30 19:54:11
阅读次数:
198
在IOS8中定位功能新增了两个方法:- (void)requestWhenInUseAuthorization __OSX_AVAILABLE_STARTING(__MAC_NA, __IPHONE_8_0);- (void)requestAlwaysAuthorization __OSX_AVAI...
分类:
移动开发 时间:
2014-11-28 17:56:13
阅读次数:
214
The schematic inFigure 1shows a way to increase the power available from a current-limited 5V supply by adding power from a –5V supply. The dc/dc conv...
分类:
其他好文 时间:
2014-11-28 14:24:24
阅读次数:
205
Synchronous buck regulators offer high efficiency and are popular in applications in which available input voltages are 12V or less. However, as input...
分类:
其他好文 时间:
2014-11-28 13:59:48
阅读次数:
203