前端或APP上传图片,图片太大,后端也没必要要原图, 太大的图片,做以下处理。固定大小。 getBase64Image(imgpath:string) { var img = new Image(); //新建一个图片对象 img.src = imgpath; let canvas = docume ...
分类:
Web程序 时间:
2021-02-24 13:05:00
阅读次数:
0
1. 报错slot slot` attributes are deprecated. 改成了 <el-dropdown-menu> <slot name="dropdown"> <el-dropdown-item>我的消息</el-dropdown-item> <el-dropdown-item>设 ...
分类:
其他好文 时间:
2021-02-22 12:10:17
阅读次数:
0
//出发器 ALTER trigger [dbo].[trsx] on [dbo].[T1] for insert as BEGIN DECLARE @URL VARCHAR(1000) set @URL='http://192.168.1.xx/api/blade-meal/meal/menu/g ...
分类:
数据库 时间:
2021-02-20 12:17:00
阅读次数:
0
Vue3 与依赖注入 本文写于 2021 年 2 月 19 日 在 React 中,我们可以通过 context 与 useContext 实现单例、注入……等诸多特性。 详细请看上一篇文章:如何利用 React Hooks 管理全局状态. 例如: const SomeService = creat ...
分类:
其他好文 时间:
2021-02-20 11:52:05
阅读次数:
0
NO.1 弃用标签 <acronym> 允许作者明确地声明一个字符序列,,它们构成一个单词的首字母缩写或简略语。 <applet> 标志着包含了Java的applet。 <basefont> 定义页面中文本的默认字体、颜色或尺寸。 <bgsound> 是IE浏览器中设置网页背景音乐的元素。 <big ...
分类:
Web程序 时间:
2021-02-19 13:26:25
阅读次数:
0
1.泛型继承BaseAdapter public class MyAdapter<T> extends BaseAdapter { private Context mContext; private LinkedList<T> mData; public MyAdapter() { } public ...
分类:
其他好文 时间:
2021-02-18 13:03:00
阅读次数:
0
一开始不是很理解,查了资料,觉得这个说的非常好! iso 对可用性的定义: the extent to which a system, product or service can be used by specified users to achieve specified goals with ...
分类:
其他好文 时间:
2021-02-17 15:07:39
阅读次数:
0
roarctf_2019_realloc_magic 这题折腾了一天才做出来,特此记录,希望以后少踩坑。 题目分析 checksec 首先checksec一下,发现保护全开: 函数分析 然后将题目拖进IDA分析,首先看main函数: 可以看到,main函数并不复杂,一个菜单加上3个选项。 menu: ...
分类:
其他好文 时间:
2021-02-17 14:29:58
阅读次数:
0
一个特别好的特性就是security context 可以在playground 中使用了,当然dashboard 代码的自动生成也有了越来越多框架的支持了 参考效果 参考资料 https://github.com/cube-js/cube.js/releases ...
分类:
Web程序 时间:
2021-02-16 12:00:01
阅读次数:
0
package net.utils; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; public class NetCheck { pub ...
分类:
移动开发 时间:
2021-02-10 13:11:58
阅读次数:
0