切割的前提是服务的脚本放在/var/log下面,而且以.log结尾 bash FW=nginx A=daily B=weekly C=yearly /var/log/$FW/ .log { $A missingok rotate 52 compress delaycompress notifempt ...
分类:
其他好文 时间:
2020-05-16 10:30:38
阅读次数:
54
旋转圆形图片: .pic:hover{ transform: rotate(360deg); transition: all 1.5s ease ; } .pic{ border-radius: 500px; border: solid #dddfdc; } 鼠标放置完全显示: .ganying:h ...
分类:
Web程序 时间:
2020-05-15 21:50:42
阅读次数:
214
Echarts 标签中文本内容太长的时候怎么办 ? 1对文本进行倾斜 在xAxis.axisLabe中修改rotate的值 xAxis: { data: ["衬衫11111","羊毛二二","雪纺衫111","裤子111","高跟鞋11","袜子111"],//x轴中的数据 name:"123",/ ...
分类:
其他好文 时间:
2020-05-13 16:49:45
阅读次数:
54
This is GTK tutorial for the C programming language. This tutorial is suitable for beginners and more advanced programmers. GTK\ GTK is a wrapper over ...
分类:
其他好文 时间:
2020-05-11 23:23:23
阅读次数:
91
cv::KeyPoint::KeyPoint ( Point2f _pt, float _size, float _angle = -1, float _response = 0, int _octave = 0, int _class_id = -1 ) Parameters _pt x & y ...
分类:
编程语言 时间:
2020-05-07 23:13:27
阅读次数:
127
(1)numpy以及matplotlib的学习总结及应用 NumPy是Python语言的一个扩充程序库。支持高级大量的维度数组与矩阵运算,此外也针对数组运算提供大量的数学函数库。Numpy内部解除了CPython的GIL(全局解释器锁),运行效率极好,是大量机器学习框架的基础库! NumPy的全名为 ...
分类:
其他好文 时间:
2020-05-06 19:34:37
阅读次数:
83
Snapdragon Profiler: https://developer.qualcomm.com/software/snapdragon-profiler GTK# for .NET: https://www.mono-project.com/download/stable/#download ...
分类:
其他好文 时间:
2020-05-06 19:29:53
阅读次数:
71
题目: 解答: 方法一:会超时间 1 class Solution { 2 public: 3 void rotate(vector<vector<int>>& matrix) 4 { 5 // 思路是: 转置 + 反转每一行 6 7 int len = matrix.size(); 8 9 // ...
分类:
编程语言 时间:
2020-05-05 20:09:54
阅读次数:
66
还是不会计算几何。。 显然你需要 rotate 一下向量,学到许多。。 最后加上圆的周长就好了,因为并起来的部分是一个正圆。 ...
分类:
其他好文 时间:
2020-05-02 18:40:30
阅读次数:
57
有些时候想把语音备份一下,所以就需要把微信的语音导出来,于是百度找了个一键导出个工具。发现还不错。语音导出BY吾爱小蔡.apk下载地址:https://www.yuncpan.com/b15163个人感觉这个软件还不错,分享给大家吧。不知对大家有用没有。支持各大平台,支持批量导出。 高级账户激活码随 ...
分类:
微信 时间:
2020-05-02 09:17:53
阅读次数:
166