PINView
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/guicocoa/pinview
- 软件文档: https://github.com/guicocoa/pinview
软件介绍
PINView 让你实现加密解锁屏幕的操作,需要输入 4 个数字解锁码。
使用方法:
GCPINViewController *PIN = [[GCPINViewController alloc] initWithNibName:nil bundle:nil mode:GCPINViewControllerModeCreate]; PIN.messageText = @"Create Passcode"; PIN.errorText = @"The passcodes do not match"; PIN.verifyBlock = ^(NSString *code) { NSLog(@"setting code: %@", code); return YES; }; [PIN presentFromViewController:self animated:YES]; [PIN release];
LINUX与UNIX Shell编程指南
David Tansley / 徐炎、张春萌 / 机械工业出版社 / 2000-6 / 38.00元
本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。一起来看看 《LINUX与UNIX Shell编程指南》 这本书的介绍吧!
