上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 136 下一页
摘要: 利用GoAhead构建嵌入式web应用 关键字:GoAhead, 嵌入式web服务器, web应用 摘要:详细介绍了开源嵌入式web服务器GoAhead的原理,并结合具体实例说明如何利用它构建嵌入式web应用。 Key words: GoAhead, embedded web server, web application Abstract: This paper introduces t... 阅读全文
posted @ 2011-12-22 15:49 katago 阅读(790) 评论(0) 推荐(0)
摘要: 深入理解ARM嵌入式系统引导过程—基于AT91SAM9261微处理器和RealView工具链 Understanding the Boot Process of ARM Embedded System – Based on the AT91SAM9261 Micro Processor and RealView Toolchain 对于不带操作系统的ARM嵌入式应用程序来说,可以这样理解引导过... 阅读全文
posted @ 2011-12-22 15:47 katago 阅读(516) 评论(0) 推荐(0)
摘要: Run Python Scripts in SB2 Environment http://lists.scratchbox.org/pipermail/scratchbox-users/2009-September/001533.html http://lists.scratchbox.org/pipermail/scratchbox-users/2008-September/00... 阅读全文
posted @ 2011-12-22 13:29 katago 阅读(515) 评论(0) 推荐(0)
摘要: http://www.scratchbox.org/ 更新记录 2011-03-07 New releases: scratchbox 1.0.24 and python-legacy 1.0.2 http://lists.scratchbox.org/pipermail/scratchbox-users/2011-March/001672.html Highlights:==... 阅读全文
posted @ 2011-12-22 13:18 katago 阅读(242) 评论(0) 推荐(0)
摘要: //note: 匹配中文字符的正则表达式: [\u4e00-\u9fa5] qt中可以用如下正则表达式做验证: // CJK统一表意字符 QRegExp rx("[\u4e00-\u9fa5]+"); QValidator *validator = new QRegExpValidator(rx, this); ui->lineEditCustom->setValidator... 阅读全文
posted @ 2011-12-20 12:53 katago 阅读(1306) 评论(0) 推荐(0)
摘要: 主要参考http://forum.wdlxtv.com/viewtopic.php?f=43&t=3108 sb2 –e 调用的是rootstrap中的程序 cd make-3.82/ sb2 ./configure --prefix=/usr sb2 make sb2 make install DESTDIR=$BUILDROOT root@james-desktop:~/buildroo... 阅读全文
posted @ 2011-12-20 12:50 katago 阅读(1512) 评论(0) 推荐(0)
摘要: OpenEmbedded/BitBake简介(ZT) (http://bbs.zeta-labs.org/viewtopic.php?p=10) 在针对PDA的各种Linux发行版本中,有一个工具起着举足轻重的作用,这就是OpenEmbedded/BitBake[1](以下简称OE)。 OE是一个自包含的构建系统,与gentoo的portage相似,但OE主要针对嵌入式系统,目... 阅读全文
posted @ 2011-12-15 10:34 katago 阅读(2193) 评论(0) 推荐(0)
摘要: 主要参考官方文档:http://docs.openembedded.org/usermanual/usermanual.html#!/bin/sh#autuor: linzheming#ref: http://www.openembedded.org/wiki/Getting_started#date: 2011/12/14 #install required packagesaptitud... 阅读全文
posted @ 2011-12-14 19:00 katago 阅读(666) 评论(0) 推荐(0)
摘要: 源: http://wiki.ubuntu.org.cn/%E6%BA%90%E5%88%97%E8%A1%A8 阅读全文
posted @ 2011-12-13 14:28 katago 阅读(182) 评论(0) 推荐(0)
摘要: 主要参考文档: http://biffengineering.com/wiki/index.php?title=HowToSetupCrossCompileEnvironment http://www.freeworkzz.com/html/2010/07/scratchbox2%E7%9A%84readme%E7%BF%BB%E8%AF%91.html 里面的链接 2 old 了 h... 阅读全文
posted @ 2011-12-12 19:25 katago 阅读(1484) 评论(0) 推荐(0)
上一页 1 ··· 84 85 86 87 88 89 90 91 92 ··· 136 下一页