我下载了。我正在尝试交叉编译它,以便ARM(PandaBoard)运行精简版本的linux。
在配置的初始设置中,我尝试
Shell$ ./configure --host=ARM
configure: WARNING: If you wanted to set the --build type, don't use --host.
If a cross compiler is detected then cross compile mode will be used.
checking for correct TEA configuration... ok (TEA 3.9)
我现在有一个用户表,现在希望为特定用户添加其他与用户相关的信息。接受此信息的表单具有语言、和OS等字段,每个字段都带有带有复选框的选项列表。
例如:
已知语言:复选框PHP、Java、Ruby
操作系统知识: Windows,Linux,Mac
目前,我的数据库表如下所示:
USER
----------------------------------------
| ID | Name |
-----------------------
| 1 | John |
-----------------------
| 2 | Alice