摘要: mysqld_safe --basedir=/opt/mysqlbase --datadir=/opt/mysqlbase & 一些目录如:tmp目录下chmod一下 阅读全文
posted @ 2011-07-27 15:58 katago 阅读(161) 评论(0) 推荐(0)
摘要: 板子发现framebuffer初始化很后面,按下面修改即可: //late_initcall(dovefb_init); module_init(dovefb_init); 主要参考了下面的文章: -------------------------------------------------------------------------------------- 如何调整Linux内核启动中... 阅读全文
posted @ 2011-07-27 14:54 katago 阅读(7403) 评论(0) 推荐(0)
摘要: / # wget http://192.168.73.13/C%3A/mvqt.zip Connecting to 192.168.73.13 (192.168.73.13:80) mvqt.zip 10% |*** | 2193k 00:00:08 ETAwget: short write 发现硬盘没空间导致 阅读全文
posted @ 2011-07-27 14:28 katago 阅读(7364) 评论(0) 推荐(0)
摘要: Anchor-based Layout in QML limitations: you can only anchor an item to its siblings and direct parent。 局限性:只能anchor到兄弟节点和父节点 查看qml结果:使用qmlviewer bin/qmlviewer $QTDIR/examples/declarative/tutorials/h... 阅读全文
posted @ 2011-07-27 10:31 katago 阅读(345) 评论(0) 推荐(0)