有传言说,部分F103C8的Flash容量是128KB。用ST-Link Utility检查了一下,此言非虚。一款黑色的小板,Flash为官方标称的64KB;blue pill则显示确为128KB。意外的惊喜。这个可能跟生产批次有关了。基本上,128KB的F103C8就是F103CB,既然二者唯一的 ...
分类:
其他好文 时间:
2018-01-30 19:44:37
阅读次数:
149
.colorful { /* -webkit-mask-image: linear-gradient(to right, red, orange, yellow, green, cyan, blue, purple); */ background-image: linear-gradient(to ...
分类:
其他好文 时间:
2018-01-22 16:08:30
阅读次数:
184
#!/bin/bashred_color=‘\E[1;31m‘gree_color=‘\E[1;32m‘yello_color=‘\E[1;33m‘blue_color=‘\E[1;34m‘end=‘\E[0m‘echo-e"$read_colorwelcome$end"echo-e"$y
分类:
其他好文 时间:
2018-01-22 14:12:26
阅读次数:
111
Pen 画笔 在System.Drawing名称空间中 用来指定图形的轮廓,如颜色宽度等 画笔创建 Pen pen = new Pen(Color.Blue,5); 使用Pens类,直接用系统定义好的Pen 如:Pens.Red Pens.Blue 画笔属性 Alignment 指定相对于理论上、0 ...
分类:
其他好文 时间:
2018-01-22 11:10:02
阅读次数:
141
1 reverse words in a string Given an input string, reverse the string word by word. For example,Given s = "the sky is blue",return "blue is sky the". ...
分类:
其他好文 时间:
2018-01-20 22:49:56
阅读次数:
190
Description Input 第一行 :一个整数N ,表示方案和询问的总数。 接下来N行,每行开头一个单词“Query”或“Project”。 若单词为Query,则后接一个整数T,表示Blue Mary询问第T天的最大收益。 若单词为Project,则后接两个实数S,P,表示该种设计方案第一 ...
分类:
Web程序 时间:
2018-01-19 23:27:52
阅读次数:
279
0 [('iphone', 8100), ('mac pro', 13000), ('sea food', 600), ('bed', 3200), ('chair', 123), ('blue tooth header', 1800)]1 [('iphone', 8100), ('mac pro' ...
分类:
编程语言 时间:
2018-01-19 14:13:15
阅读次数:
175
Vasya has found a strange device. On the front panel of a device there are: a red button, a blue button and a display showing some positive integer. A ...
分类:
其他好文 时间:
2018-01-18 10:16:16
阅读次数:
180
1、示例代码 2、说明 sayColor() 调用 bind() 并传入对象 o ,创建了 o bjectSayColor() 函数。 object-SayColor() 函数的 this 值等于 o ,因此即使是在全局作用域中调用这个函数,也会看到 "blue" 。 ...
分类:
Web程序 时间:
2018-01-16 13:54:16
阅读次数:
183
jenkins version: 部署省略。。(如有需要请查看本博客jenkins系列的文档) 新的jenkins需要先填写administratorpassword (如下图)找到下面红色的路径打开就是密码: 由于没有网络,所以只有offline 安装(如下图): 创建admin用户:全部设置为a ...
分类:
其他好文 时间:
2018-01-15 18:46:53
阅读次数:
804