找回密码
 立即注册
相关推荐换一批
  1. PHP防红缩短链接网站源码
  2. PHP短网址源码Shortny v2.0.1
  3. 星辰短域源码URLshorting 网址缩短,网址防红源码
  4. Emlog ProV1.2免授权版 支持应用商店
  5. JTS 110-6-2013 水运支持系统工程初步设计文件编制规定
  6. JT/T 1281-2019 近海潜水支持船选择技术要求
  7. YD/T 1342-2005 IPv6 路由协议 —— 支持 IPv6 的边界网关协议(BGP4)
  8. YD/T 1452-2006 IPv6 网络设备技术要求 —— 支持 IPv6 的边缘路由器
  9. YD/T 1454-2006 IPv6 网络设备技术要求 —— 支持 IPv6 的核心路由器
  10. YD/T 1226-2002 智能网能力集 2(CS-2)智能网应用规程(INAP)
  11. YD/T 1096-2001 路由器设备技术规范——低端路由器
  12. YD/T 1084-2000 基于 ATM 的网络接口(PNNI)信令规范
  13. YD/T 914-1999 多点静止图像和注释协议
  14. GB/T 44183-2024支持北斗的移动终端性能技术要求及测量方法 空间射频性能
  15. GB/T 44182-2024支持北斗的移动终端性能技术要求及测量方法 电磁兼容性能
  16. GB/T 44195-2024LTE移动通信终端支持北斗定位的测试方法
  17. YD/T 3009-2016 对支持 H.248 协议设备的安全性测试方法
  18. YD/T 3134-2016 支持 LTE 到 TD-SCDMA/WCDMA/GSM 的电路域业务回落技术的核心网设备
  19. YDB 031-2009 公众 IP 网支持紧急呼叫的技术要求
  20. YD/T 3118-2016 网站 IPv6 支持度评测指标与测试方法
  21. YD/T 3308-2017 IP 组播 Ping 与路径探测协议
  22. YD/T 3269-2017 数字蜂窝移动通信终端支持 IPv6 测试方法
  23. YD/T 3252-2017 数字蜂窝移动通信终端支持 IPv6 技术要求
  24. YD/T 3062-2016 认证、授权、计费(AAA)系统支持 IPv6 的技术要求
xUtilsAndroid支持support | android开发 2022-05-21 127 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
实用程序简介

    xUtils 包含许多有用的 android 工具。
    xUtils 最初源自 Afinal 框架,经过大量重构,使得 xUtils 支持大文件上传,更全面的 http 请求协议支持(10 个谓词),更灵活的 ORM,更多事件注解支持且不受混淆影响...
    xUitls 最低兼容 android 2.2 (api level 8)

目前xUtils主要有四个模块:

    DbUtils 模块:

            android中的orm框架,一行代码就可以增删改查;
            支持交易,默认关闭;
            可以通过注解自定义表名、列名、外键、唯一约束、NOT NULL约束、CHECK约束等(混淆时请注解表名和列名);
            支持绑定外键,保存实体时,自动保存或更新外键相关实体;
            自动加载外键相关实体,支持延迟加载;
            支持链式表达查询,查询语义更直观,参考下面的介绍或示例中的示例。

(Introduction to utilities
Xutils contains many useful Android tools.
Xutils originally originated from afinal framework. After a lot of reconstruction, xutils supports large file upload, more comprehensive HTTP request protocol support (10 predicates), more flexible ORM, more event annotation support and is not affected by confusion
Xuitls is at least compatible with Android 2.2 (API level 8)
At present, xutils mainly has four modules:
Dbutils module:
In the ORM framework of Android, you can add, delete, modify and check one line of code;
Transaction is supported and closed by default;
You can customize table name, column name, foreign key, unique constraint, not NULL constraint, check constraint, etc. through annotation (please annotate table name and column name in case of confusion);
Support binding foreign keys, and automatically save or update foreign key related entities when saving entities;
Automatically load foreign key related entities and support delayed loading;
It supports chain expression query, and the query semantics are more intuitive. Refer to the following introduction or examples.)

[下载]13050007249.rar




上一篇:Android应用源码(精)LBS签到应用源码
下一篇:Android应用源码(精)渤海九宫格锁屏模块