最近在github上传代码的时候出现了:
/video_parser# git push -u origin main
Username for https://github.com: gtnyxxx
Password for https://gtny2010github.com:
remote: Support for password authentication was removed on August 13, 2021.
remote: Plea…
Here is a list of the Color Brewer palettes, with their names for easy reference:
sns.lineplot(datanormal_df, palettesns.color_palette(paletteSet1, n_colors1))
constructor 构造器一般情况下可以简化为主构造器 即: class A constructor(参数) : 父类 (参数) 也可以在构造器上直接声明属性constructor ( var name) 这样可以全局访问
init { } 将和成员变量一起初始化 susped 挂起
data class 可以简化一些bean类 比如get / set ,自动…