viewWillAppear: Called when the view is about to made visible. Default does nothing视图即将可见时调用。默认情况下不执行任何操作 viewDidAppear: Called when the view has been ...
分类:
移动开发 时间:
2018-07-21 14:57:30
阅读次数:
159
Planets Green Planet All is well Red planet Nothing to report Blue planet All system A-OK ...
分类:
Web程序 时间:
2018-07-15 11:01:58
阅读次数:
178
Description Partition an integers array into odd number first and even number second. Description Description Partition an integers array into odd num ...
分类:
编程语言 时间:
2018-07-14 13:02:09
阅读次数:
115
一、字典 1、创建和访问字典(字典是大括号表示,字典是映射类型) 语法类型:键:key,值:value,用冒号隔开 >>> dict1 = {'李宁':'一切皆有可能','耐克':'just do it','阿迪达斯':'Impossible is nothing','鱼C工作室':'编程改变世界' ...
分类:
编程语言 时间:
2018-07-02 21:28:57
阅读次数:
188
#include "stdio.h"#define A 110void main(){ printf("there is nothing \n");} ...
分类:
其他好文 时间:
2018-06-29 14:20:48
阅读次数:
156
出现这种情况,是索引库没有建立。 man 和 whatis 共用一个索引库的。 我们使用 man whatis 进行查看: 所以进行执行 mandb 就行了。 老版本的 linux 需要执行: /usr/sbin/makewhatis 这些命令都是在 root 模式下执行。执行后我们重新查看: 保持 ...
分类:
移动开发 时间:
2018-06-25 15:13:51
阅读次数:
484
. commit之后,用git status,打印信息为: # On branch master # Your branch is ahead of 'origin/master' by 1 commit. # nothing to commit (working directory clean) ...
分类:
其他好文 时间:
2018-06-22 13:21:00
阅读次数:
1889
Description Invert a binary tree. Description Description Invert a binary tree. Invert a binary tree. Invert a binary tree. Example 1 1 / \ / \ 2 3 => ...
分类:
编程语言 时间:
2018-06-17 14:22:04
阅读次数:
160
1、counter-reset 属性用法:counter-reset 属性设置某个选择器出现次数的计数器的值。默认为 0。 说明:利用这个属性,计数器可以设置或重置为任何值,可以是正值或负值。如果没有提供 number,则默认为 0。 注释:如果使用 “display: none”,则无法重置计数器 ...
分类:
Web程序 时间:
2018-06-12 20:58:45
阅读次数:
405
FreeRTOS任务创建后但任务中无语句为空时运行错误 会死在文件<port.c>中下边函数处 static void prvTaskExitError( void ){ /* A function that implements a task must not exit or attempt to ...
分类:
其他好文 时间:
2018-06-09 14:41:39
阅读次数:
1550