会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Jello
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
10
11
12
13
14
15
16
17
18
···
77
下一页
2020年4月15日
ubuntu下添加新的ppa软件源后出现"Error: retrieving gpg key timed out"如何处理?
摘要: 答: 删除对应的/etc/apt/sources.list.d/<source name>.list文件, 使用已有的源安装需要的软件
阅读全文
posted @ 2020-04-15 18:00 Jello
阅读(7251)
评论(0)
推荐(0)
2020年4月14日
如何创建离线网页?
摘要: 1. 点击此处获取httrack 2. 解压 3. 打开WinHTTrack.exe程序创建离线网页
阅读全文
posted @ 2020-04-14 11:59 Jello
阅读(1886)
评论(0)
推荐(0)
2020年4月12日
ubuntu下如何安装wpantund?
摘要: 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
阅读(398)
评论(0)
推荐(0)
tmux如何调节窗口大小?
摘要: 1. 先按下两个键Ctrl 和 B,然后松开这两个键 2. 按下Alt和方向键调整窗口
阅读全文
posted @ 2020-04-12 11:08 Jello
阅读(8615)
评论(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
阅读(678)
评论(0)
推荐(0)
2020年4月11日
codewarrior如何以英文版启动?
摘要: 1. 创建codewarrior ide快捷方式 2. 右击codewarrior ide快捷方式,点击属性,在Target里面添加" -nl en", 如 由原来的eclipse\cwide.exe 修改为eclipse\cwide.exe -nl en
阅读全文
posted @ 2020-04-11 12:32 Jello
阅读(265)
评论(0)
推荐(0)
2020年4月10日
ubuntu下搭建http文件服务器
摘要: 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
阅读(2592)
评论(0)
推荐(0)
查看ubuntu下都开启了哪些服务?
摘要: 答: $ service --status-all $ systemctl $ pstree
阅读全文
posted @ 2020-04-10 22:48 Jello
阅读(6152)
评论(0)
推荐(0)
如何使用doxygen生成文档?
摘要: $ doxygen -g <config-file> $ doxygen <config-file> 在html目录下可以看到生成的文档
阅读全文
posted @ 2020-04-10 16:28 Jello
阅读(480)
评论(0)
推荐(0)
2020年4月7日
ubuntu下如何编译openthread?
摘要: 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
阅读(736)
评论(0)
推荐(0)
上一页
1
···
10
11
12
13
14
15
16
17
18
···
77
下一页
公告