摘要: https://ubuntuforums.org/showthread.php?t=1256134 https://askubuntu.com/questions/181868/authentication-issue-with-cups-5-3-1-on-smb-printer 阅读全文
posted @ 2019-10-14 16:25 keeps_you_warm 阅读(105) 评论(0) 推荐(0) 编辑
摘要: python基础_格式化输出(%用法和format用法) print(f'XXXX')要使用python3.6及以上,否则会报错invalid syntax. 阅读全文
posted @ 2019-10-07 20:43 keeps_you_warm 阅读(200) 评论(0) 推荐(0) 编辑
摘要: Linux install LibreOffice: install LibreOffice: install command: sudo apt install ./XXX.deb PS: don't forget the './' for the path. git clone to speci 阅读全文
posted @ 2019-09-30 21:56 keeps_you_warm 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 一般来说著名的 Linux 系统基本上分两大类: Dpkg (Debian系): dpkg 是Debian Package的简写,是为Debian 专门开发的套件管理系统,方便软件的安装、更新及移除。所有源自Debian的Linux发行版都使用dpkg,例如Ubuntu、Knoppix 等。RPM 阅读全文
posted @ 2019-09-29 19:43 keeps_you_warm 阅读(271) 评论(0) 推荐(0) 编辑
摘要: numpy array storation; npy/npz file. 文件存取的格式:二进制和文本。二进制格式的文件又分为NumPy专用的格式化二进制类型和无格式类型。 numpy文件存取-npz,npy 阅读全文
posted @ 2019-09-26 22:36 keeps_you_warm 阅读(163) 评论(1) 推荐(0) 编辑
摘要: 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,下载地 阅读全文
posted @ 2019-09-26 20:23 keeps_you_warm 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 快捷键: 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 阅读全文
posted @ 2019-09-24 05:47 keeps_you_warm 阅读(156) 评论(0) 推荐(0) 编辑
摘要: blog: python中的try/except/else/finally python文档:错误和异常 与其他语言相同,在python中,try/except语句主要是用于处理程序正常执行过程中出现的一些异常情况,如语法错误(python作为脚本语言没有编译的环节,在执行过程中对语法进行检测,出错 阅读全文
posted @ 2019-09-23 16:47 keeps_you_warm 阅读(189) 评论(0) 推荐(0) 编辑
摘要: a detailed website about json sql query; official website: here, chinese version: here Json query: ->element_name or index; and can be sequential; usi 阅读全文
posted @ 2019-09-20 02:36 keeps_you_warm 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 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 阅读全文
posted @ 2019-09-17 19:38 keeps_you_warm 阅读(189) 评论(1) 推荐(1) 编辑