1 #!/usr/bin/env python3 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/10/14 23:37 4 # @Author : Tang Yiwei 5 # @Email : 892398433@qq.com 6 # @File : Par ...
分类:
其他好文 时间:
2020-04-17 00:49:11
阅读次数:
70
``` # -*- coding: utf-8 -*- ''' @File : test.py @Author: qiguagnhui @Date : 2020-04-11 23:17 @Desc : ''' import os import sys savedStdout = sys.stdout... ...
分类:
其他好文 时间:
2020-04-17 00:44:21
阅读次数:
59
1 #!/usr/bin/env python3 2 # -*- coding: utf-8 -*- 3 # @Time : 2019/10/14 23:37 4 # @Author : Tang Yiwei 5 # @Email : 892398433@qq.com 6 # @File : Wai ...
分类:
其他好文 时间:
2020-04-17 00:25:12
阅读次数:
65
1. Author 付汉杰 hankf@xilinx.com 2020-04-13 2. 概述 Xilinx提供了完整的V4L2的驱动程序,Xilinx V4L2 driver。处于最顶层的驱动程序是V4L2框架的视频管道(Video pipeline)驱动程序,也叫桥驱动程序(bridge dri ...
分类:
系统相关 时间:
2020-04-16 13:32:23
阅读次数:
93
问题 设置ssh免密码登陆的时候,发现有一些机器设置不生效。有一些机器正常。 跟踪 登陆目标机器,查看sshd的日志信息。日志信息目录为,/var/log/secure你会发现如下字样的日志信息。Jul 22 14:20:33 v138020.go sshd[4917]: Authenticatio ...
分类:
其他好文 时间:
2020-04-14 15:20:07
阅读次数:
87
1 # -*-coding: utf-8- -*- 2 ''' 3 Create on 2020/04/14 4 @author: Atwood Zhang 5 ''' 6 7 import numpy as np 8 import matplotlib.pyplot as plt 9 import ...
分类:
编程语言 时间:
2020-04-14 09:11:27
阅读次数:
669
启用自动注入 使用注解 开启自动注入功能。 动态注入SpingBean 实现bean动态注入可以通过两种方式。 方案一:实现ImportSelector接口 方案二:实现ImportSelector接口 ...
分类:
编程语言 时间:
2020-04-13 10:44:16
阅读次数:
112
File文件过滤器,过滤出想要的文件: 示例代码: package file; import java.io.File; import java.io.FilenameFilter; /** * @Author YangHe * @Date 2020/4/12 21:45 * 文件过滤器 */ cl ...
分类:
其他好文 时间:
2020-04-12 22:50:07
阅读次数:
79
1 /** 2 * 被观察者 3 * 4 * @author zhoude 5 * @date 2020/4/12 14:48 6 */ 7 public interface Observer { 8 9 /** 10 * 接受观察者的通知消息 11 * 12 * @param message 通知 ...
分类:
其他好文 时间:
2020-04-12 16:50:57
阅读次数:
58
效果: ui_timer.py # -*- coding: utf-8 -*- # Form implementation generated from reading ui file 'ui_timer.ui' # # Created by: PyQt5 UI code generator 5.1 ...
分类:
其他好文 时间:
2020-04-11 10:14:08
阅读次数:
107