上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
  2014年9月15日
摘要: - (void)initNetworkMonitor{ NSURL *baseURL = [NSURL URLWithString:@"http://www.baidu.com/"]; AFHTTPRequestOperationManager *manager = [[AFHTTPReques... 阅读全文
posted @ 2014-09-15 14:45 tx天翔 阅读(541) 评论(0) 推荐(0) 编辑
  2014年9月13日
摘要: -(void)imagePickerController:(UIImagePickerController*)pickerdidFinishPickingImage:(UIImage*)selectedImageeditingInfo:(NSDictionary*)editingInfo{NSDat... 阅读全文
posted @ 2014-09-13 20:48 tx天翔 阅读(537) 评论(0) 推荐(0) 编辑
  2014年9月12日
摘要: http://stackoverflow.com/questions/2819548/autorelease-for-cgmutablepathrefAutorelease pools exist in the Foundation layer and above (AppKit/UIKit, et... 阅读全文
posted @ 2014-09-12 23:14 tx天翔 阅读(290) 评论(0) 推荐(0) 编辑
摘要: + (UIDevice *)currentDevice;@property(nonatomic,readonly,retain) NSString *name; // e.g. "My iPhone"@property(nonatomic,readonly,retain) NSStri... 阅读全文
posted @ 2014-09-12 15:13 tx天翔 阅读(1523) 评论(0) 推荐(0) 编辑
  2014年9月5日
摘要: 提醒:当frame设定死,慎用autoresizingMask;否则该frame变形的难以想象。 阅读全文
posted @ 2014-09-05 11:22 tx天翔 阅读(121) 评论(0) 推荐(0) 编辑
  2014年7月10日
摘要: 1、删除原有“钥匙串访问”中疑是过期的的证书;2、在Member Center中Certificate中删除疑是有问题的Certificate,重新添加新的Certificate;3、在“钥匙串访问” - 证书处理 - 从证书颁发机构请求证书,生成新的CertificateSigningReques... 阅读全文
posted @ 2014-07-10 15:12 tx天翔 阅读(4857) 评论(0) 推荐(1) 编辑
  2014年5月15日
摘要: 转自:http://www.xinotes.net/notes/note/261/ 1 2 3 10 11 12 Try close this window.13 学习一下~!~ 阅读全文
posted @ 2014-05-15 13:09 tx天翔 阅读(3341) 评论(0) 推荐(0) 编辑
  2014年5月9日
摘要: 1、改diagram中连线的颜色:redraw一下就OK// Change the Line Greendiagram.connections[indexS].redraw({stroke:{color:"green"}});diagram.connections[indexD].redraw({s... 阅读全文
posted @ 2014-05-09 23:00 tx天翔 阅读(806) 评论(0) 推荐(0) 编辑
摘要: 1、整行数据更新//获取grid表格var table0 = $(updateTableID).data("kendoGrid");//删除第一条var lastTableData = table0.dataSource.at(0);table0.dataSource.remove(lastTabl... 阅读全文
posted @ 2014-05-09 22:54 tx天翔 阅读(10626) 评论(0) 推荐(1) 编辑
  2014年4月26日
摘要: 情况:server1试用JS代码来添加到HTML中。 var li = document.createElement("li"); if(index==0){ li.className = "active"; } var ... 阅读全文
posted @ 2014-04-26 19:44 tx天翔 阅读(20656) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页