码迷,mamicode.com
首页 >  
搜索关键字:resolve    ( 1770个结果
Spring多资源文件properties的配置
Spring简化了加载资源文件的配置,可以通过如果想要配置多个properties文件这种方式是不被允许的,一定会出"Could not resolve placeholder"。解决方案:(1) 在Spring 3.0中,可以写:(2) 但是在Spring 2.5中,没有ignore-unreso...
分类:编程语言   时间:2015-04-20 12:53:43    阅读次数:167
mysql 通过IP连接
解决方法如下:编辑my.ini在[mysqld]节点下新增或修改如下两行行skip-name-resolve #忽略主机名的方式访问lower_case_table_names=1 #忽略数据库表名大小写重启mysql服务,问题得到解决。grant all privileges on *.* to ...
分类:数据库   时间:2015-04-17 15:32:24    阅读次数:200
文章标题
今天使用Eclipse新建Maven项目时报错,错误日志如下: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:RELEASE from any of the configured repositories. Could not write artifact lastUpdated st...
分类:其他好文   时间:2015-04-14 00:47:16    阅读次数:261
AutoFac使用方法总结
AutoFac是.net平台下的IOC容器产品,它可以管理类之间的复杂的依赖关系。在使用方面主要是register和resolve两类操作。 这篇文章用单元测试的形式列举了AutoFac的常用使用方法:注册部分使用RegisterType进行注册 public void can_resolve_my...
分类:其他好文   时间:2015-04-09 00:38:51    阅读次数:175
网页图片加载失败,用默认图片替换
$(function () { $('img').each(function () { $(this).bind('load', function () { $.Deferred().resolve(); ...
分类:Web程序   时间:2015-04-08 21:21:32    阅读次数:191
Android 新建工程 卡在Gradle:Resolve dependencies':app:_debugCompile'
今天更新androidSDK 到5.0,发现新建工程时卡在Gradle:Resolvedependencies':app:_debugCompile' 首先,googledevelop是访问不了的,如果可以就没这事了。(折翼的天使) 其次,我早以在android-studio/bin/idea.properties末尾添加了disable.android.first.run=true ...
分类:移动开发   时间:2015-04-07 15:48:14    阅读次数:223
新手问题之找不到R文件
你是否遇到过这样的情况-——  一开始没提示错误,当你调试时出现了找不到R文件的情况如下图     提示Cannot resolve symbol 'R' 找不到R文件/无法解析符号R。     错误原因:1.R文件真的没了 2.命名格式不规范。     解决方法:1.重新导入R文件(我这就不详细讲了)                 2.命名格式不规范:双击Message Gra...
分类:其他好文   时间:2015-04-06 15:49:01    阅读次数:178
安装PowerDesigner16.5所遇到的问题及解决
在Windows XP虚拟机上(VMware Player 6)安装PowerDesigner16.5完成后,运行"C:\Program Files\Sybase\PowerDesigner 16\PdShell16.exe",只显示空壳界面,几乎没有内容。经多次卸载再安装,问题依旧。         查看系统日志,查到如下图所示SideBySide错误:Resolve Partial As...
分类:其他好文   时间:2015-04-06 12:54:51    阅读次数:430
Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_100_CI_AS" in the equal to operation.
ErrorMessageCannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_100_CI_AS" in the equal to operation.查看SQ...
分类:数据库   时间:2015-03-31 23:39:24    阅读次数:1595
javax.naming.NameNotFoundException:
WebLogic中JNDI遇到的非常非常小的问题: 错误如下: javax.naming.NameNotFoundException:?Unable?to?resolve?‘jdbc.mydb‘.?Resolved?‘jdbc‘;?remaining?name?‘mydb‘ at?weblogic.jndi.internal.Basi...
分类:编程语言   时间:2015-03-29 16:41:29    阅读次数:171
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!