setup.py install 报错
error: command 'mt.exe' failed: No such file or directory
或者 Unable to find vcvarsall.bat
于是 用 setup.py insall build --compiler=mingw32
担心没装 mingw32,但是喜悦地发现以前装 ...
分类:
其他好文 时间:
2014-08-25 02:20:13
阅读次数:
238
Hibernate Validator是JSR-303的一个实现。在FormBean里添加Hibernate Validator的注解,与定义一个校验类的做法相比。注解更加简洁、灵活。 注解说明 Bean?Validation?中内置的?constraint???
????
@N...
分类:
系统相关 时间:
2014-08-24 14:17:22
阅读次数:
272
刚开始学习Linux,就遇到了问题。当在RedHat下安装MySQL时提示如下错误,请高手给点指点,谢谢:rpm -vih MySQL-server-community-5.0.96-1.rhel5.i386.rpm --nodeps --forcewarning: MySQL-server-com...
分类:
数据库 时间:
2014-08-24 14:11:12
阅读次数:
497
public static final String BASE_URL = "http://127.0.0.1:8090/HelloWord/"...;
会抛异常Caused by: libcore.io.ErrnoException: connect failed: ECONNREFUSED (Connection refused)
解决方法:
String url =...
分类:
移动开发 时间:
2014-08-24 00:23:51
阅读次数:
530
使用SDK Manager更新时出现问题Failed to fetch URL https://dl-ssl.google.com/android/repository/repository-6.xml, reason: Connection to https://dl-ssl.google.com...
分类:
移动开发 时间:
2014-08-23 22:48:31
阅读次数:
306
ArcGIS AddIN开发遇到此种异常,目前有两种错误的可能:(1)项目名称好像不能为中文名,如果为中文名,请改正(2)在Config.esriAddinx配置文件中,存在如下代码 由于代码是在ArcGIS 10.1的环境下开发调试的,将项目直接复制到ArcGIS 10的环境中进行编...
分类:
其他好文 时间:
2014-08-23 21:30:51
阅读次数:
384
OPatch failed with error code 73(OracleHomeInventory gets null oracleHomeInfo)1、问题描述[oracle@dou_rac2 oraInventory]$/u01/app/oracle/product/11.2.0/dbho...
分类:
数据库 时间:
2014-08-22 23:43:19
阅读次数:
560
Failed to issue method call: Unit mysql.service failed to load: No such file or directory的解决办法作者:chszs,转载需注明。博客主页:http://blog.csdn.net/chszs1、软件环境:OpenSUSE 13.1 x64MySQL 5.6.20 x642、采用RPM包安装MySQL 5.6....
分类:
数据库 时间:
2014-08-22 17:54:39
阅读次数:
685
CandiesCrawling in process...
Crawling failed
Time Limit:1500MS
Memory Limit:131072KB
64bit IO Format:%I64d & %I64u
Submit
Status
Description
During the kindergarten days,...
分类:
其他好文 时间:
2014-08-22 17:52:49
阅读次数:
215
一、Struts2 声明式验证原理解析1、Struts2 默认的拦截器栈中提供了一个 validation 拦截器,validation 拦截器负责加载和执行已注册的验证程序。其运行时序图如下: 2、每个具体的验证规则都会对应具体的一个验证器,有一个配置文件把验证规则名称和验证器关联起来了,而实际....
分类:
其他好文 时间:
2014-08-22 17:41:39
阅读次数:
248