Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以将 Android 项目(使用 Eclipse Indigo 开发)连接到保存在工作区之外的 PHP 文件?
我正在使用 Xampp 服务器并将其保存在 htdocs 下。但我无法将 Eclipse 连接到它。
我没有使用 PDT。如果我必须安装任何插件 .plz 说...
您可以使用 Android 中的 URL 类调用 PHP 页面。这个问题将帮助您使用 android 发出 HTTP 请求
我有一张大桌子,大约有 300 行和 12 列。在通过页面翻页滚动表格时<thead>,默认情况下不显示内容。我想在滚动 "within" 时看到它<tbody>。也就是说,如果屏幕顶部以一行开头,我希望首先显示标题。否则它应该表现得像一个普通的表。
<thead>
<tbody>
到目前为止,我看到的常见解决方案是创建一个可以自行滚动的表格(因此独立于页面滚动)。也就