Remove Palindromic Subsequences (E) 题目 Given a string s consisting only of letters 'a' and 'b'. In a single step you can remove one palindromic subseq ...
分类:
其他好文 时间:
2021-03-09 13:26:40
阅读次数:
0
ModuleNotFoundError: No module named 'apt_pkg' Ubuntu18 从python3.6手动升级到python3.9后,apt update无法执行,显示没有apt_pkg模块。 查阅到四种解决方法,我是用的第三种。 第一种: # 创建一个软链接 cd / ...
分类:
其他好文 时间:
2021-03-08 14:14:27
阅读次数:
0
Abstract 学习TinyRenderer中的总结。 Bresenham直线绘制算法。 Reference : https://github.com/ssloy/tinyrenderer/wiki/Lesson-1-Bresenham%E2%80%99s-Line-Drawing-Algorit ...
分类:
编程语言 时间:
2021-03-08 13:59:59
阅读次数:
0
买了一本台湾出版的苏轼词选,其中的注音都是注音符号,上网查了一下感觉没有很简洁的说明,干脆自己做一个吧。 序号 示例 1 ㄅ b 八 [bā] {ㄅㄚ} 2 ㄆ p 怕 [pà] {ㄆㄚˋ} 3 ㄇ m 妈 [mā] {ㄇㄚ} 4 ㄈ f 分 [fēn] {ㄈㄣ} 5 ㄉ d 搭 [dā] {ㄉㄚ} ...
分类:
其他好文 时间:
2021-03-06 15:07:28
阅读次数:
0
一、MDI简介 MDI就是多文档界面(Multi-document Interface,MDI)应用程序 MDI就是在主窗口里创建多个同类型的MDI子窗口,这些MDI子窗口在主窗口里显示,并共享主窗口上工具栏和菜单等操作功能,主窗口上的操作都针对当前活动的MDI子窗口进行 二、QMdiArea组件 ...
分类:
其他好文 时间:
2021-03-06 14:59:05
阅读次数:
0
Step 1 — Installing Apache and Updating the Firewall Adjust the Firewall to Allow Web Traffic sudo apt update sudo apt upgrade sudo apt install apache ...
分类:
系统相关 时间:
2021-03-06 14:52:16
阅读次数:
0
前面字体设的是 Ubuntu Mono,没有的可以去Ubuntu里拷一份,字体放大了点。剩下的是一些基本的操作,可按需取用。 开启自动全屏仅适用于Windows系统。 1 (custom-set-variables 2 ;; custom-set-variables was added by Cus ...
分类:
系统相关 时间:
2021-03-06 14:43:24
阅读次数:
0
在linux服务器(ubuntu)上搭建一个在线的jupyter notebook ...
分类:
系统相关 时间:
2021-03-06 14:39:24
阅读次数:
0
安装前准备:1.准备一个U盘安装【大白菜U盘启动】或者【U盘启动】类似的启动盘,可以进入winpe系统, 把工控机的两个硬盘(128G和1T)重新删除和创建;2.准备ubuntu U盘安装盘:镜像下载地址 http://releases.ubuntu.com/16.04/ 下载ubuntu-16.0 ...
分类:
系统相关 时间:
2021-03-06 14:12:03
阅读次数:
0
A panic should always be a last resort, and even then consider a better option! Logging errors with context (cause and message) Expose errors as metri ...
分类:
其他好文 时间:
2021-03-05 13:31:10
阅读次数:
0