摘要:
使用yum命令时出现异常 failure: repodata/repomd.xml from testing-devtools-2-centos-7: [Errno 256] No more mirrors to try. http://people.centos.org/tru/devtools- 阅读全文
摘要:
* 第一步:创建数据库的表结构 create database hibernate_01; use hibernate_01; create table t_stu( id int primary key auto_increment, name varchar(20), age int, birt 阅读全文
摘要:
HTTP Status 500 - Write operations are not allowed in read-only mode (FlushMode.MANUAL): Turn your Session into FlushMode.COMMIT/AUTO or remove 'readO 阅读全文