2020年10月3日
摘要:
代表元组tuple ** 代表字典dictionary
阅读全文
posted @ 2020-10-03 10:18
不可能被劝退的新手
阅读(95)
推荐(0)
2020年9月28日
摘要:
pip list pip install package pip uninstall package pip list --outdate pip install --upgrade package 使用帮助文档 man pip man pip-install man pip-list ... 查看
阅读全文
posted @ 2020-09-28 17:39
不可能被劝退的新手
阅读(294)
推荐(0)
摘要:
创建hello.s nvim hello.s 写入输出HelloWorld的代码 .data # 数据段声明 msg : .string "Hello, world!\\n" # 要输出的字符串 len = . - msg # 字串长度 .text # 代码段声明 .global _start #
阅读全文
posted @ 2020-09-28 16:05
不可能被劝退的新手
阅读(228)
推荐(0)
2020年9月27日
摘要:
全局安装包 pip install virtualenv pip安装包后,要么制定路径,要么设置环境变量 设置虚拟环境 # 下面二选一 python -m venv <file_name> # python3.3+自带 virtualenv <file_name> # 需要module virtua
阅读全文
posted @ 2020-09-27 21:33
不可能被劝退的新手
阅读(125)
推荐(0)
2020年9月17日
摘要:
最近在搞大数据,整理了一下 主要参考:https://www.cnblogs.com/york-hust/archive/2012/03/29/2422911.html NetWork VirtualBox官方解释 连接方式 NAT NAT:Network Address Translation,网
阅读全文
posted @ 2020-09-17 18:01
不可能被劝退的新手
阅读(220)
推荐(0)
摘要:
Host Name 修改hostname文件 vi /etc/hostname 添加 HOSTNAME=blahblah CentOS命令行操作 等价修改hostname文件的操作 hostnamectl set-hostname blahblah Network 查看IP地址 ifconfig 配
阅读全文
posted @ 2020-09-17 11:25
不可能被劝退的新手
阅读(144)
推荐(0)
2020年9月16日
摘要:
Windows10中使用VirtualBox安装CentOS8 安装过程一起正常,但是无法双向ping通 如果你对网络的连接方式不熟悉,请查看这篇博客:https://www.cnblogs.com/york-hust/archive/2012/03/29/2422911.html 使用桥连模式,关
阅读全文
posted @ 2020-09-16 16:53
不可能被劝退的新手
阅读(192)
推荐(0)
2020年9月15日
摘要:
变量名:JAVA_TOOL_OPTIONS 变量值:-Dfile.encoding=UTF-8
阅读全文
posted @ 2020-09-15 10:50
不可能被劝退的新手
阅读(150)
推荐(0)
2020年9月9日
posted @ 2020-09-09 20:39
不可能被劝退的新手
阅读(119)
推荐(0)
2020年8月24日
摘要:
Upgrading to Qt 5.12 is fine, but does not seem to fix the issue straight away. In Konsole profile settings under the advanced tab, change "Line Spaci
阅读全文
posted @ 2020-08-24 10:29
不可能被劝退的新手
阅读(278)
推荐(0)