摘要:
没看明白之一:Error handlingWhen methods return an error parameter by reference, check the returned value, not the error variable.Preferred:NSError *error = ... 阅读全文
摘要:
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8 DHCPDISCOVER... 阅读全文
摘要:
当执行pod install时候出现以下信息:Analyzing dependencies[!] The version of CocoaPods used to generate the lockfile (0.34.4) is higher than the version of the cur... 阅读全文
摘要:
参照http://shumeipai.nxez.com/2014/05/18/raspberry-pi-under-mac-osx-to-install-raspbian-system.html(/dev/disk1s1是分区,/dev/disk1是块设备,/dev/rdisk1是原始字符设备)ma... 阅读全文
摘要:
在表格中显示单元格在项目导航器中,选择XYZToDoListViewController.m。找到tableView:cellForRowAtIndexPath:数据源方法。模板实现是这样的:- (UITableViewCell *)tableView:(UITableView *)tableVie... 阅读全文
摘要:
在苹果官方的developer library中的“着手开发 iOS 应用程序 (Start Developing iOS Apps Today)”要分配并初始化数组在项目导航器中,选择XYZToDoListViewController.m。由于项目数组是表格视图控制器的实现细节,所以应该在 .m ... 阅读全文
摘要:
从网上搜索来:1.编辑~/.bash_profile,通常这个文件是不存在的,那么新建它,有的话就打开修改添加。2.vim ~/.bash_profile 添加alias go="python /Applications/goagent/local/proxy.py"MAC的bash中添加以上的内容... 阅读全文
摘要:
安装好homebrew后,由于权限的原因,一开始没有使用成功搜索google得到如下解决方法:###################################首先对/usr/local/这个文件夹赋权限,/usr/local 是自己安装的软件的目录,详见unix,linux相关的目录结构,所以... 阅读全文
摘要:
关于ios架构的一篇文章,先mark,有时间满满写点总结。http://studentdeng.github.io/blog/2014/08/29/ios-architecture/ 阅读全文
摘要:
https://try.github.io/可用来练习 阅读全文