一、CHMSEE这个比较常见了,呵呵。安装: sudo apt-get install chmsee之后在应用程序附件中就可以看到了。问题1:启动不了或者出现chmsee: error while loading shared libraries: libxul.so: cannot open sh...
分类:
其他好文 时间:
2015-02-10 13:06:59
阅读次数:
160
struts2错误:The Struts dispatcher cannot be found.The Struts dispatcher cannot be found. This is usually caused by using Strutstags without the associat...
分类:
其他好文 时间:
2015-02-10 11:08:06
阅读次数:
143
Consider the problem of storing n books on shelves in a library. The order of the books is fixedby the cataloging system and so cannot be rearraged. T...
分类:
其他好文 时间:
2015-02-10 07:04:06
阅读次数:
187
php再调用json_decode从字符串对象生成json对象时,如果使用[]操作符取数据,会得到下面的错误错误:Cannot use object of type stdClass as array产生原因:+展开-PHP$res=json_decode($res);$res['key'];//把...
分类:
Web程序 时间:
2015-02-09 19:55:08
阅读次数:
113
Connection.prepareStatement()函数出错,提示:Type mismatch: cannot convert from java.sql.PreparedStatement to com.mysql.jdbc.PreparedStatement这是因为引入的包不对头,impo...
分类:
数据库 时间:
2015-02-09 17:33:49
阅读次数:
277
在64位centos6上编译32位的汇编程序,如果程序中使用了C库,比如printf。因为是编译32位的目标程序,所以使用gcc编译的时候需要加上-m32选项,但是如果编译的话会报错,以print.s程序为例子 1 .code32 2 .section .data 3 output: 4 ...
分类:
其他好文 时间:
2015-02-09 17:30:39
阅读次数:
164
error MSB8020: The builds tools for Visual Studio 2010
(Platform Toolset = ‘v100′) cannot be found.
项目-->>更新VC++项目...
分类:
其他好文 时间:
2015-02-09 15:57:37
阅读次数:
143
前两天在尝试编写TV-APP时,使用AndroidStudio创建一个TV应用后,Gradle编译出现了:
Error:(28, 13) Failed to resolve: com.squareup.picasso:picasso:2.5.0 错误。
百度发现picasso包是square团队的一个开源的Android图像增强工具,github地址:https://github.com/s...
分类:
移动开发 时间:
2015-02-09 09:31:10
阅读次数:
579
hadoop版本:Hadoop 2.3.0-cdh5.0.0
sqoop版本:Sqoop 1.4.4-cdh5.0.0
配置好sqooop-env.xml:
#Set path to where bin/hadoop is available
export HADOOP_COMMON_HOME=/my/hadoop
#Set path to where hadoop-*-...
分类:
其他好文 时间:
2015-02-08 23:16:27
阅读次数:
364
http://acm.hdu.edu.cn/showproblem.php?pid=1054
Problem Description
Bob enjoys playing computer games, especially strategic games, but sometimes he cannot find the solution fast enough and then...
分类:
其他好文 时间:
2015-02-07 20:23:14
阅读次数:
129