01 2020 档案
32 位汇编
摘要:32位通用寄存器: EAX ECX EDX EBX ESP(栈顶地址) EBP ESI EDI 2.move 指令:(1)立即数到寄存器 (2)寄存器到寄存器 阅读全文
posted @ 2020-01-15 23:44 iscys 阅读(163) 评论(0) 推荐(0)
python
摘要:pip 代理安装库:pip install requests -i http://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cnpython -m pip install --upgrade pip 阅读全文
posted @ 2020-01-05 00:33 iscys 阅读(194) 评论(0) 推荐(0)
docker -安装Python 脚本
摘要:#! /bin/bashcd /tmpecho "current direction is $(pwd)"yum -y install wgetwget https://www.python.org/ftp/python/3.6.6/Python-3.6.6.tgztar -zxvf Python- 阅读全文
posted @ 2020-01-03 23:12 iscys 阅读(319) 评论(0) 推荐(0)