PostgreSQL 9.6安装 1、添加RPM sudo yum install -y https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm 2、安 ...
分类:
数据库 时间:
2021-04-21 12:51:42
阅读次数:
0
做了个电脑端的二维码扫码工具。 可以直接识别屏幕中的二维码,支持多屏,高分屏(有的高分屏Windows会自动缩放字体)。 支持调用电脑摄像头扫码。 所用技术 .NET5 WinForm 本来用想用WPF的,由于要用到Win32注入还是算了。另外WPF所产生的依赖文件也更多。虽然最后发布时也没有选择独 ...
分类:
Web程序 时间:
2021-04-21 12:30:09
阅读次数:
0
sys:macOS Big Sur 版本 11.2.3 python: 3.8.5 selenium: 3.141.0 Chrome: 版本 90.0.4430.72(正式版本) (x86_64) Firefox: 87.0 (64 位) chromedriver: ChromeDriver 90. ...
分类:
其他好文 时间:
2021-04-20 15:38:18
阅读次数:
0
Profiling is an indispensable measure for analyzing and optimizing the performance of your program. A typical profiler like GNU gprof will complete th ...
分类:
其他好文 时间:
2021-04-20 14:35:11
阅读次数:
0
在线使用地址:https://lightbc.github.io/qt-demo/html/convertFileToBase64.html 前端代码: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Tit ...
分类:
其他好文 时间:
2021-04-20 14:11:59
阅读次数:
0
代码: #include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int ma ...
分类:
其他好文 时间:
2021-04-20 14:10:46
阅读次数:
0
当你发现你的服务器文件都被添加了后戳.lockbit 并且文件夹内留有.lockbit Restore-My-Files.txt 那就是被 lockbit病毒加密数据了。 昨天我们接到一个客户的 用友U8SQL数据库被加密的,135GB的 账套数据库都被加密,服务器被勒索病毒加密, 文件被添加.lo ...
分类:
数据库 时间:
2021-04-19 15:13:51
阅读次数:
0
opt_map函数中对于指定了select program的分析 从过滤器中进行map static int open_output_file(OptionsContext *o, const char *filename) open_output_file函数中根据stream_map进行创建输出 ...
分类:
其他好文 时间:
2021-04-19 14:39:12
阅读次数:
0
pwd,打印当前目录 ls:List information about the FILEs (the current directory by default) -a/--all -d/--directory dir -a 进入如camera的目录后运行dir、ls会卡住(可以ctrl+c退出)。 ...
分类:
移动开发 时间:
2021-04-16 12:10:03
阅读次数:
0
cat <<EOF > kubernetes.repo[kubernetes]name=Kubernetesbaseurl=https://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64enabled=1gpgcheck=1 ...
分类:
Web程序 时间:
2021-04-16 11:56:03
阅读次数:
0