09 2019 档案
摘要:Linux install LibreOffice: install LibreOffice: install command: sudo apt install ./XXX.deb PS: don't forget the './' for the path. git clone to speci
阅读全文
摘要:一般来说著名的 Linux 系统基本上分两大类: Dpkg (Debian系): dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg,例如Ubuntu、Knoppix 等。RPM
阅读全文
摘要:numpy array storation; npy/npz file. 文件存取的格式:二进制和文本。二进制格式的文件又分为NumPy专用的格式化二进制类型和无格式类型。 numpy文件存取-npz,npy
阅读全文
摘要:From activate Xmind 8. in step 3: run ./setup.sh in sudo command, and use the following command to run XMind. Activate XMind ZEN: 1,官网下载XMind: ZEN,下载地
阅读全文
摘要:快捷键: open a new terminal: ctrl+alt+T; close current terminal: ctrl+shift+W; switch windows: alt+tab switch workspace: ctrl+alt+arrow key; install deb
阅读全文
摘要:blog: python中的try/except/else/finally python文档:错误和异常 与其他语言相同,在python中,try/except语句主要是用于处理程序正常执行过程中出现的一些异常情况,如语法错误(python作为脚本语言没有编译的环节,在执行过程中对语法进行检测,出错
阅读全文
摘要:a detailed website about json sql query; official website: here, chinese version: here Json query: ->element_name or index; and can be sequential; usi
阅读全文
摘要:When you install packages using setup.py, the error: Here's the solution: stackoverflow The difference of ndarray declare. There's no difference of pa
阅读全文