摘要:
yum -y install dos2unix* dos2unix run.sh converting file run.sh to UNIX format ... dos2unix start.sh converting file start.sh to UNIX format ... dos2u 阅读全文
posted @ 2020-04-26 15:04
ThisCall
阅读(160)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2020-04-26 14:40
ThisCall
阅读(183)
评论(0)
推荐(0)
摘要:
<!-- 插入数据:返回记录主键id值 --> <insert id="insert" useGeneratedKeys="true" keyProperty="id" keyColumn="id"> insert into stu (name,age) values (#{name},#{age} 阅读全文
posted @ 2020-04-26 11:53
ThisCall
阅读(6574)
评论(0)
推荐(0)