错误代码如下:
E:\>wsimport -keep service.xml
parsing WSDL...
[WARNING] src-resolve: Cannot resolve the name 'soapenc:Array' to a(n) 'type definition' component.
line 505 of file:/E:/service1.xml#types...
分类:
Web程序 时间:
2014-08-05 19:27:20
阅读次数:
242
在linux环境编译应用程式或lib的source code时常常会出现如下的错误讯息:/usr/bin/ld: cannot find -lxxx这些讯息会随着编译不同类型的source code 而有不同的结果出来如:/usr/bin/ld: cannot find -lc/usr/bin/ld...
分类:
其他好文 时间:
2014-08-05 18:18:29
阅读次数:
1095
bool AppDelegate::applicationDidFinishLaunching() { // initialize director auto director = Director::getInstance(); auto glview = director->g...
分类:
其他好文 时间:
2014-08-05 15:33:59
阅读次数:
155
Redirect "all" output to a single file: Run: test.bat?>?test.txt?2>&1 and you‘ll get this text on screen (we‘ll never get rid of this line on screen, as it is sent to the Console and cannot be r...
在eclipse的工程上选择属性,再选择ProjectFacets里面中选择DynamicWebModule,将2.3修改为2.5,提示如下信息:CannotchangeversionofprojectfacetDynamicWebModuleto2.5解决方法:在工程目录下有一个.settings文件夹,打开org.eclipse.wst.common.project.facet.core.xml,做..
分类:
Web程序 时间:
2014-08-05 11:31:10
阅读次数:
264
public class PropertiesFactoryBeanextends PropertiesLoaderSupportimplements FactoryBean, InitializingBeanAllows for making a properties file from a cl...
分类:
编程语言 时间:
2014-08-05 09:33:39
阅读次数:
307
昨天还用的好好的VSS今天早上一来就提示:Cannot find SS.INI file for user ***度娘了一下,好像都是说的:1,vss\users\***\ 下无文件SS.INI若无从别处copy一个2,vss\users\***\ 下有文件SS.INI修改vss下users.txt...
分类:
其他好文 时间:
2014-08-05 09:27:08
阅读次数:
170
今天做的就是将fpg跑出来的结果进行各种指标计算,但是因为用python还是不是特别熟悉,因为没有找到python能处理类似SequenceFile这样的类库,所以就用java编写,这下就是折腾各种包引用,就是classpath的引用。由于涉及到hadoop和mahout的包,这样需要添加到cl.....
分类:
其他好文 时间:
2014-08-05 00:30:28
阅读次数:
239
编辑/etc/selinux/config,找到这段:# This file controls the state of SELinux on the system. # SELINUX= can take one of these three values: # enforcing - SELin...
分类:
其他好文 时间:
2014-08-04 21:09:17
阅读次数:
296
Dancing LessonsTime Limit: 5000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:45C64-bit integer IO format:%I64d Java cl...
分类:
其他好文 时间:
2014-08-04 21:01:07
阅读次数:
294