特殊属性 1 # 2 # @author:浊浪 3 # @version:0.1 4 # @time: 2021/4/17 9:34 5 # 6 7 8 class A: 9 pass 10 class B: 11 pass 12 class C(A,B): 13 def __init__(self ...
分类:
编程语言 时间:
2021-04-19 15:35:56
阅读次数:
0
#_*_ encoding: utf-8 _*_ @author: ty heris #项目名称: pycharm_file 会自动替换为当前项目名称 #创建时间: 2018/5/6 会自动替换为当前日期 lst1 = [[0]*5]*5 print(lst1) # [[0, 0, 0, 0, 0] ...
分类:
其他好文 时间:
2021-04-16 12:15:15
阅读次数:
0
只能用指定字符,实现函数功能 /* * CS:APP Data Lab * * <Please put your name and userid here> * * bits.c - Source file with your solutions to the Lab. * This is the ...
分类:
移动开发 时间:
2021-04-15 12:42:58
阅读次数:
0
#_*_ encoding: utf-8 _*_ @author: ty hery 2019/12/20 from flask import Flask, render_template, request, url_for, redirect from flask_sqlalchemy import ...
分类:
其他好文 时间:
2021-04-13 12:32:12
阅读次数:
0
` /** * @Description: base64字符串转化成图片 * @Param: * @return: * @throws Exception * @author: hw * @date: 2021/4/12 15:45 */ public static boolean Generate ...
分类:
其他好文 时间:
2021-04-13 12:22:14
阅读次数:
0
"""@File : ${NAME}.py@Author : name@Time : ${DATE} ${HOUR}:${MINUTE}@explain :""" ...
分类:
其他好文 时间:
2021-04-13 11:58:13
阅读次数:
0
背景: Java不允许我们把对象放在一个未知的集合中。 import java.util.ArrayList; import java.util.List; /** * @ClassName MethodTest * @projectName: object1 * @author: Zhangmin ...
分类:
编程语言 时间:
2021-04-13 11:39:46
阅读次数:
0
@author 作者名 @version 版本号 @since 指明需要最早使用的JDK版本 @param 参数名 @throws 异常抛出情况 @link {@link 包名.类名#方法名(参数类型)} 用于快速链接到相关代码 @code: {@code text} 将文本标记为code @ret ...
分类:
编程语言 时间:
2021-04-12 12:05:20
阅读次数:
0
asdfasf /** * nihao * @author Administrator * */ public class HelloWorld { public static void main(String[] args) { System.out.println("Hello world!") ...
分类:
其他好文 时间:
2021-04-12 11:46:53
阅读次数:
0
现在有两台 虚机 harbor-1 172.18.94.169 harbor-2 172.18.94.134 现在想从 harbor-1 免密登录到 harbor-2 1. 登录 harbor-1 这台机器 2. 查看 ~/.ssh 路径下是否有密钥对 如果有进行步骤4,如果没有进行步骤3生成密钥对 ...
分类:
系统相关 时间:
2021-04-08 13:31:01
阅读次数:
0