Imagination is the source of creation. 想象是创作之源。 Sometimes, creation and innovation are very simple, nothing more than combination of two or more exist ...
分类:
其他好文 时间:
2017-07-19 23:36:03
阅读次数:
271
1 /*半像素*/ 2 .halfpxline_after, .halfpxline_before { 3 position: relative; 4 } 5 6 .halfpxline_after:after, .halfpxline_before:before { 7 content: ''; ... ...
分类:
移动开发 时间:
2017-07-19 10:32:28
阅读次数:
135
import java.text.SimpleDateFormat;import java.util.Date; import javax.xml.bind.annotation.adapters.XmlAdapter; ...
分类:
其他好文 时间:
2017-07-19 10:29:54
阅读次数:
131
在上次使用STM32CubeMX生成RTC工程[闹钟中断]基础上实现周期间隔的闹钟 一些场合需要周期性的闹钟 现在为了方便设置每十秒来一次。 备注: 当然可以直接修改HAL库static HAL_StatusTypeDef RTC_WriteAlarmCounter(RTC_HandleTypeDe ...
分类:
其他好文 时间:
2017-07-18 23:15:39
阅读次数:
655
原题: The local tradition is that every train arriving from the direction A continues in the direction B with coaches reorganized in some way. Assume th ...
分类:
其他好文 时间:
2017-07-18 15:34:17
阅读次数:
214
原文:http://www.open-open.com/code/view/1428398234916 ...
分类:
编程语言 时间:
2017-07-17 15:20:08
阅读次数:
163
HTSeq:一个用于处理高通量数据(High-throughout sequencing)的python包。HTSeq包有很多功能类,熟悉python脚本的可以自行编写数据处理脚本。另外,HTSeq也提供了两个脚本文件能够直接处理数据:htseq-qa(检测数据质量)和htseq-count(rea ...
分类:
其他好文 时间:
2017-07-15 11:27:24
阅读次数:
384
将Mybatis的缓存修改成redis缓存 将缓存和数据库分开 首先需要添加依赖 jedis的依赖和mybatis的依赖 <!-- mybatis依赖 --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artif ...
分类:
其他好文 时间:
2017-07-15 11:15:06
阅读次数:
318
具体bug点在HAL_SPI_TransmitReceive这个函数里面。具体表现是莫名其妙会进入hardfault,但是,也不排除直接debug跑死没反应的情况。 因为在最初的时候,程序调试异常都是直接调试卡死。这其中的具体原因还没搞清楚。 既然是bug,那肯定是满足了一定条件下的错误。但是很遗憾 ...
分类:
其他好文 时间:
2017-07-14 21:12:12
阅读次数:
564
1 图像处理后在图片上显示信息如下: 2 得到显示数据的代码如下: dist_OK1 =DistanceMin1>0.5; dist_OK2=DistanceMin2>3; mes_disp.Reset(); mes_disp.Append("距¨¤溢°?胶o标À¨º准Á?线?距¨¤离¤?"+Dis ...
分类:
其他好文 时间:
2017-07-14 14:57:55
阅读次数:
250