今天的异常很有意思,叫做android.view.InflateException: Binary XML file line #95: Error inflating class(out of memory) 。
其实是因为out of memory,导致 xml是不可能被充气成功,因此activity的onCreate方法中,
setContentView(R.layout.***)也就不...
分类:
移动开发 时间:
2014-08-16 01:04:09
阅读次数:
313
Jquery Ajax时 error处理 之 parsererror 01 $.ajax({ ...
分类:
Web程序 时间:
2014-08-15 22:27:19
阅读次数:
405
[NSJSONSerialization JSONObjectWithData:data options:NSJSONReadingOptions error:&error];NSJSONReadingOptions有三个枚举值,具体含义如下:1.NSJSONReadingMutableContai...
分类:
Web程序 时间:
2014-08-15 22:26:09
阅读次数:
336
1>msvcrtd.lib(ti_inst.obj) : error LNK2005: "private: __thiscall type_info::type_info(class type_info const &)" (??0type_info@@AAE@ABV0@@Z) 已经在 libcmt...
分类:
其他好文 时间:
2014-08-15 21:05:39
阅读次数:
348
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist, use xcode-select to change执行 sudo xcode-select -swi...
分类:
其他好文 时间:
2014-08-15 19:32:09
阅读次数:
216
"Error: this template attempted to load component assembly 'NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50...
分类:
其他好文 时间:
2014-08-15 19:19:39
阅读次数:
185
FEKO6.0各版本下载地址(来源于寺院的研究僧):Intel/AMD(32-bitx86)Windows(XP,Vista,Windows7,Server2003)feko_distrib_6.0_win32.exe(320MByte)Linuxfeko_distrib_6.0_LINUX.tar.gz(392MByte)Intel/AMD(64-bitx86_64)Windows(XP,Vista,Windows7,Server2003,Server2008,Serv..
分类:
系统相关 时间:
2014-08-15 14:50:59
阅读次数:
877
uploadify HTTP Error (302)错误 谷歌崩溃...
分类:
其他好文 时间:
2014-08-15 14:40:28
阅读次数:
154
sqlite删除字段时提示附近有语法错误,怎么解决呢?sqlite中ALTER TABLE语句不支持DROP COLUMN,只有RENAME 和ADD
解决办法:
1.创建一个临时表,把除了要删的字段以外的字段加上
create table _temp as select _id,name,age,balance from person;
select * from _temp;
2.删...
分类:
数据库 时间:
2014-08-15 12:57:08
阅读次数:
770
一、安装1.下载软件包直接安装即可;http://rj.baidu.com/soft/detail/25675.html?ald安装完成后root默认密码为空;二、修改密码直接修改密码会提示ERROR 1044 (42000): Access denied for user ''@'localhos...
分类:
数据库 时间:
2014-08-15 12:09:58
阅读次数:
246