上一页 1 2 3 4 5 6 7 8 9 10 ··· 98 下一页
摘要: -(void)timeStr { NSDate *date = [NSDate date]; NSInteger unitFlags = NSCalendarUnitYear | NSCalendarUnitMonth | NSCalendarUnitDay | NSCalendarUnitHour 阅读全文
posted @ 2016-03-30 11:50 路在脚下, 阅读(339) 评论(0) 推荐(0) 编辑
摘要: 1,下载http://jenkins-ci.org/content/thank-you-downloading-os-x-installer 2,安装插件 Xcode integration:xcode 配置相关Environment Injector Plugin:配置环境变量 3,配置Xcode 阅读全文
posted @ 2015-12-25 11:57 路在脚下, 阅读(712) 评论(0) 推荐(0) 编辑
摘要: // // TimeUtil.m // QTui // // Created by wangyanan on 9/14/15. // Copyright (c) 2015 wangyanan. All rights reserved. // #import "TimeUtil.h" @interfa 阅读全文
posted @ 2015-12-20 15:06 路在脚下, 阅读(209) 评论(0) 推荐(0) 编辑
摘要: //获取DVTPlugInCompatibilityUUID字段defaults read /Applications/Xcode.app/Contents/Info DVTPlugInCompatibilityUUID//将XXXX替换成刚刚获取的DVTPlugInCompatibilityUUI... 阅读全文
posted @ 2015-12-18 12:59 路在脚下, 阅读(118) 评论(0) 推荐(0) 编辑
摘要: NSString *authStr = @"aqbx.app.ios:d4236c00-7f88-48e4-b794-c57a09de2f25"; NSString *authBase64 = [NSString stringWithFormat:@"Basic %@", [self base64... 阅读全文
posted @ 2015-09-09 15:06 路在脚下, 阅读(467) 评论(0) 推荐(0) 编辑
摘要: -(void)webViewDidFinishLoad:(UIWebView *)webView{ JSContext *jsContext = [webView valueForKeyPath: @"documentView.webView.mainFrame.javaScriptContext... 阅读全文
posted @ 2015-08-31 17:18 路在脚下, 阅读(168) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bashVersionPath="Mine/SettingController.m"if ["$BUILD_NUMBER" = ""]||["$SVN_REVISION" = ""]thenecho "version is null"elsesed -i '' -e "s%[0-9].... 阅读全文
posted @ 2015-07-28 19:38 路在脚下, 阅读(132) 评论(0) 推荐(0) 编辑
摘要: -(void)resetRoomBtn{ [[_mctView viewWithTag:2000]removeFromSuperview]; CGFloat kWidth = (screenW-20)/4; NSInteger arrayCount = _roomImgArray.count;... 阅读全文
posted @ 2015-06-13 18:19 路在脚下, 阅读(135) 评论(0) 推荐(0) 编辑
摘要: #import "BaseView.h"#import "UIImage+resize.h"#import "NSString+Check.h"#import "UIButton+WebCache.h"#define kOne 10#define kTwo 20#define kThree 30#d... 阅读全文
posted @ 2015-06-13 16:51 路在脚下, 阅读(495) 评论(0) 推荐(0) 编辑
摘要: -(IBAction)stretchAction:(NSInteger)index{ OrderSummaryInfo *info = [self.dataArray objectAtIndex:index]; NSInteger insertCount = info.orderItemArra... 阅读全文
posted @ 2015-05-13 12:57 路在脚下, 阅读(110) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 98 下一页