你好。 你写bash的时候,喜欢这样么? if [[ "0" == "1" ]] then; echo "True" else echo "False" fi 还是这样? if [ "0" == "1" ] then; echo "True" else echo "False" fi 现在,讲一下区 ...
分类:
其他好文 时间:
2021-03-29 11:35:54
阅读次数:
0
github项目地址 https://github.com/aa310958153/easy-canal 使用效果 //[数据库名字].[表名] @Table(name = "canal.act_activity") @Component public class ActivityCanalList ...
分类:
其他好文 时间:
2021-03-29 11:34:32
阅读次数:
0
sql语言 是关系型数据库 通用语言 我们主要学习对数据数据 增删改查! 增: insert into 表名 (字段1, 字段2...) values(值1, 值2....) 删: delete from 表名 where 条件; 改: update 表 set k = v, k = v where ...
分类:
数据库 时间:
2021-03-26 15:30:18
阅读次数:
0
function Checkexeisrunning(ename:string):Boolean; var hwd:hwnd; scr:array [0..254] of Char; begin Result:=False; hwd:=GetWindow(Application.Handle,GW_ ...
分类:
其他好文 时间:
2021-03-26 15:28:08
阅读次数:
0
替换.emacs.d M-x load-file:init.el ...
分类:
系统相关 时间:
2021-03-26 15:27:19
阅读次数:
0
《c++ 核心指南》 字面量 range::view span constexpr CURRENT_FILE宏 Concept ...
分类:
编程语言 时间:
2021-03-26 15:20:37
阅读次数:
0
// 文件点击下载 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
文章转自:https://blog.csdn.net/weixin_43914604/article/details/105895775 学习课程:《2019王道考研计算机网络》 学习目的:利用最省时间的方法学习考研面试中的计算机网络。 1、FTP协议的功能 文件传输协议( File Transfe ...
分类:
其他好文 时间:
2021-03-18 14:40:07
阅读次数:
0
由于有好一段时间没做GStreamer相关项目了,早前的一些记录需要做下记录,以待需要的时候查阅。 还是分几个小节来介绍吧,这样思路清晰一点。(格式有点乱,没时间整理,读者自行脑补) 1. 播放视频、音频 音频:gst-launch-1.0 filesrc loaction=123.mp3 ! ma ...
分类:
其他好文 时间:
2021-03-18 14:33:51
阅读次数:
0