- 博客(9)
- 收藏
- 关注
转载 Git SSH Key 生成步骤
Git是分布式的代码管理工具,远程的代码管理是基于SSH的,所以要使用远程的Git则需要SSH的配置。github的SSH配置如下:一 、设置Git的user name和email:$ git config --global user.name "xuhaiyan"$ git config --global user.email "haiyan.xu.vip@gmail
2014-11-13 15:31:06
362
原创 AFNetworking 2.0 ERROR:Property with 'retain (or strong)' attribute must be of object type [duplicat
I get it, because I test on iOS5, dispatch_queue_t is objcet begin at iOS6 原因是你的支持版本最低必须是IOS5
2014-10-24 10:07:05
711
转载 简要描述客户端发送的http request header都包含哪些内容
原文:http://blog.youkuaiyun.com/albert528108/article/details/21745167问题描述:请简要描述客户端发送的http request header都包含哪些内容?解答:HTTP Request header当今web程序的开发技术真是百家争鸣,ASP.NET, PHP, JSP,Perl, AJAX 等等。 无论Web技
2014-10-10 10:08:46
665
原创 NSURL
NSString *url_ = @"foo://name.com:8080/12345;param?foo=1&baa=2#fragment";NSURL *url = [NSURL URLWithString:url_];NSLog(@"scheme: %@", [url scheme]); NSLog(@"host: %@", [url host]); NSLog(@"port:
2014-09-28 17:55:29
411
转载 ios 缺少类库报错
1、?123Undefined symbols forarchitecture i386:"_SCNetworkReachabilityCreateWithAddress", referenced from:"_SCNetworkReachabilityGetFlags", refere
2014-08-29 17:01:11
378
原创 修改已经完成的项目的默认类前缀
To add class prefix or change prefix for a projectWhile adding new files to the project, we get the filename with the prefix where we can append the rest of the filename.Hope this will
2014-08-19 17:50:33
599
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人