摘要:
2.3. Let go! 放手!4. Me too. 我也是。5. My god! 天哪!6. No way! 不行!7. Come on. 来吧(赶快)8. Hold on. 等一等。9. I agree。 我同意。10. Not bad. 还不错。11. Not yet. 还没。12. See 阅读全文
摘要:
程序输出结果: 层序遍历= 51 9 77 5 21 53 87 2 7 20 32 52 62 82 93 1 3 10 24 46 68 85 99 11 27 中序遍历= 1 2 3 5 7 9 10 11 20 21 24 27 32 46 51 52 53 62 68 77 82 85 8 阅读全文
摘要:
工具(蓝奏云):https://zjazn.lanzoui.com/iKcQzv0tydc 使用(install后会自动注销一次):打开,直接点击 "install" 即可! 阅读全文
摘要:
1、安装Python 下载:https://www.python.org/downloads/ 安装:这还用教,你退役吧 2、安装 Miniconda 下载(下载与python一致的,比如python是3.9 Miniconda就下载3.9):https://docs.conda.io/en/lat 阅读全文
摘要:
安装:pip install lxml 然后修改:bso = BeautifulSoup(html.read(),"html.parser") 阅读全文
摘要:
将你要安装的插件文件夹放在 C:\Program Files\Common Files\Adobe\CEP\extensions 这个文件下 阅读全文
摘要:
基本环境: yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gcc make 常用解压包解压命令: tar -xvJf .tar.xz //解 阅读全文
摘要:
public boolean isCircle() { if(first == null || first.next == null) return false; Node<U> slow = first; Node<U> fast = first.next; int i = 1; while (f 阅读全文
摘要:
首先我们需要检查一下CPU VT-x状态是否启用。 下载LeoMoon CPU-V 检查一下CPU VT-x状态是否启用。 工具下载地址:https://leomoon.com/static/?file=leomoon-cpu-v_win.zip 图2 如果未启用 VT-x启用状态这里会有一个大红叉 阅读全文