
Error
wintys
这个作者很懒,什么都没留下…
展开
-
static变量不仅要在.h文件声明,而且要在cpp文件中赋值(定义实体)
[时间]:2008-11-19[错误]:error LNK2001: unresolved external symbol "public: static class CUtilDlg * CUtilApp::m_pMyDlg" (?m_pMyDlg@CUtilApp@@2PAVCUtilDlg@@A)fatal error LNK1120: 1 unresolved externals[解决]:原创 2008-12-14 23:24:00 · 2816 阅读 · 1 评论 -
[导入]VC6.0 error LNK2001: unresolved external symbol _main
VC6.0 error LNK2001: unresolved external symbol _main[时间]:2008-8-12[问题]:最简单的Win32程序示例:#include <windows.h> int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance...2009-03-18 12:02:00 · 276 阅读 · 0 评论 -
[原]Invalid standard action
[标题]:Invalid standard action[时间]:2009-3-28[摘要]:Tomcat提示出现如下错误:org.apache.jasper.JasperException: Invalid standard action[关键字]:Tomcat[平台]:Windows XP SP3[正文]:Tomcat提示出现如下错误:org.apache.jasper.Jasp...2009-03-28 22:34:00 · 383 阅读 · 0 评论 -
[转]Unable to add JBoss 5.0 as server
[标题]:[转]Unable to add JBoss 5.0 as server [时间]:2009-5-13[摘要]:Eclipse中添加JBoss出错[关键字]:Application Server,runtime enviroment,EJB,EJB3 , J2EE[环境]:jboss-5.0.1.GA、Eclipse for Java EE:version3.4.1[...2009-05-14 20:36:00 · 163 阅读 · 0 评论 -
[转]JBoss was unable to start within 50 seconds
[标题]:[转]JBoss was unable to start within 50 seconds[时间]:2009-5-14[摘要]:在Eclipse中JBoss不能正确启动,Java EE,J2EE[关键字]:超时,JBoss,[环境]:jboss-5.0.1.GA、Eclipse for Java EE:version3.4.1、Windows XP SP3[作者]:...2009-05-14 21:39:00 · 121 阅读 · 0 评论 -
[原]Could not execute JDBC batch update
[错误]:在Hibernate程序中出现如下错误提示:org.hibernate.exception.SQLGrammarException: Could not execute JDBC batch updateCaused by: java.sql.BatchUpdateException: Table 'db.bookauthor' doesn't exist[解决]:原来是数据库...2009-05-19 19:17:00 · 164 阅读 · 0 评论 -
[原]Hibernate中的slf4j出错
[标题]:Hibernate中的slf4j出错[时间]:2009-5-19[摘要]:java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder[关键字]:slf4j[环境]:hibernate-distribution-3.3.1.GA、JDK6[作者]:Winty (wintys@gmail.com) h...2009-05-19 19:35:00 · 136 阅读 · 0 评论 -
[原]Hibernate Unknown entity
[时间]:2009-5-20[错误]:Hibernate提示:Unknown entity: wintys.hibernate.BookAuthor [解决]:在hibernate.cfg.xml中没有加入"BookAuthor.hbm.xml"。加上如下配置行即可:<mapping resource="wintys/hibernate/BookAuthor.hbm.xml" ...2009-05-20 00:17:00 · 150 阅读 · 0 评论 -
[原]Hibernate - TransientObjectException
[标题]:[原]Hibernate - TransientObjectException[时间]:2009-6-19[摘要]:object references an unsaved transient instance[关键字]:Hibernate,[环境]:Hibernate3.2,MyEclipse7.0,MySQL5.1[作者]:Winty (wintys@gmail.com) ...2009-06-19 22:59:00 · 142 阅读 · 0 评论