axios等待同步请求 methods: { getLightList() { let that = this; return new Promise((resolve, reject) => { that.query.type = '0';// 灯光 getLightList(this.query ...
分类:
移动开发 时间:
2020-12-30 11:21:01
阅读次数:
0
问题描述 线上环境中很容易出现一个java应用启动非常耗时的情况,在日志中可以发现是session引起的随机数问题导致的 o.a.c.util.SessionIdGeneratorBase : Creation of SecureRandom instance for session ID gene ...
分类:
编程语言 时间:
2020-12-30 11:19:11
阅读次数:
0
##AKSHARE获取债券市场数据 AKSHARE: https://www.akshare.xyz/ ####1. 现券市场报价行情 接口: bond_spot_quote https://www.akshare.xyz/zh_CN/latest/data/bond/bond.html 目标地址: ...
分类:
其他好文 时间:
2020-12-30 11:12:42
阅读次数:
0
前段时间推送了一篇:ViewPager要被废弃?官方ViewPager2升级版来临很多同学留言表示需要更加详细的demo以及配图。当Google出来新东西,可以去翻一下Google的github仓库的:例如viewpager2就静静的躺在那里:https://github.com/googlesamples/android-viewpager2下载下来,导入到项目,可以看到Google已经帮我们准
分类:
其他好文 时间:
2020-12-30 11:07:14
阅读次数:
0
1.小程序调用生成二维码成功的时候,返回的是一个二维码图片的二进制文件流。2.前端接受到图片的二进制的资源,拼接成 'data:' . $mime . ';base64,'base64_encode($wx_result),直接返回前端接收,前端再cavase绘图。 如果需要浏览器可以直接查看返回的 ...
分类:
微信 时间:
2020-12-30 11:04:26
阅读次数:
0
有两种解法①session伪造②unicode欺骗 1.session伪造 在注册时发现admin已经被注册了,我用的admie注册进入,f12看到注释提示不是管理员、 接着在change password页面看到提示 在index.html发现要将session与admin的session进行比较 ...
分类:
其他好文 时间:
2020-12-30 10:53:29
阅读次数:
0
官网:iconfont.cn 1.选图标,添加到自己的项目 2.选 font class 类别,下载,这个类别简洁易用 3.拷贝5个文件到assets目录,其他目录也行 4.main.js引入 5.使用 两个方法 (1)i标签、span标签等 <i class="iconfont icon-qunz ...
分类:
其他好文 时间:
2020-12-30 10:38:28
阅读次数:
0
最佳的UI体验——Material Design Material is a design system created by Google to help teams build high-quality digital experiences for Android, iOS, Flutter, ...
分类:
移动开发 时间:
2020-12-30 10:37:29
阅读次数:
0
<template> <section> <h1>hello world~</h1> </section> </template> <script> export default { data() { return { timer: '', value: 0 }; }, methods: { get ...
分类:
其他好文 时间:
2020-12-29 11:36:07
阅读次数:
0
curl is a a command line tool that allows to transfer data across the network. It supports lots of protocols out of the box, including HTTP, HTTPS, FT ...
分类:
Web程序 时间:
2020-12-29 11:24:49
阅读次数:
0