贤惠老虎

文章
2
资源
0
加入时间
2年10月21天

@Responsebody与@RequestBody 的使用@ResponseBody@RequestBody

摘要: 写接口时注意:public+Responsebody@Controller@RequestMapping(value = "/web")//类级别,可以不用指定路径public class LoginController { @Autowired private LoginService loginService; @RequestMapping(value = "/logi...

SQL学习笔记之建表相关1.上传文档建表2.建分区表3.insert into和insert overwrite4.增加字段5.删除重复行数据6.新增一列并改变位置

1.上传文档建表系统自动生成的路径;ADD FILE 文件名;use 库;-- drop table if not exists 表名;create table 表名(字段 string等 comment '',....)row format delimited fields terminated by "," stored as textfile--- 逗号分隔的--- terminated by '\t'load data local inpath '文件名' overw