上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页
摘要: 参考 :https://www.cnblogs.com/taotaozhuanyong/p/11903750.html https://gitee.com/qianhongtang share/vue element admin 阅读全文
posted @ 2020-04-19 21:03 两小无猜 阅读(237) 评论(0) 推荐(0) 编辑
摘要: sharedPreferences存储的数据 1. int Code 表示当前用户的类别:医生为1,用户为2. 2. Sting user 存储当前user的json字符串 3. String doctor 存储当前doctor的json字符串 4. List userList 存储登陆过的用户列表 阅读全文
posted @ 2020-04-18 21:01 两小无猜 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 目前只是简单的集成 1.在 "极光推送" 官网注册用户 2.创建应用 3.配置包名,获得APPKEY 去设置 输入应用包名 确定然后返回查看APPKEY 3.在应用中集成极光推送 用的jcenter自动集成的方式 1. 确认 android studio 的 Project 根目录的主 gradle 阅读全文
posted @ 2020-04-18 17:41 两小无猜 阅读(744) 评论(0) 推荐(0) 编辑
摘要: ?参考:https://blog.csdn.net/afei__/article/details/80950288 阅读全文
posted @ 2020-04-18 12:07 两小无猜 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/84067ad289d2 参考:https://www.jianshu.com/p/d82ac2edc7e8 阅读全文
posted @ 2020-04-17 21:28 两小无猜 阅读(276) 评论(0) 推荐(0) 编辑
摘要: 1.在build文件中添加依赖 2.之后只需要一行代码就可以调用扫码功能 然后在当前的Activity中重写onActivityResult去获取结果就ok了 3.自定义扫码界面 因为扫码界面的代码非常少,所以可以新建一个Activity复制它的代码。 1. 新建一个Activity 2. 然后是V 阅读全文
posted @ 2020-04-17 16:30 两小无猜 阅读(4624) 评论(0) 推荐(0) 编辑
摘要: https://m.haodf.com/touch/jibing/list.htm?from=disease 阅读全文
posted @ 2020-04-17 11:28 两小无猜 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Glide在url不变,内容改变的时候重新加载还会显示第一张图片, 解决方法: https://blog.csdn.net/u013420865/article/details/53197788?depth_1 utm_source=distribute.pc_relevant.none task 阅读全文
posted @ 2020-04-17 07:26 两小无猜 阅读(884) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.jianshu.com/p/f47943880cea 阅读全文
posted @ 2020-04-16 19:19 两小无猜 阅读(458) 评论(0) 推荐(0) 编辑
摘要: SpringBoot使用Swagger2本来可以使用的,后来出现的异常No mapping for GET /swagger-ui.html,这个异常其实不用怎么解释,说白了就是找不到了。 遇到这种情况请先查找,最近你所添加继承了【WebMvcConfigurationSupport】的类 如果继承 阅读全文
posted @ 2020-04-16 11:32 两小无猜 阅读(1406) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 20 下一页