这个项目是我开发的一款心率计,以波浪曲线的形式来显示心率变化,请看下面的预览图片开源代码地址:https://github.com/dirtyhub/WaveHeartRate欢迎大家fork后自己开发,也欢迎大家star后以备后用/**the view width as 9 weights*/pr...
分类:
其他好文 时间:
2015-03-05 22:19:57
阅读次数:
208
def print_list(the_list,indent=False,level=0): for each_line in the_list: if isinstance(each_line,list): print_list(each_line,indent,level+1) else: if...
分类:
其他好文 时间:
2015-03-04 20:57:53
阅读次数:
133
集合函数;declare type list_nested is table of varchar2(100) not null; v_all list_nested := list_nested('changan','hubei','shanghai','beijin...
分类:
数据库 时间:
2015-02-27 18:22:19
阅读次数:
128
--取出集合;长度declare type list_nested is table of varchar2(50) not null; v_all list_nested := list_nested('a','b','c','d','c','d');begin ...
分类:
数据库 时间:
2015-02-27 14:56:41
阅读次数:
173
declaretype t_indexby is table of numberindex by binary_integer;type t_nested is table of number;type t_varray is varray(10) of number;v_indexby t_ind...
分类:
数据库 时间:
2015-02-17 09:11:26
阅读次数:
189
把 Windows 下的应用部署到 Linux 下,使用到了 Quartz 集群的特性,所以建了 MySql 的中间表,一启动看到报错: Invocation of init method failed; nested exception is org.quartz.JobPersistenceException: ...
分类:
数据库 时间:
2015-02-12 14:17:04
阅读次数:
235
现在n(wj,hi>hj,显然是满足条件的,直接合并即可(所求序列长度不变),但是如果wi>wj,hi#include#include#include#include#include#include#include#include#include#include#include#define eps...
分类:
其他好文 时间:
2015-02-11 12:24:28
阅读次数:
129
今天处理的任务是从一套系统中分离出微信易信功能代码添加到另一套系统中..本来是一个很简单的任务,但是分离移植过去后,一运行报了个错:nested exception is org.hibernate.MappingException: Unknown entity一看错误提示,看来是hibernat...
分类:
移动开发 时间:
2015-02-06 21:44:01
阅读次数:
207
nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bean': Post-processing of the FactoryBean's object failed; nested exception is org.springfra...
分类:
编程语言 时间:
2015-01-30 15:51:33
阅读次数:
2718
大致题意:使用三进制砝码采取相应的措施衡量出给定的数字主要思路:三进制,如果 大于 2 向前进位,之前一直没写好放弃了,这次终于写好了……#include #include #include #include #include #include #include #include #include ...
分类:
其他好文 时间:
2015-01-28 19:19:45
阅读次数:
154