使用Keil开发环境对STM32L Discovery进行开发,更新一次firmware后就不能连接目标板了,报错Internal command error Flash download failed target dll has been can。最后将Keil更新至4.60就可了。使用过程中,...
分类:
其他好文 时间:
2014-07-29 14:03:38
阅读次数:
331
1、插件//以下是自定义的ctrl+alt+j : JSON格式化2、文本操作//移动焦点home 当前行的行首end 当前行的行尾ctrl+home 文件的开头ctrl+end 文件的结尾//选择shift+leftshift+rightshift+upshift+down//选择多行ctrl.....
分类:
其他好文 时间:
2014-07-29 10:43:16
阅读次数:
285
句柄类存在的意义是为了弥补将派生类对象赋给基类对象时发生的切片效应。例如下面的程序:
multimap basket;
Base base;
Derived derive;
basket.insert(base); //ok,add copy of base;
basket.insert(derive); //ok,but derive sliced down to its base part....
分类:
编程语言 时间:
2014-07-27 11:21:12
阅读次数:
255
there I write down the restaurant system.public class TimeSpan { Date date; String start; String end;}public class Table { int tableid; ...
分类:
其他好文 时间:
2014-07-27 11:02:02
阅读次数:
234
A - 卡特兰数
Time Limit:1000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
This is a small but ancient game. You are supposed to write down the num...
分类:
其他好文 时间:
2014-07-26 15:07:50
阅读次数:
216
【Fog】 Fog parameters are controlled with Fog command. Fogging blends the color of the generated pixels down towards a constant color based on dist...
分类:
其他好文 时间:
2014-07-26 14:57:00
阅读次数:
250
ubuntu14 手动安装sbt 参见官网配置说明http://www.scala-sbt.org/release/tutorial/Manual-Installation.html 1、下载sbt通用平台压缩包:sbt-0.13.5.tgzhttp://www.scala-sbt.org/down...
分类:
系统相关 时间:
2014-07-25 16:43:51
阅读次数:
1010
Windows Azure VM的Stopped和Stopped Deallocated状态...
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).The robot can only move either down or right at any po...
分类:
其他好文 时间:
2014-07-25 10:54:31
阅读次数:
229
对于CSS的height:100%,顾名思义,该元素的高度自动填充为其父元素的高度。但该样式有时候会不起作用,Mark down 一下。>2 3 4 5 我的名字叫做甲基苯醌6 7 8 毫无疑问,div的height: 100%完全不起作用(亏得我当时天真地以为div的高度会和p的高...
分类:
其他好文 时间:
2014-07-24 22:17:22
阅读次数:
175