/var/log : where the linux put the logs /var/log/cron on system cron tasks /var/log/cups/ something about the printer /var/log/dmesg/ system self chec ...
分类:
系统相关 时间:
2020-06-18 19:21:13
阅读次数:
56
CRM厂商图谱 - 国内版 Bing images https://cn.bing.com/images/search?q=CRM%e5%8e%82%e5%95%86%e5%9b%be%e8%b0%b1&FORM=HDRSC2 ...
分类:
其他好文 时间:
2020-06-18 19:02:32
阅读次数:
61
win10下,pip安装的时候权限不够,无法安装; 1.以管理员权限权限运行cmd; 2.使用 --user 参数;不过只能当前安装的人使用;安装路径也在%APPDATA%; --user Install to the Python user install directory for your p ...
分类:
编程语言 时间:
2020-06-18 16:22:19
阅读次数:
224
ffmpeg 常用知识点收集 一、基础简介 FFmpeg是一个自由软件,可以运行音频和视频多种格式的录影、转换、流功能1,包含了libavcodec ─这是一个用于多个项目中音频和视频的解码器库,以及libavformat——一个音频与视频格式转换库。 FFmpeg官网:https://www.ff ...
分类:
其他好文 时间:
2020-06-17 22:59:41
阅读次数:
88
await page.setUserAgent( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Edge/16. ...
分类:
其他好文 时间:
2020-06-17 18:25:13
阅读次数:
62
我们编辑ui文件时候 可以这样使用槽函数, on_objectName_signal(args) ; 非常简便, 文档说明是下面 1 void QMetaObject::connectSlotsByName ( QObject * object ) [static] 2 Searches recur ...
分类:
其他好文 时间:
2020-06-16 23:48:27
阅读次数:
100
(function() { let myTool = { $: function(id) { return typeof id "string" ? document.getElementById(id) : null }, screenClient: function() { if (window ...
分类:
其他好文 时间:
2020-06-16 23:05:47
阅读次数:
54
使用这样一句sql语句可以查看sql的执行计划: EXPLAIN UPDATE tt_occp_collection_detail_dds_log SET lock_status=0 WHERE normal_status='ERROR'; 引用一篇博客看懂sql的执行计划 mysql explai ...
分类:
数据库 时间:
2020-06-16 11:32:34
阅读次数:
66
1.下列输出可能不是“aa,bb”的是(B) d0 = {"a":"aa","b":"bb"} print("d0: {a},{b}".format(**d0)) d1 = {"aa","bb"} print("d1: {0},{1}".format(*d1)) d2 = ["aa","bb"] p ...
分类:
编程语言 时间:
2020-06-16 01:05:24
阅读次数:
62
参考 这回试试使用CSS实现抛物线运动效果 总结 实现抛物线步骤: 1、抛物线运动元素使用至少内外两层标签,可以外面一层<div>,里面是<img>图片 2、内外两次标签一个负责水平方向的translate移动,一个负责垂直方向的translate移动,然后使用不同的缓动函数(timing-func ...
分类:
Web程序 时间:
2020-06-15 23:04:45
阅读次数:
166