error MSB8020: The build tools for Visual Studio 2010 (Platform Toolset = 'v100') cannot be found.To build using the v100 build tools, please install ...
分类:
其他好文 时间:
2015-03-10 12:04:46
阅读次数:
178
#MySQL5.5.8
[client]
port=3306
socket=/opt/mysql/mysql.sock
[mysqld]
port=3306
socket=/opt/mysql/mysql.sock
user=mysql
skip-slave-start
skip-name-resolve
key_buffer_size=2M
read_buffer_size=2M
sort_buffer_size=2M
#5.1.3table_cachedeprecated
table_open_..
分类:
其他好文 时间:
2015-03-09 19:20:00
阅读次数:
177
Android开发:“R cannot be resolved to a variable”的解决方法...
分类:
移动开发 时间:
2015-03-09 19:08:08
阅读次数:
147
最近,我们又碰到一个很崩溃的问题,游戏在某些时候会在wifi下不能登录,切换到4G就可以了。错误码是 CURLE_COULDNT_RESOLVE_HOST,查了一下代码,是在连接资源更新服务器时发生的。在电脑上用nslookup检查资源服务器的域名,果然也出现了错误,通知运维的同学,他们查了半天,确认cdn的配置没有问题,是福建电信的dns服务器出错了。赶紧联系电信的同学,他们又查了半天,回复说...
分类:
其他好文 时间:
2015-03-09 12:53:40
阅读次数:
162
CSC : fatal error CS0042: Unexpected error creating debug information file 'xxxx.PDB' -- 'c:\Builds\xxxx.pdb: The process cannot access the file becau...
分类:
数据库 时间:
2015-03-08 13:01:21
阅读次数:
443
安装vsftpd服务后,客户端登录ftp报错:ftp>open127.0.0.1
Connectedto127.0.0.1(127.0.0.1).
220(vsFTPd2.2.2)
Name(127.0.0.1:wander):ftpuser
331Pleasespecifythepassword.
Password:
500OOPS:cannotchangedirectory:/home/ftpuser
Loginfailed.原因是系统没有关闭selin..
分类:
系统相关 时间:
2015-03-08 01:39:45
阅读次数:
2712
1 class faux 2 { 3 public: 4 template 5 virtual void do() // member function templates cannot be virtual 6 {} 7 }; 8 ...
分类:
其他好文 时间:
2015-03-07 19:58:27
阅读次数:
164
系统版本[root@webphp-5.3.27]#cat/etc/redhat-releaseCentOSrelease6.5(Final)LNMP编译安装php的过程中报错:第一个报错:configure:error:Cannotfindldap.h解决办法:yuminstallopenldapopenldap-devel-y第二个报错:configure:error:Cannotfindldaplibrariesin/usr/lib解决..
分类:
其他好文 时间:
2015-03-07 18:45:48
阅读次数:
424
some characters
cannot be mapped using iso-8859-1 character encoding
some characters cannot be mapped using iso-8859-1 character encoding
Eclipse中新建一个.properties文件,如果输入中文保存时就会提示错误
Rea...
分类:
移动开发 时间:
2015-03-07 18:45:06
阅读次数:
132
报错:Cannot load supported formats: Cannot run program "svn": CreateProcess error=2 解决方法 file->setting->version control->subversion->general中两个选中的复选框取消后,保存设置后,再重新checkou...
分类:
其他好文 时间:
2015-03-07 11:43:25
阅读次数:
184