摘要:
编写脚本文件 #!/bin/bash #chkconfig: 22345 10 90 #description: Start and Stop redis REDISPORT=6379 EXEC=/usr/local/soft/redis5/bin/redis-server CLIEXEC=/usr 阅读全文
posted @ 2020-07-14 00:10
习惯沉淀
阅读(4000)
评论(0)
推荐(0)
摘要:
(1)、entity(实体)entity的意思就是实体的意思,所以也是最常用到的,entity包中的类是必须和数据库相对应的,比如说:数据库有个user表,字段有long类型的id,string类型的姓名,那么entity中的user类也必须是含有这两个字段的,且类型必须一致。不能数据库存的是lon 阅读全文
posted @ 2020-07-14 00:04
习惯沉淀
阅读(3738)
评论(0)
推荐(1)

浙公网安备 33010602011771号