// 文件点击下载 function downloadFile() { fetch(tossactApi + params.row.originVideo).then(res => res.blob()).then(blob => { const a = document.createElement ...
分类:
其他好文 时间:
2021-03-26 15:14:30
阅读次数:
0
使用element UI的upload组件 handleChange (file, fileList) { let _this = this if (this.formdata.printMode !== 'Bartender') return this.formdata.remark = file ...
分类:
数据库 时间:
2021-03-26 15:14:15
阅读次数:
0
今天复习了listview控件的用法。 1.activity_main.xml 中的代码,如下: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/re ...
分类:
其他好文 时间:
2021-03-18 14:30:14
阅读次数:
0
android内核剖析!不断提升自己创造溢价的能力,含BATJM大厂 ...
分类:
移动开发 时间:
2021-03-18 14:29:41
阅读次数:
0
android内核剖析!系统学Android从零开始,论程序员成长的正确姿势 ...
分类:
移动开发 时间:
2021-03-18 14:29:22
阅读次数:
0
文章中出现的源码均基于8.0 前言 事件分发机制不仅仅是核心知识点更是难点,并且还是View的一大难题滑动冲突解决方法的理论基础,因此掌握好View的事件分发机制是十分重要的。 一、基本认识 1. 事件分发的对象 事件分发的对象是点击事件(Touch事件),而当用户触摸屏幕时,将产生点击事件。 事件 ...
分类:
移动开发 时间:
2021-03-18 14:22:35
阅读次数:
0
wpa_supplicant and Hotspot 2.0 This document describe how the IEEE 802.11u Interworking and Wi-Fi Hotspot 2.0 (Release 1) implementation in wpa_suppli ...
分类:
其他好文 时间:
2021-03-18 14:15:04
阅读次数:
0
根据进程名,获取对应进程PID strace -o /sdcard/LogKit/output_wificond.txt -T -ttt -e trace=all -p `ps -A | grep wificond | awk '{print $2}'` strace -o /sdcard/LogK ...
分类:
其他好文 时间:
2021-03-18 14:14:50
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script> window.onload = function () { var btn = document.getEleme ...
分类:
Web程序 时间:
2021-03-18 14:03:56
阅读次数:
0
近段时间我们app增加了几个第三方收费的接口,所以一直免费的app现在要开始收费了,app界面上的改造就是在收费的功能上增加了vip标示,只有充值了vip,这些功能才能查看。 这款app有Android版、ios版和小程序版,接下来我就切入正题,总结记录一下开发小程序和Android微信支付的过程。 ...
分类:
微信 时间:
2021-03-18 14:00:14
阅读次数:
0