windows 10 rs3 release enable SMBv1 windows 10 rs3 release file sharing https://support.microsoft.com/en-us/help/4034314/smbv1-is-not-installed-by-def ...
I still remembered I turned my attention to the title when I browsed in news by cellphone.I saw the title:Befor I fall.I have to admit I'm a emotional ...
分类:
其他好文 时间:
2017-09-03 23:42:45
阅读次数:
159
题目: Emily the entrepreneur has a cool business idea: packaging and selling snowflakes. She has devised a machine that captures snowflakes as they fall ...
分类:
其他好文 时间:
2017-08-03 22:15:26
阅读次数:
185
Squirrel Liss lived in a forest peacefully, but unexpected trouble happens. Stones fall from a mountain. Initially Squirrel Liss occupies an interval ...
分类:
其他好文 时间:
2017-07-31 01:03:42
阅读次数:
236
2.led没啥新的东西 就是GPIO操作3.key可以设置中断方式的来实现GPIO操作 wiringPiISR(gpio_num, rise/fall_edge, isr_server_addr)4. gpio load i2c时候出现问题gpio: Unable to load/unload mo... ...
分类:
其他好文 时间:
2017-07-06 14:22:57
阅读次数:
1102
【编者按】软件开发和採购人员常常会对现有软件开发方法、技巧和工具产生一些疑问。针对这些疑问,Kevin Fall 整理了五个软件方面的话题:Agile at Scale,Safety-Critical Systems。Monitoring Software-Intensive System Acqu ...
分类:
其他好文 时间:
2017-07-02 21:14:33
阅读次数:
139
So i'll dream until i make it real and all i see is stars.it's not until you fall that you fly. When your derams come alive you're unstoppable. take a ...
分类:
其他好文 时间:
2017-06-26 11:26:57
阅读次数:
131
# 题目:文本颜色设置。class bcolors: HEADER='\033[95m' #紫色 OKBLUE='\033[94m' #蓝色 OKGREEN='\033[92m' #绿色 WARNING='\033[93m' #黄色 FALL='\033[91m' #红色 ENDC='\033[0m ...
分类:
编程语言 时间:
2017-06-14 11:39:43
阅读次数:
534
??近期在实施算法的时候。感觉数学知识不足了,在此大补一哈 微积分 微积分公开课:麻省理工学院:单变量微积分http://ocw.mit.edu/courses/mathematics/18-01sc-single-variable-calculus-fall-2010/http://v.163.c ...
分类:
编程语言 时间:
2017-06-09 20:25:48
阅读次数:
205
enumerate函数定义:defenumerate(sequence,start=0):n=startforeleminsequence:yieldn,elemn+=1函数示例:>>>seasons=[‘Spring‘,‘Summer‘,‘Fall‘,‘Winter‘]>>>list(enumerate(seasons))[(0,‘Spring‘),(1,‘Summer‘),(2,‘Fall‘),(3,‘Winter‘)]>>>lis..
分类:
编程语言 时间:
2017-06-07 14:37:42
阅读次数:
135