import matplotlib.pyplot as plt days = [1,2,3,4,5] sleeping = [7,8,6,11,7] eating = [3,3,4,2,3] working = [7,8,7,3,2] playing = [7,5,7,8,12] #stack ch...
分类:
其他好文 时间:
2015-11-05 00:44:58
阅读次数:
337
http://www.cnblogs.com/maijin/archive/2013/01/09/2852330.htmlhttp://stackoverflow.com/questions/28339626/android-studio-svn-1-8-this-client-is-too-old...
分类:
移动开发 时间:
2015-11-03 09:12:02
阅读次数:
200
一、点击项目右键设为启动项目。二、配置文件 右键点击属性->点配置属性的Debugging,在command arguments一栏填上编码时生成的.bit文件和希望解码后文件的命名,在working directory中下拉点击browse选择项目工作的目录,我的是stream.bit,希望生成s...
分类:
移动开发 时间:
2015-11-02 19:05:14
阅读次数:
328
NetworkTime Limit:1000MSMemory Limit:30000KTotal Submissions:15268Accepted:5987Special JudgeDescriptionAndrew is working as system administrator and i...
分类:
Web程序 时间:
2015-10-30 21:46:49
阅读次数:
248
最近做移动端的数据图,需要设置正负两种柱子,以及正负两种柱子显示不同的颜色,查看API,无奈API太庞大了,求问谷歌,伟大的谷歌给我了正确的答案I have a working chart with negative values. I would like to have columns with...
分类:
其他好文 时间:
2015-10-28 09:32:04
阅读次数:
946
Problem Description Harry Potter has some precious. For example, his invisible robe, his wand and his owl. When Hogwarts school is in holiday, Harry ....
分类:
其他好文 时间:
2015-10-28 01:27:20
阅读次数:
261
苹果官方文档:不稳定的传送门读书笔记共有以下几篇,其他的知识点不重要或者已经熟悉不需记录。《Programming with Objective-C》第三章 Working with Objects《Programming with Objective-C》第四章 Encapsulating Dat...
分类:
其他好文 时间:
2015-10-27 19:52:55
阅读次数:
141
Blocks are Objective-C objects, which means they can be added to collections like NSArray or NSDictionary.Block语法——无参数版本定义(Block的值)^{ NSLog(@"This ...
分类:
其他好文 时间:
2015-10-27 19:47:44
阅读次数:
186
Object和普通变量的区别If you’re used to using terms like the stack and the heap, a local variable is allocated on the stack, while objects are allocated on th...
分类:
其他好文 时间:
2015-10-27 15:05:01
阅读次数:
144
*update的时候出错,"working copy locked",按网上的方法删除lock,也没有用,导致后来不能commit,update,clean up,只要在clean up 时,勾选红框,即可;后来一切恢复正常,可以commit,update了,不过,没有显示绿色状态图标,后来进入到s...
分类:
其他好文 时间:
2015-10-25 13:31:03
阅读次数:
134