摘要:
报错信息 Enumerating objects: 79, done. Delta compression using up to 4 threads Total 40 (delta 25), reused 0 (delta 0) the remote end hung up unexpectedl 阅读全文
摘要:
cascade属性: 指定级联操作的行为(可多选) CascadeType.PERSIST 级联新增(又称级联保存): 获取A对象里也同时也重新获取最新的B时的对象。即会重新查询数据库里的最新数据,并且,只有A类新增时,会级联B对象新增。若B对象在数据库存(跟新)在则抛异常(让B变为持久态),对应E 阅读全文
摘要:
css样式 white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 阅读全文
摘要:
参考:https://www.cnblogs.com/chihirotan/p/5975293.html 阅读全文
摘要:
java的基本数据类型有八种: 1)四种整数类型(byte、short、int、long): byte:8 位,用于表示最小数据单位,如文件中数据,-128~127 short:16 位,很少用,-32768 ~ 32767 int:32 位、最常用,-2^31-1~2^31 (21 亿) long 阅读全文
摘要:
test 阅读全文