上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 139 下一页
摘要: 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 阅读(521) 评论(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 阅读(248) 评论(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 阅读(1347) 评论(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 阅读(1521) 评论(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 阅读(2245) 评论(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 阅读(695) 评论(0) 推荐(0)
摘要: 源: http://wiki.ubuntu.org.cn/%E6%BA%90%E5%88%97%E8%A1%A8 阅读全文
posted @ 2011-12-13 14:28 katago 阅读(184) 评论(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 阅读(1498) 评论(0) 推荐(0)
摘要: 原因是拷贝时候wmware的mac地址被修改,但是udev的规则没有正确更新 vi /etc/udev/rules.d/70-persistent-net.rules 修改对应关系,删除多余项目 阅读全文
posted @ 2011-12-12 15:02 katago 阅读(204) 评论(0) 推荐(0)
摘要: http://elinux.org/User_Interfaces 阅读全文
posted @ 2011-12-06 19:04 katago 阅读(170) 评论(0) 推荐(0)
上一页 1 ··· 87 88 89 90 91 92 93 94 95 ··· 139 下一页