2022年1月26日星期三

2022年1月21日星期五

Understand linux man page

 https://itsfoss.com/linux-man-page-guide/

How can I quickly navigate through man pages in the Terminal

bash 批量解压缩7z文件

for f in *.7z

do

        mkdir ${f%.*}

        7z x  -pabc123 -o${f%.*}  $f

done

说明:

遍历当前文件夹中的7z后缀文件,

先建立以文件名命名的目录,

再用7z命令,将压缩包中的文件,提取到刚才建立的目录中。

ps:

7z命令后边-p后边是解压密码。


https://stackoverflow.com/questions/2664740

https://stackoverflow.com/questions/39117025

https://linuxhint.com/read_filename_without_extension_bash/

2022年1月15日星期六

https://dhi.github.io/mikeio/index.html

https://dhi.github.io/mikeio/index.html 

要点:

  1. 掌握DataSet类的属性、方法,注意方法的返回值类型,以及采用不同的坐标轴对返回值的影响。
  2. 必须to_dataframe方法