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.
我正在编写一个应用程序,ia 用户可以在其中将文本存储在 SQL 数据库中。这是通过 AJAX 发送到我的服务器并通过 PHP 发送到 SQL 数据库。应该有一个限制:用户应该只能上传一次文本!我首先提到了 IP,但是如果您使用 GPRS(运营商)在线,那么多个设备会获得相同的 IP 地址。
如何识别正在访问数据库的智能手机?
我将 DeviceID 作为唯一的 itendtifier。在 Phonegap 中,您可以通过以下方式获得它:
var id = device.uidd;