2018年5月29日

cordova 插件开发留存文档

摘要: cordova 插件开发涉及到的相关资料及环节; 阅读全文

posted @ 2018-05-29 09:59 innovator 阅读(165) 评论(0) 推荐(0) 编辑

AirPlay Server相关[留存]

摘要: 最近2个月,开发Mac平台Airplay Mirror Server技术所用到的参考资料,以及涉及到的相关注意事项,个人留存。 阅读全文

posted @ 2018-05-29 09:37 innovator 阅读(213) 评论(0) 推荐(0) 编辑

2014年9月18日

触控笔SDK相关

摘要: 触控笔Adoint开发者中心:http://www.adonit.net/developers/SDK:https://github.com/Adonit/JotTouchSDKWacomWacom台湾:https://www.wacom.asia/twSDK:http://us.wacom.com... 阅读全文

posted @ 2014-09-18 13:10 innovator 阅读(268) 评论(0) 推荐(0) 编辑

2014年9月5日

视频,扫描,识别相关

摘要: 头文件包含AVFoundation.framework1、初始化Capture // Grab the back-facing camera AVCaptureDevice *backFacingCamera = nil; NSArray *devices = [AVCaptureDevice de... 阅读全文

posted @ 2014-09-05 16:48 innovator 阅读(321) 评论(0) 推荐(0) 编辑

AutoResizing & AutoLayout in Cocoa

摘要: [AutoResize] 控件初始化流程: 创建控件->设定预设坐标位置->设定自适应规则->AddToSubview(->自适应显示) 自适应规则示例: //控件靠左上角(右边和下边自适应) view.autoresizingMask = (UIViewAutoresizingFlexibleBo... 阅读全文

posted @ 2014-09-05 16:39 innovator 阅读(744) 评论(0) 推荐(0) 编辑

AppleScript in Cocoa

摘要: NSString *path = [[NSBundle mainBundle] pathForResource:@"××××" ofType:@"scpt"];NSAppleScript *script = [[NSAppleScript alloc] initWithContentsOfURL:[... 阅读全文

posted @ 2014-09-05 16:34 innovator 阅读(205) 评论(0) 推荐(0) 编辑

Screen Saver(屏幕保护设置) in Cocoa

摘要: 可以从代码中对相应文件下的对应参数进行调整,重启Mac后,屏保相应参数则会对应更新。文件地址:~/Library/Preferences/ByHost/com.apple.screensaver.××××××.plist相关参数:idleTime等待时间:指定时间(以秒为单位)后,则会显示屏保程序,... 阅读全文

posted @ 2014-09-05 16:32 innovator 阅读(1244) 评论(0) 推荐(0) 编辑

Shell in Cocoa

摘要: 头文件相关#include 方法相关system("");带默认密码的Shell命令system("echo | sudo -S ... -r now"); 阅读全文

posted @ 2014-09-05 16:29 innovator 阅读(132) 评论(0) 推荐(0) 编辑

2014年5月20日

迅雷 会员 VIP6 不定期更新

摘要: 迅雷账号alexrm19861101:1密码:660429迅雷账号alexrm19861101:2密码:660429迅雷账号112660818:1密码:660513迅雷账号112660818:2密码:660513迅雷账号126494506:1密码:660513迅雷账号126494506:2密码:66... 阅读全文

posted @ 2014-05-20 13:51 innovator 阅读(181) 评论(0) 推荐(0) 编辑

导航