今天在做一个功能的时候遇到了。一个Could not resolve property 的问题。配置文件如下:Java代码查询代码:Java代码Criteriacrt=session.createCriteria(StudentExam.class).add(Restrictions.eq("exa...
分类:
其他好文 时间:
2015-05-06 16:54:18
阅读次数:
152
1.错误代码org.apache.subversion.javahl.ClientException: Illegal target for the requested operationsvn: Commit failed (details follow):svn: Cannot commit '...
分类:
其他好文 时间:
2015-05-06 12:41:07
阅读次数:
312
Syntax error on token "String", @ expected解决:去掉类名后的括号 ps:这错误太二了2.The nested type UserService cannot hide an enclosing type因为代码拷贝,有两个类名【内部类不应该和其外部类同名】,...
分类:
编程语言 时间:
2015-05-05 19:17:39
阅读次数:
171
把Application Loader(或者XCode->Organizer->Archived Applications->Submit)中正在上传的文件中断或者删除,再次Submit提示:Cannot proceed with delivery: an existing transporter ...
分类:
其他好文 时间:
2015-05-05 18:53:14
阅读次数:
423
碰到一台机器,不管是哪个分区,tail -f 文件就会提示如下,less不会有问题,tail -10 也没问题 tail: cannot watch `/www/log/a.com.log‘: No space left on device tail: cannot watch `?/var/log/messagess‘...
分类:
其他好文 时间:
2015-05-05 12:52:42
阅读次数:
160
demo1.phpaddresses as $address){ print $address; if( $resolve ){ print "(".gethostbyaddr( $address ).")"; } print "\n";}}}demo1.xml$settings = simplex...
分类:
Web程序 时间:
2015-05-05 10:18:34
阅读次数:
145
zhc@hongchangfirst$ git checkout -b hongchangfirst origin/hongchangfirst
出现:
fatal: Cannot update paths and switch to branch 'hongchangfirst' at the same time.
Did you intend to checkout 'hongcha...
分类:
其他好文 时间:
2015-05-04 20:17:08
阅读次数:
137
原文网址链接:http://haha.iczerd.com/weixin718 1、Second Guess Decisions 举棋不定 Few decisions cannot be changed later if needed. Better to take action that wallow in inaction. 决定往往是可以在往后...
分类:
其他好文 时间:
2015-05-04 18:23:28
阅读次数:
125
删除虚拟网络的时候, 经常会报错:Virtual network 'XXXXXXXXXXX' is in use and cannot be deleted. If you recently deleted resources, it might take some time to update t...
分类:
其他好文 时间:
2015-05-04 17:13:45
阅读次数:
107
phyreengine dx11 MRT不支持depth rendertarget 的msaa他里面竟然只写着,// not supported yet!!!!导致hdao 时开msaa的话,depth 用不了,因为depth target没有被resolve,连srv他都没建立呢solution把...
分类:
其他好文 时间:
2015-05-04 17:08:11
阅读次数:
151