上一页 1 ··· 3 4 5 6 7 8 9 10 下一页
摘要: PS:2018-01-28 现在登录不了谷歌,没法在谷歌里面添加vimium。GitHub上问了下其他方法,步骤如下: 1.打开链接:https://github.com/philc/vimium/issues/2928 2.如果提示如下 2.1打开下面页面,把.crx文件拖拽到当前页面。 一、 J 阅读全文
posted @ 2017-02-08 10:28 徒步阳光855 阅读(158) 评论(0) 推荐(0)
摘要: 手机升级到iOS10 之后 xcode 7.1.1 。真机测试的时候会提示 (Coule not find Developer Disk Image)找不到开发的磁盘映像 解决办法 1.找到 iOS10 的磁盘映像 网盘(别人分享的)提取码:49tn 2.command + shift + G 输入 阅读全文
posted @ 2016-09-26 10:10 徒步阳光855 阅读(176) 评论(0) 推荐(0)
摘要: 1. 在github上收索 :XX-net/XX-Net https://github.com/(搜索网站) 2.点击 中文文档 2.1 我选择的是 使用Chrome浏览器设置XX-net(图文详细版) 3.打开谷歌浏览器 选择扩展程序 3.1点击扩展程序 3.2 拖拽文件 SwitchyOmega 阅读全文
posted @ 2016-09-14 17:12 徒步阳光855 阅读(2672) 评论(1) 推荐(0)
摘要: Synergy 多台电脑互联 一、Synergy1 二、Synergy2 之前搞过Mac对Mac的连接。Synergy 的功能比Mac自带的功能更强(下面的设置在我升级系统版本之后,我再次尝试没有成功) **********************华丽的区分线******************** 阅读全文
posted @ 2016-08-16 10:29 徒步阳光855 阅读(215) 评论(0) 推荐(0)
摘要: [UIView beginAnimations:nil context:nil]; [UIView setAnimationDelay:0.1]; if (sender.tag == 0) { lineLabel.frame = CGRectMake(kScreenWidth / 3 * sende 阅读全文
posted @ 2016-06-12 11:38 徒步阳光855 阅读(136) 评论(0) 推荐(0)
摘要: //获取摄像设备 AVCaptureDevice *device = [AVCaptureDevice defaultDeviceWithMediaType:AVMediaTypeVideo]; //创建输入流 AVCaptureDeviceInput *input = [AVCaptureDevi 阅读全文
posted @ 2016-05-31 14:55 徒步阳光855 阅读(147) 评论(0) 推荐(0)
摘要: 参考文章 func getLabel(){ let label=UILabel(frame:CGRectMake(10,20, 300, 100)) label.text="hangge.comjdsaldkf;sjdfasdkfmlasjdasiodjfalsmdkflkasjdf;a" labe 阅读全文
posted @ 2016-05-25 11:33 徒步阳光855 阅读(155) 评论(0) 推荐(0)
摘要: defaults write com.apple.finder AppleShowAllFiles false // 不显示隐藏文件 defaults write com.apple.finder AppleShowAllFiles TRUE// 显示隐藏文件 阅读全文
posted @ 2016-05-13 16:54 徒步阳光855 阅读(100) 评论(0) 推荐(0)
摘要: - (void)getDeviceNumber{ NSDictionary *infoDictionary = [[NSBundle mainBundle] infoDictionary]; CFShow((__bridge CFTypeRef)(infoDictionary)); NSString 阅读全文
posted @ 2016-05-13 14:07 徒步阳光855 阅读(155) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2016-05-13 11:18 徒步阳光855 阅读(0) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 下一页