摘要: application.properties中添加设置以下设置#https证书#修改默认端口号# https 加密端口号 443server.port=${appPort:443}#server.port=${appPort:8008}server.additionalPorts=8008,8001 阅读全文
posted @ 2021-02-24 17:08 菁华浮梦-- 阅读(1014) 评论(0) 推荐(0) 编辑
摘要: 第一种: 比如json字符串为:[{“name”:”name0”,”age”:0}] Person person = gson.fromJson(str, Person.class);//直接转换 第二种,转换成List集合:Person为实体类 List<Person> ps = gson.fro 阅读全文
posted @ 2020-09-19 09:09 菁华浮梦-- 阅读(1777) 评论(0) 推荐(0) 编辑
摘要: AlertDialog alertDialog = new AlertDialog .Builder(this) .setTitle("请点击播放的舞美效果") //列表选择 .setItems(danceName, new DialogInterface.OnClickListener() { @ 阅读全文
posted @ 2020-07-02 14:16 菁华浮梦-- 阅读(240) 评论(2) 推荐(0) 编辑