上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 77 下一页
摘要: 答: 删除对应的/etc/apt/sources.list.d/<source name>.list文件, 使用已有的源安装需要的软件 阅读全文
posted @ 2020-04-15 18:00 Jello 阅读(7058) 评论(0) 推荐(0) 编辑
摘要: 1. 点击此处获取httrack 2. 解压 3. 打开WinHTTrack.exe程序创建离线网页 阅读全文
posted @ 2020-04-14 11:59 Jello 阅读(1837) 评论(0) 推荐(0) 编辑
摘要: 1. 安装运行时包 $ sudo apt-get install dbus -y2. 安装readline库 $ apt-get cache search libreadline (找出当前发行版的libreadline包名) $ sudo apt-get install libreadline7 阅读全文
posted @ 2020-04-12 19:22 Jello 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 1. 先按下两个键Ctrl 和 B,然后松开这两个键 2. 按下Alt和方向键调整窗口 阅读全文
posted @ 2020-04-12 11:08 Jello 阅读(8524) 评论(0) 推荐(2) 编辑
摘要: BootRom -> Second program loader(SPL) -> Tertiary program loader(TPL,mpc85xx存在此loader) -> main U-boot -> linux kernel 阅读全文
posted @ 2020-04-12 00:14 Jello 阅读(662) 评论(0) 推荐(0) 编辑
摘要: 1. 创建codewarrior ide快捷方式 2. 右击codewarrior ide快捷方式,点击属性,在Target里面添加" -nl en", 如 由原来的eclipse\cwide.exe 修改为eclipse\cwide.exe -nl en 阅读全文
posted @ 2020-04-11 12:32 Jello 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 1. 安装必要的软件 $ sudo apt-get install apache2 php libapache2-mod-php -y 2. 按需配置/etc/php/<php version>/apache2/php.ini 3. 重新启动服务 $ sudo /etc/init.d/apache2 阅读全文
posted @ 2020-04-10 23:41 Jello 阅读(2563) 评论(0) 推荐(0) 编辑
摘要: 答: $ service --status-all $ systemctl $ pstree 阅读全文
posted @ 2020-04-10 22:48 Jello 阅读(6126) 评论(0) 推荐(0) 编辑
摘要: $ doxygen -g <config-file> $ doxygen <config-file> 在html目录下可以看到生成的文档 阅读全文
posted @ 2020-04-10 16:28 Jello 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 1. 获取源码 $ git clone https://github.com/openthread/openthread.git 2. 安装必要的工具 $ cd openthread$ sudo apt-get install -y python3-pip python-pip$ pip3 inst 阅读全文
posted @ 2020-04-07 00:48 Jello 阅读(680) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 77 下一页