摘要:
shell脚本报错: bash: xxx: /bin/bash^M: bad interpreter: No such file or directory 1. 首先用vi命令打开文件 [root@localhost test] vi shell1.sh !/bin/bash echo $RANDO 阅读全文
摘要:
java框架整合错误:org.hibernate.AnnotationException: No identifier specified for entity 错误原因是因为在对VipOperatorDto进行对象关系映射的时候忘记加上主键@Id了。 这个错是hibernate的annotatio 阅读全文