找回密码
 立即注册
theandroid交互server | android开发 2022-11-29 77 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
这个demo首要实现的是通过android客户端对sqlserver数据库的增修改查功能,要做的项目说到底也就是这些基本功能,只不过涉及了杂乱的业务逻辑管理,这个小demo算得上是解决了一大半的技术难题。实现分为两个方面,一方面是服务器端,首要是连接sqlserver进行交互,另一方面是客户端,通过android发送恳求与服务器端进行交互进而与数据库交互。

(This demo mainly implements the functions of adding, modifying, and querying the SQL server database through the Android client. In the final analysis, the projects to be done are these basic functions, which only involve messy business logic management. This small demo can solve more than half of the technical problems. The implementation is divided into two aspects. On the one hand, the server side, first of all, connects to the sql server for interaction. On the other hand, the client side, through android, sends a request to interact with the server side and then interacts with the database.)

[下载]10345158392.rar




上一篇:第二集:Android通知使用二
下一篇:android使用xfire操作sqlserver用jar包