第一次使用PIC单片机,记录一下使用的过程,所谓工欲善其事必先利其器,首先需要安装PIC的开发环境,这里我选的是MPLABX-v5.25. 首先到官网下载MPLAB X,其他渠道也行,官网:https://www.microchip.com/mplab/mplab-x-ide,其次还要下载XC 16 ...
分类:
其他好文 时间:
2021-05-24 03:45:15
阅读次数:
0
本人被el-upload的上传困扰了许久,查阅了不少资料,暂时是解决了 主要就是对el-upload实现上传图片的途径的不理解 先贴代码,之后在做分析吧 vue部分 <div class="pic"> <el-image class="userImg" :src="localUserImg"> <d ...
分类:
Web程序 时间:
2021-04-21 12:59:14
阅读次数:
0
解压得到以下压缩包 打开hint.txt、pic.jpg、music.zip发现以下内容 解压music.zip发现要输入密码 因为pic.jpg里面包含盲文,所以pic.jpg里面的盲文应该就是解压密码。根据盲文对照表解出盲文kmdonowg,输入解压成功。 因为前有盲文,所以大胆猜测后面的音频应 ...
分类:
其他好文 时间:
2021-04-21 12:12:44
阅读次数:
0
1、split方法转化字符串为数组: String[] strPicArr = map.get("hw_pic").toString().split("*"); 报错: java.util.regex.PatternSyntaxException: Dangling meta character ' ...
分类:
编程语言 时间:
2021-03-01 13:36:05
阅读次数:
0
void test() { Mat src = imread("D:/opencvsp/pic.png"); if (src.empty()) { printf("could not load image\n"); return -1; } namedWindow("test opencv setu ...
分类:
其他好文 时间:
2021-01-07 12:07:55
阅读次数:
0
import requests from lxml import html # http://pic.netbian.com/uploads/allimg/180826/113958-1535254798fc1c.jpg # http://pic.netbian.com/4kfengjing/ind ...
分类:
其他好文 时间:
2020-12-10 11:01:08
阅读次数:
4
$data = $request->except('_token');$file = $request->file('g_pic')->store('img');$data['g_pic'] = '/'.$file;RedisModel::create($data);return redirect( ...
分类:
其他好文 时间:
2020-12-04 10:56:14
阅读次数:
6
thymeleaf 和layui表格都对[[]] 有定义,thymeleaf定义比较严格,layui比较宽松,html 页面中把[ []] 加空格或则换行就可以解决 table.render({ elem: '#table' ,url: '/pic/getList' ,id:'layTable', ...
分类:
其他好文 时间:
2020-09-17 22:51:21
阅读次数:
37
(, 表示 “或”) ^ 行首 ^pic picasdf, picqwer, pic1234, $ 行尾 pic$ qwerpic [] 多选一 [qwerty] q,w,e,r,t,y | 多组选一组 qwer|asdf qwer, asdf - 在[]内(不在首位)表示范围,在[]外或者[]首位 ...
分类:
其他好文 时间:
2020-08-18 13:53:31
阅读次数:
72
wxml <image wx:for="{{info}}" src="{{item.pic}}" bindtap="preview" data-list="{{item.pic}}" data-src="{{item.pic}}"></image> js Page({ //图片预览 preview: ...
分类:
微信 时间:
2020-08-13 12:33:33
阅读次数:
98