一、字典 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
play [v.]玩;游戏;演奏 同义替换词:game, competition, drama, sport 【词组】 playa role:起作用 形近词 display[v.] 陈列;展览;显示 playground[n.] 操场;运动场 family [n.]家,家庭;家族[adj.]家族的; ...
分类:
其他好文 时间:
2018-06-06 01:01:52
阅读次数:
197
Nothing for nothing. 不费力气,就一无所得。 These days I am busy in compiling a lightweight communication libraries for Python3.6 on windows. It is not a easy jo ...
分类:
其他好文 时间:
2018-06-05 10:14:54
阅读次数:
144
众所周知, 图像方面的3A算法有: AF自动对焦(Automatic Focus)自动对焦即调节摄像头焦距自动得到清晰的图像的过程 AE自动曝光(Automatic Exposure)自动曝光的是为了使感光器件获得合适的曝光量 AW自动白平衡(Automatic White Balance)白平衡的 ...
分类:
编程语言 时间:
2018-06-02 16:39:02
阅读次数:
234