摘要:
答: 删除对应的/etc/apt/sources.list.d/<source name>.list文件, 使用已有的源安装需要的软件 阅读全文
摘要:
1. 点击此处获取httrack 2. 解压 3. 打开WinHTTrack.exe程序创建离线网页 阅读全文
摘要:
1. 安装运行时包 $ sudo apt-get install dbus -y2. 安装readline库 $ apt-get cache search libreadline (找出当前发行版的libreadline包名) $ sudo apt-get install libreadline7 阅读全文
摘要:
1. 先按下两个键Ctrl 和 B,然后松开这两个键 2. 按下Alt和方向键调整窗口 阅读全文
摘要:
BootRom -> Second program loader(SPL) -> Tertiary program loader(TPL,mpc85xx存在此loader) -> main U-boot -> linux kernel 阅读全文
摘要:
1. 创建codewarrior ide快捷方式 2. 右击codewarrior ide快捷方式,点击属性,在Target里面添加" -nl en", 如 由原来的eclipse\cwide.exe 修改为eclipse\cwide.exe -nl en 阅读全文
摘要:
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 阅读全文
摘要:
答: $ service --status-all $ systemctl $ pstree 阅读全文
摘要:
$ doxygen -g <config-file> $ doxygen <config-file> 在html目录下可以看到生成的文档 阅读全文
摘要:
1. 获取源码 $ git clone https://github.com/openthread/openthread.git 2. 安装必要的工具 $ cd openthread$ sudo apt-get install -y python3-pip python-pip$ pip3 inst 阅读全文