上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 77 下一页
摘要: $ python3 -m pip install -U pillow 阅读全文
posted @ 2020-02-05 10:21 Jello 阅读(172) 评论(0) 推荐(0) 编辑
摘要: $ python3 -m pip install -U selenium 阅读全文
posted @ 2020-02-05 10:19 Jello 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1. 在需要设置为开机启动的脚本中加入必须的chkconfig启动脚本规范,如下: #!/bin/bash # chkconfig: 2345 80 12 # description: auto start shell script 2. 使用chkconfig将脚本加入自动启动列表 # mv yo 阅读全文
posted @ 2020-01-31 21:23 Jello 阅读(1052) 评论(0) 推荐(0) 编辑
摘要: (gdb)info register <register name>示例如下: 阅读全文
posted @ 2020-01-21 18:00 Jello 阅读(4865) 评论(0) 推荐(1) 编辑
摘要: 引用https://blog.csdn.net/unix21/article/details/9991925 (gdb) set print pretty on示例如下: 阅读全文
posted @ 2020-01-21 17:46 Jello 阅读(1407) 评论(0) 推荐(1) 编辑
摘要: 答: gcc -dM -E -< /dev/null 阅读全文
posted @ 2020-01-20 12:41 Jello 阅读(389) 评论(0) 推荐(0) 编辑
摘要: 答: Ctrl - A X 按下Ctrl 键和A键, 然后释放这两个键,再按X键即可退出 注意: 同时按下三个键是无效的哦!!! 阅读全文
posted @ 2020-01-16 12:28 Jello 阅读(3421) 评论(1) 推荐(0) 编辑
摘要: 1. printk + /proc/sys/kernel/printk printk(KERN_DEBUG "I have a dream\n"); + 2. cat /proc/ksyms (内核符号表) 3. gdb gdb vmlinux /proc/kcore (适用于检查符号表) 4. k 阅读全文
posted @ 2020-01-16 12:04 Jello 阅读(592) 评论(0) 推荐(0) 编辑
摘要: 1. 查看/sys/kernel/debug/clk下的各个文件,从中可以得到各个时钟源的频率 阅读全文
posted @ 2020-01-16 11:49 Jello 阅读(603) 评论(0) 推荐(0) 编辑
摘要: 1. 检查可用更新 $ sudo yum check-update 2. 更新 $ sudo yum update -y 阅读全文
posted @ 2020-01-13 18:43 Jello 阅读(193) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 77 下一页