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
今天练习布局,发现使用了EditText之后,屏幕一片灰色,并且报错:Exception raised during rendering: java.lang.System.arraycopy([CI[CII)VException details are logged in Window > Sho...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project XX: Compilation failure: Comp...
分类:
编程语言 时间:
2014-08-15 12:00:48
阅读次数:
251
Error:Can‘tconnecttolocalMySQLserverthroughsocket‘/var/lib/mysql/mysql.sock‘(2)Errno.:2002解决方法一:因为你还没有启动mysql,当你启动mysql后,mysql.sock就会自动的生成。./bin/safe_mysqld--user=root&(这是默认的)。如果还没有,就是MYSQL权限没给,或其它原因..
分类:
数据库 时间:
2014-08-15 02:45:27
阅读次数:
290