SASecretCommandViewController
- 授权协议: MIT
- 开发语言: Swift Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/szk-atmosphere/SASecretCommandViewController
软件介绍
SASecretCommandViewController 是使用 Swift 所写,通过手势的拨动和按钮来激活。手指按钮的隐藏指令可以自定义。感觉就是有点开启秘籍那样,比较有趣。拨动的时候视图中会出现方向指示。 [Code4App.com]
示例:
class ViewController: SASecretCommandViewController {
override func viewDidLoad() {
super.viewDidLoad()
// Do any additional setup after loading the view, typically from a nib.
// Register secret command with SASecretCommandType
let commandList: [SASecretCommandType] = [
.Up,
.Up,
.Down,
.Down,
.Left,
.Right,
.Left,
.Right,
.B,
.A
]
self.registerSecretCommand(commandList)
//Show inpunt command as icon
self.showInputCommand = true
}
}Java EE WEB开发与项目实战
李俊青 / 华中科技大学出版社 / 2011-11 / 59.80元
本书采用工程案例的形式,将日常Java EE项目开发所涉及的技术要点进行了解析,系统介绍了Apache的安装、Tomcat的安装、虚拟主机的配置、开发工具的搭配使用、验证码的使用、过滤器的使用、密码的加密与解密、JavaMail邮件发送、Web在线编辑器的使用、文件上传、数据库连接池、Ajax与Servlet的身份认证、Struts框架的应用、JSF框架的应用、Spring框架的应用、Hibern......一起来看看 《Java EE WEB开发与项目实战》 这本书的介绍吧!
