码迷,mamicode.com
首页 >  
搜索关键字:resolve    ( 1770个结果
Table configuration with catalog null, schema null错误的一个原因
我在进行Mybatis调试时出现了下面的警告提示: Generation Warnings Occured   Table configuration with catalog null, schema null, and table 表名 did not resolve to any tables   Mybatis generator操作没有产生结果。 多处找资料发现在我的 ge...
分类:其他好文   时间:2014-12-15 09:03:37    阅读次数:901
could not resolve property: name of:
spring date jpa 错误:could not resolve property: name of: 在写 查询的时候,把实体类的属性写错了,即 sql 语句中字段与实体类中属性没有对应,造成无法解析。 @Query("from Product p where p.id.productName like :name") List getInfoByName(@Par...
分类:其他好文   时间:2014-12-13 21:51:02    阅读次数:255
Unable to resolve target 'android-19'
修改两个地方,解决上面的问题
分类:移动开发   时间:2014-12-12 16:18:11    阅读次数:183
Bugzilla使用手册及解决方案
Bugzilla使用手册Bugzilla 是一个开源的缺陷跟踪系统(Bug-Tracking System),它可以管理软件开发中缺陷的提交(new),修复(resolve),关闭(close)等整个生命周期。 Bugzilla是一个搜集缺陷的数据库。它让用户报告软件的缺陷从而把它们转给合适的开发....
分类:其他好文   时间:2014-12-02 18:44:29    阅读次数:311
Android错误解决方法集
1 android java.net.UnknownHostException: Unable to resolve host “…”: No address associated 错误 我在android开发的时候经常会遇到这个错误,一般来说,造成这种错误的最普遍情况有两种: 1.android设备网络连接没打开,例如3G网络和WIFI网络 所以,如果遇到这种错误时,请先查看网...
分类:移动开发   时间:2014-11-29 00:19:08    阅读次数:246
Maven实战--缺少Jar包
新建的Maven项目,在build的时候总是打包失败,提示少Jar包,如下: [ERROR] Failed to execute goal on project JYYPT_TOOL: Could not resolve dependencies for project com.tgb:JYYPT_TOOL:jar:0.0.1-SNAPSHOT: The following artifacts...
分类:编程语言   时间:2014-11-24 00:56:11    阅读次数:230
Could not resolve placeholder 'master.jdbc.url' in string value "${master.jdbc.url}"
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'masterDataSource' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\w...
分类:数据库   时间:2014-11-23 19:02:50    阅读次数:1917
Qt5.3.2 在MAC yosemite下编译出错 Could not resolve SDK path
把Qt目录下面Users/Qt5.3.2/5.3/clang_64/mkspecs/qdevice.pri文件中的!host_build:QMAKE_MAC_SDK = macosx10.8改为!host_build:QMAKE_MAC_SDK = macosx10.10
分类:系统相关   时间:2014-11-22 18:50:06    阅读次数:329
android studio :cannot resolve symbol R
android studio经常会莫名奇妙的找不到R文件。 1.多半是xml文件有问题,,标签不匹配等等,仔细检查。 2.如果提示的错误你已经解决,但是仍然不听的提示错误。 重启androidstutio,但是比较麻烦,stackoverflow上的解决方法是: a,选中自己的project然后按F...
分类:移动开发   时间:2014-11-18 17:52:39    阅读次数:216
[原]linux安装软件时提示找不到镜像的问题:Couldn't resolve host 'mirrorlist.centos.org'
问题:[root@cddserver2 ~]#yum -y install gcc-*Loaded plugins: fastestmirror, prestoCould not retrieve mirrorlisthttp://mirrorlist.centos.org/?release=6&a...
分类:系统相关   时间:2014-11-10 21:28:04    阅读次数:521
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!