系统:win10 今天在使用控制台打印内容时, 发现个人对制表符不是很清楚,在此记录,以便日后查阅. 分割线 函数: int printf(const char* _Format, ...) 注1:这货竟然有返回值, 返回输出的字符数量 注2:关于输出乱码的问题:printf打印,包括Qt控件上显示 ...
分类:
其他好文 时间:
2021-04-26 13:25:33
阅读次数:
0
插件 Code Runner 代码一键运行插件 Prettier - Code formatter 代码格式插件 (可设置保存就直接格式化) ***** Vue VSCode Snippets Vue2快速代码补全插件 ***** ...
分类:
其他好文 时间:
2021-04-26 13:17:53
阅读次数:
0
// 本月 this.startEndTime = [moment().startOf('month').format('YYYY-MM-DD'), moment().endOf('month').format('YYYY-MM-DD')]; // 上个月 this.startEndTime = [ ...
分类:
其他好文 时间:
2021-04-24 13:14:25
阅读次数:
0
1.WPF 窗体设置WindowStyle="None"属性的时候,是没有办法通过鼠标移动窗体的。 2.如何解决呢? 3.在Window窗体添加 MouseLeftButtonDown 事件。 1 <Window x:Class="UI.Windows.Login" 2 xmlns="http:// ...
分类:
移动开发 时间:
2021-04-23 12:24:36
阅读次数:
0
golang获取上传图片的宽和高: package main import ( "fmt" "image" "io/ioutil" "os" "path/filepath" ) const dir_to_scan string = "/home/da/to_merge" func main() { ...
分类:
其他好文 时间:
2021-04-23 11:57:25
阅读次数:
0
canal源码及安装下载 https://github.com/alibaba/canal/releases canal(基于mysql数据库binlog的增量订阅&消费) - 简书 https://www.jianshu.com/p/6299048fad66 使用 Binlog 和 Canal 从 ...
分类:
数据库 时间:
2021-04-23 11:55:58
阅读次数:
0
求点的最小外接矩 rect1 = cv2.minAreaRect(box): def back_forward_convert(coordinate, with_label=True): """ :param coordinate: format [x1, y1, x2, y2, x3, y3, x ...
分类:
编程语言 时间:
2021-04-23 11:53:53
阅读次数:
0
如题,直接序列化会报错, 好像百度不到, 自已看了半个小时的官方文档, 摸索出来了, 需要 实现一个 IMessagePackFormatter<Color> 接口, 代码如下: 1 using MessagePack; 2 using MessagePack.Formatters; 3 using ...
#!/usr/bin/env python # -*- coding:utf-8 _*- """ @author:zhoutao @file: 金山 V8 终端安全系统 默认弱口令漏洞.py @time: 2021/04/20 @function: """ import requests impor ...
分类:
其他好文 时间:
2021-04-22 15:22:34
阅读次数:
0
zscale=t=linear:npl=400 (gdb) p *src_format $27 = {version = 515, width = 3840, height = 2160, pixel_type = ZIMG_PIXEL_WORD, subsample_w = 1, subsampl ...
分类:
其他好文 时间:
2021-04-21 12:43:01
阅读次数:
0