会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
21
22
···
77
下一页
2020年2月5日
No module named PIL
摘要: $ python3 -m pip install -U pillow
阅读全文
posted @ 2020-02-05 10:21 Jello
阅读(172)
评论(0)
推荐(0)
编辑
No module named 'selenium'
摘要: $ python3 -m pip install -U selenium
阅读全文
posted @ 2020-02-05 10:19 Jello
阅读(360)
评论(0)
推荐(0)
编辑
2020年1月31日
Centos7如何设置脚本开机自启动?
摘要: 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)
编辑
2020年1月21日
gdb查看寄存器的值
摘要: (gdb)info register <register name>示例如下:
阅读全文
posted @ 2020-01-21 18:00 Jello
阅读(4865)
评论(0)
推荐(1)
编辑
gdb结构体格式化输出
摘要: 引用https://blog.csdn.net/unix21/article/details/9991925 (gdb) set print pretty on示例如下:
阅读全文
posted @ 2020-01-21 17:46 Jello
阅读(1407)
评论(0)
推荐(1)
编辑
2020年1月20日
如何查看编译器的C/C++预处理定义
摘要: 答: gcc -dM -E -< /dev/null
阅读全文
posted @ 2020-01-20 12:41 Jello
阅读(389)
评论(0)
推荐(0)
编辑
2020年1月16日
如何退出qemu?
摘要: 答: Ctrl - A X 按下Ctrl 键和A键, 然后释放这两个键,再按X键即可退出 注意: 同时按下三个键是无效的哦!!!
阅读全文
posted @ 2020-01-16 12:28 Jello
阅读(3421)
评论(1)
推荐(0)
编辑
如何调试linux内核?
摘要: 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)
编辑
linux下如何调试时钟?
摘要: 1. 查看/sys/kernel/debug/clk下的各个文件,从中可以得到各个时钟源的频率
阅读全文
posted @ 2020-01-16 11:49 Jello
阅读(603)
评论(0)
推荐(0)
编辑
2020年1月13日
如何升级readhat?
摘要: 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
下一页
公告