忧虑春天

文章
5
资源
0
加入时间
2年10月17天

移动端通用遮罩层

遮罩层 <link rel="stylesheet" href="//at.alicdn.com/t/font_468714_r2clynau45fxn7b9.css"> <style type="text/css"> .loading{ position: fixed;

之字形打印矩阵——ZigZagPrintMatrix

package com.harrison.class29;/** * @author Harrison * @create 2022-04-09-21:27 * @motto 众里寻他千百度,蓦然回首,那人却在灯火阑珊处。 */public class Code03_ZigZagPrintMatrix { public static void printMatrixZigZag(int[][] matrix) { int tR = 0; int tC =

Python解析nginx日志文件

项目的一个需求是解析nginx的日志文件。 简单的整理如下: 日志规则描述 首先要明确自己的Nginx的日志格式,这里