参考文档:http://www.blogjava.net/xylz/archive/2010/07/04/325206.htmlhttp://blog.hesey.net/2011/09/resolve-aba-by-atomicstampedreference.htmlhttp://www.sea...
分类:
编程语言 时间:
2015-05-18 12:38:17
阅读次数:
111
在使用maven开发时,由于工程通常会分成几个模块(主模块依赖于其它模块),调试过程中需要查看其它模块代码是很长见的需求。本文介绍如何在调试时进行设置以满足这种需求:(一)运行时选择依赖工作空间 Resolve workspace artifacts(二)刷新选项卡勾选Refresh resourc...
分类:
系统相关 时间:
2015-05-08 19:57:56
阅读次数:
163
/// /// 获取本地IP /// /// public string GetIP() { IPHostEntry ipHost = Dns.Resolve(Dns.GetHostName());...
分类:
系统相关 时间:
2015-05-06 17:02:13
阅读次数:
122
今天在做一个功能的时候遇到了。一个Could not resolve property 的问题。配置文件如下:Java代码查询代码:Java代码Criteriacrt=session.createCriteria(StudentExam.class).add(Restrictions.eq("exa...
分类:
其他好文 时间:
2015-05-06 16:54:18
阅读次数:
152
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
phyreengine dx11 MRT不支持depth rendertarget 的msaa他里面竟然只写着,// not supported yet!!!!导致hdao 时开msaa的话,depth 用不了,因为depth target没有被resolve,连srv他都没建立呢solution把...
分类:
其他好文 时间:
2015-05-04 17:08:11
阅读次数:
151
这个是ssh基本操作的连接,当你配置完ssh之后,然后明明是正确的,然后你使用命令:
ssh localhost然后出现了
Could not resolve hostname github.com: Name or service not known
等等类似的话,那么说明你忘记了一个配置就是:
/etc/hosts文件的映射:
如图配置就可以了。...
分类:
其他好文 时间:
2015-04-29 11:47:48
阅读次数:
205
/home/wkubuntu/mysql/data/iZ25sgya7raZbak.pid pid 文件notfond 错误解决一、截图snipingtoolskip-locking 修改成 skip-external-locking添加两个 skip-name-resolve 和skip-gran...
分类:
数据库 时间:
2015-04-25 18:06:56
阅读次数:
171
昨天新装eclispe 后,创建maven工程后出现Could not resolve archetype org.apache.maven.archetypes:maven-archetype-quickstart:RELEASE from any of the configured reposi...
分类:
Web程序 时间:
2015-04-25 09:21:38
阅读次数:
271
I was able to resolve the issue manually, seems like it is a bug with Xcode for now and I will file a radar report.
To resolve the issue, follow the below steps:
Navigate to project settings (T...
分类:
移动开发 时间:
2015-04-24 16:29:24
阅读次数:
191