进入项目目录, 输入下面两行:
git rm --cached ProjectName.xcodeproj/project.xcworkspace/xcuserdata/username.xcuserdatad/UserInterfaceState.xcuserstate
git commit -m "Removed file that shouldn't be tracked"
来自:...
分类:
其他好文 时间:
2014-09-24 19:12:27
阅读次数:
292
出现这种情况可有2种方法解决:
1方案:clean项目,可能解决问题
2方案:1方案未解决问题,android 版本过低,右键你的项目->Properties->Android ,选择API level 11 ,或者更高的,同时添加appcompat_v7库...
分类:
移动开发 时间:
2014-09-24 16:18:27
阅读次数:
298
第三十一题The following is a simple C program to read and print an integer. But it is not working properly. What is(are) the mistake(s)? #include int m...
分类:
其他好文 时间:
2014-09-24 00:25:25
阅读次数:
277
① ls 默认显示当前目录下的文件 显示当前在哪个目录 使用命令pwd (printing working directory) 所以ls 和 ls /root 显示的效果是一样的 ② ls –l 显示文件的完整信息 Linux的文件类型:简介 -:普通文件 ...
分类:
系统相关 时间:
2014-09-24 00:12:15
阅读次数:
420
如果是xcode6和ios 8的话,需要调用 CLLocationManager requestAlwaysAuthorization 方法,具体步骤如下:1. @interface里: CLLocationManager *locationManager;2. 初始化: locatio...
分类:
移动开发 时间:
2014-09-23 22:50:45
阅读次数:
198
sshlinux ??? SSH 为 Secure Shell 的缩写,由 IETF 的网络工作小组(Network Working Group)所制定;SSH 为建立在应用层和传输层基础上的安全协议。 ??? ? ??? 传统的网络服务程序,如FTP、P...
分类:
其他好文 时间:
2014-09-22 14:36:23
阅读次数:
242
SSH 协议(Secure Shell 协议)最初在 1995 年由芬兰的 Tatu Ylönen设计开发,由 IETF(Internet Engineering Task Force)的网络工作小组(Network Working Group)制定标准。 Tatu Ylönen 在 1995...
分类:
系统相关 时间:
2014-09-21 18:56:11
阅读次数:
304
Working with Latex under EmacsWorking with Latex under EmacsTable of Contents1. When things go wrong running C-c C-c to generate *.bbl from *.bib.2. T...
分类:
其他好文 时间:
2014-09-21 15:54:20
阅读次数:
273
学习一下使用第三方js库 createjs ,官网分开了好几个不同用途的js库:EASELJS ,TWEENJS,SOUNDJS,PRELOADJS同时也还有很多例子可以参考下面使用easeljs这个库EASELJS:A Javascript library that makes working w...
分类:
Web程序 时间:
2014-09-21 00:08:19
阅读次数:
676
My Site Clean Up Job介绍...
分类:
其他好文 时间:
2014-09-20 14:09:27
阅读次数:
201