连击 天
fork: star:
打开sourcetree 关闭sourcetree 命令终端输入defaults write com.torusknot.SourceTreeNotMAS completedWelcomeWizardVersion 3 打开sourcetree即可跳过登录......
hello,大家好,在老项目上都用的是UIalertview,最近项目上有个bug,是长时间不操作的话要登出处理,但画面上如有alertview的话,不会消失,会留在画面上。这个问题以前好处理,获取画面上a...
如上图,有一个通道,个各功能模块都挂在通道上。 各功能模块之间用消息(统一格式)通信。各模块收到消息后解析消息处理。 1.通道的编写,被动接收,主动发送。 2.各功能模块统一写一个基类...
最近项目活比较少,没事写了一个框架,也是对以前开发的总结。那我写这个是干嘛用呢? 我把app中页面的跳转用xml描述,程序会自动解析,各页面对象的创建也由框架管理创建,这样由老大搞好流...
有一需求要把pdf中的url字串标示出来。原理是解析pdf结构,类似 xml结构。查找“Annots”的key。代码如下。 - (void) renderPageAtIndex:(NSUInteger)index inContext:(CGContextRef)ctx inP...
#import <UIKit/UIKit.h> @protocol IQuery @required -(void) initclassdata:(NSDictionary *)dataDic; @end @interface IServicebase:NSObject<IQuery> @end #import <Foundation/Foun......
先说明一下。之前写代码时,view和viewcontroller是结合很紧密的,尤其是viewcontroller,这里面写了对view的控制和业务逻辑,还有数据的操作。一点都不好。 现在增加了一层service,用于业务...
using System; using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; namespace ...
手势密码。 界面: 画面主要代码: buttonArray = [[NSMutableArray alloc]init]; for (int i = 0; i< 9; i++) { int row = (i/3); int col = (i%3); ...
没有更多内容
加载失败,请刷新页面
没有更多内容
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复