Distance Queries Description Farmer John's cows refused to run in his marathon since he chose a path much too long for their leisurely lifestyle. He t ...
分类:
其他好文 时间:
2016-04-19 06:12:10
阅读次数:
173
Problem DescriptionZero has an old printer that doesn’t work well sometimes. As it is antique, he still like to use it to print articles. But it is too old to work for a long time and it will certainly...
分类:
其他好文 时间:
2016-04-17 22:55:28
阅读次数:
176
前置文章:http://www.cnblogs.com/newbob/articles/5400495.html 阿里云ecs使用心得的一些个人补充部分 一、在yum安装node/npm的过程中出现的WARNING: C++ compiler too old, need g++ 4.8 or cla ...
分类:
其他好文 时间:
2016-04-17 12:59:24
阅读次数:
180
关于ios导航控制器的知识总结 添加了导航控制器后: 1.每个页面都会有一个顶部导航栏navigationbar和底部工具栏toolbar,它们是导航控制器navC的属性。且导航栏默认是不隐藏的,而底部工具栏默认是隐藏的。 2.可以通过设置 self.navigationController.too ...
分类:
移动开发 时间:
2016-04-16 18:38:14
阅读次数:
128
1.找到git shell命令行 2运行如下命令 git config --global core.longpaths true 附地址https://github.com/Strider-CD/strider/issues/446 老外的解决方案 idea下找到git shell的方法 file ...
分类:
其他好文 时间:
2016-04-14 13:54:52
阅读次数:
114
添加第三方库一般步骤分三步: 1)拖入库文件夹,copy一份加入自己的项目 2)添加库所需要的框架或者动态链接库 3)ARC下修改编译属性 -fno-objc-arc 但是今天加入zipArchive ,按步骤加入,增加libz动态库,修改-fno-objc-arc一下报了23个错误(汗 too m ...
分类:
其他好文 时间:
2016-04-11 22:31:00
阅读次数:
219
描述A city is served by a number of fire stations. Some residents have complained that the distance from their houses to the nearest station is too far, ...
分类:
其他好文 时间:
2016-04-08 14:40:26
阅读次数:
157
简短来说,我在网上找了很多方法,其中有配置class path: "xxx 1.5.0",是可以解决问题的,(我当时用的是studio 2.0 beta6) 不过如果每次生成项目都要修改class path 未免太过了, 然后今晚上老师给了一个最新版的android-studio2.1 previe ...
分类:
移动开发 时间:
2016-04-08 00:57:47
阅读次数:
142
添加第三方库一般步骤分三步: 1)拖入库文件夹,copy一份加入自己的项目 2)添加库所需要的框架或者动态链接库 3)ARC下修改编译属性 -fno-objc-arc 但是今天加入zipArchive ,按步骤加入,增加libz动态库,修改-fno-objc-arc一下报了23个错误(汗 too m ...
分类:
其他好文 时间:
2016-04-07 20:50:16
阅读次数:
175