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 应用程序是否可能出现类似的情况?
您无法在大多数 Android 设备上编辑 /etc/hosts 文件,因为您通常没有 root 访问权限。
更好的选择是在您的应用程序中构建一个首选项,允许您指定应用程序在建立连接时可以使用哪个服务器。
i m using passportjs nodejs and mongoose in server side to develop a web. i m trying to save using req.user.save(); it works properly. but when i m updating a field its showing an error tel