已有101人关注
和书的内容不符
发表在Java图书答疑 2018-12-09 《Java项目开发实战入门》第2章 通讯录系统
是否精华
版块置顶:

12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment <clinit>
信息: Hibernate 3.2.0
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment <clinit>
信息: hibernate.properties not found
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment buildBytecodeProvider
信息: Bytecode provider name : cglib
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Environment <clinit>
信息: using JDK 1.4 java.sql.Timestamp handling
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Configuration configure
信息: configuring from resource: /hibernate.cfg.xml
12月 09, 2018 10:46:11 下午 org.hibernate.cfg.Configuration getConfigurationInputStream
信息: Configuration resource: /hibernate.cfg.xml
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/C:/Users/apple/Desktop/通讯录系统/hibernatelib/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.dom4j.io.SAXContentHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/User.hbm.xml
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.User -> tb_users
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/Customer.hbm.xml
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.Customer -> tb_customer_info
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration addResource
信息: Reading mappings from resource: pojo/Communication.hbm.xml
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindRootPersistentClassCommonValues
信息: Mapping class: pojo.Communication -> tb_communication_info
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.Configuration doConfigure
信息: Configured SessionFactory: null
12月 09, 2018 10:46:12 下午 org.hibernate.cfg.HbmBinder bindCollectionSecondPass
信息: Mapping collection: pojo.Customer.communicationList -> tb_communication_info
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: Using Hibernate built-in connection pool (not for production use!)
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: Hibernate connection pool size: 20
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: autocommit mode: false
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: using driver: com.mysql.jdbc.Driver at URL: jdbc:mysql://localhost:3306/test02
12月 09, 2018 10:46:12 下午 org.hibernate.connection.DriverManagerConnectionProvider configure
信息: connection properties: {password=****, user=root}
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: RDBMS: MySQL, version: 5.6.42-log
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC driver: MySQL Connector Java, version: mysql-connector-java-5.1.36 ( Revision: 4fc1f969f740409a4e03750316df2c0e429f3dc8 )
12月 09, 2018 10:46:13 下午 org.hibernate.dialect.Dialect <init>
信息: Using dialect: org.hibernate.dialect.MySQLDialect
12月 09, 2018 10:46:13 下午 org.hibernate.transaction.TransactionFactoryFactory buildTransactionFactory
信息: Using default transaction strategy (direct JDBC transactions)
12月 09, 2018 10:46:13 下午 org.hibernate.transaction.TransactionManagerLookupFactory getTransactionManagerLookup
信息: No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Automatic flush during beforeCompletion(): disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Automatic session close at end of transaction: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC batch size: 15
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC batch updates for versioned data: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Scrollable result sets: enabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JDBC3 getGeneratedKeys(): enabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Connection release mode: auto
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Maximum outer join fetch depth: 2
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Default batch fetch size: 1
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Generate SQL with comments: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Order SQL updates by primary key: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory createQueryTranslatorFactory
信息: Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
12月 09, 2018 10:46:13 下午 org.hibernate.hql.ast.ASTQueryTranslatorFactory <init>
信息: Using ASTQueryTranslatorFactory
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Query language substitutions: {}
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: JPA-QL strict compliance: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Second-level cache: enabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Query cache: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory createCacheProvider
信息: Cache provider: org.hibernate.cache.NoCacheProvider
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Optimize cache for minimal puts: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Structured second-level cache entries: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Statistics: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Deleted entity synthetic identifier rollback: disabled
12月 09, 2018 10:46:13 下午 org.hibernate.cfg.SettingsFactory buildSettings
信息: Default entity-mode: pojo
12月 09, 2018 10:46:13 下午 org.hibernate.impl.SessionFactoryImpl <init>
信息: building session factory
12月 09, 2018 10:46:13 下午 org.hibernate.impl.SessionFactoryObjectFactory addInstance
信息: Not binding factory to JNDI, no JNDI name configured

1.PNG

文字乱码可以解决  但是按照视频没法做出和视频一样的结果  异或????

分享到:
精彩评论 2
根号申
学分:4736 LV12
TA的每日心情
2021-07-16 23:48:46
2018-12-10
沙发

你给出的意志信息没有错误内容,显示不出表格可能是代码不全,或者数据里没有数据,你运行源程序看看正常吗

Scoundrel_1544061394
学分:5 LV1
2018-12-10
板凳

根号申 发表于2018-12-10 08:50

你给出的意志信息没有错误内容,显示不出表格可能是代码不全,或者数据里没有数据,你运行源程序看看正常吗

已经解决  谢谢老师  我去检查了一遍数据库  才发库里没数据   后来自己及随便建立了一个  成功了。


首页上一页 1 下一页尾页 2 条记录 1/1页
手机同步功能介绍
友情提示:以下图书配套资源能够实现手机同步功能
明日微信公众号
明日之星 明日之星编程特训营
客服热线(每日9:00-17:00)
400 675 1066
mingrisoft@mingrisoft.com
吉林省明日科技有限公司Copyright ©2007-2022,mingrisoft.com, All Rights Reserved长春市北湖科技开发区盛北大街3333号长春北湖科技园项目一期A10号楼四、五层
吉ICP备10002740号-2吉公网安备22010202000132经营性网站备案信息 营业执照