aizexin/README.md Hi there 👋 PinnedLoading AIAnimationDemoAIAnimationDemoPublic 参考youxianming动画 Objective-C507125 AISwiftDemoAISwiftDemoPublic 一个swift项目框架demo用来学习记录着重架构,优化操作 Swift AIVIPER-RAC-ObjAIVIPER-RAC-ObjPublic
#AIDemo 这是一个使用三方库的demo,其中有夜间模式,放大圆圈转场,接入环信3.15实现单聊,自动隐藏navgationbar(可实现支付宝首页效果) [github] (https://github.com/aizexin/AIDemo) [简书] (http://www.jianshu.com/p/349a257eaba9) 夜间模式 放大转场动画 环信3.15单聊 图标3Dtouch 自动隐藏navgation...
aizexin/AIAnimationDemoPublic NotificationsYou must be signed in to change notification settings Fork125 Star507 Code Issues master 2Branches12Tags Code Latest commit aizexin 适配swift5 Oct 17, 2019 6a7ef5d·Oct 17, 2019 History 457 Commits ...
看到一篇讨论特别多的文章“探讨SQL Server并发处理存在就更新七种解决方案”,这种业务需求很常见:如果记录存在就更新,不存在就插入。【1】基本做法BEGIN TRANSACTION IF EXISTS ( SELECT 1 FROM Test WHERE Id = @Id ) UPDATE Test SET mysql 存在则更新 否则新增 ...
人物简介: 一、朱文才担任职务:担任海南七饼二鱼环境绿化有限公司财务负责人;二、朱文才的商业合作伙伴:基于公开数据展示,朱文才与陈杰、冼静茜为商业合作伙伴。 财产线索 线索数量 老板履历 图文概览商业履历 任职全景图 投资、任职的关联公司 商业关系图 一图看清商业版图 合作伙伴 了解老板合作关系 ...
A delightful, simple library for aspect oriented programming by @steipete. Think of Aspects as method swizzling on steroids. It allows you to add code to existing methods per class or per instance, whilst thinking of the insertion point e.g. before/instead/after. Aspects automatically deals with...