iOS 开发高效辅助工具 WHC_DataModelFactory

码农软件 · 软件分类 · 代码生成工具 · 2019-03-06 12:43:17

软件介绍

WHC_DataModelFactory

Mac上iOS开发辅助工具,快速把json/xml数据转换生成对应模型类属性,省去麻烦手动创建,提高开发效率。

简介

  • 高效: 自动把json或者xml字符串自动生成模型类文件内容

  • 准确: 避免手工创建模型类的麻烦和错误率(提高开发效率)

  • 处理: 自动生成类名称首字符大写

  • 兼容: 生成的模型类与WHC_Model解析json库完全匹配

  • 强大: 支持xml/json字符串和dictionary字符串

效果

  • Objective-C 

  • Swift 

本文地址:https://codercto.com/soft/d/748.html

Nine Algorithms That Changed the Future

Nine Algorithms That Changed the Future

John MacCormick / Princeton University Press / 2011-12-27 / GBP 19.95

Every day, we use our computers to perform remarkable feats. A simple web search picks out a handful of relevant needles from the world's biggest haystack: the billions of pages on the World Wide Web.......一起来看看 《Nine Algorithms That Changed the Future》 这本书的介绍吧!

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换