'''Usage:def timerTest(): print 'Hello World!'#create and start a timertimer = Timer(30, timerTest, repeat=True)timer.start()#To stop the timertimer.s...
分类:
编程语言 时间:
2014-08-03 04:39:44
阅读次数:
345
用Asp.Net+Grid Report完成Web版的报表功能,希望大家喜欢...
分类:
Web程序 时间:
2014-08-02 18:21:13
阅读次数:
294
这个问题实际上很简单,但是之前也让我迷惑了一下。如果像我之前这篇日志里写的,如果在后面加上junitreport:
则只是生成xml格式的report,但是如果是在batchtest下面,如果所有的测试用例都执行完了,就会生成一系列的HTML报告,举例:
<target name="test"
depends="compile-tests"
...
分类:
Web程序 时间:
2014-08-02 12:49:33
阅读次数:
240
原文地址:http://www.dutor.net/index.php/2009/05/g-compiler-usage/C++中的一些文件后缀.a静态库 (archive).C.c.cc.cp.cpp.cxxC++源代码(需要编译预处理).hC或者C++源代码头文件.iiC++源代码(不需编译预处...
分类:
其他好文 时间:
2014-08-01 15:52:41
阅读次数:
193
A data stream is a real-time, continuous, ordered sequence of items. Some examples include sensor data, Internet traffic, financial tickers, on-line auctions, and transaction logs such as Web usage lo...
分类:
其他好文 时间:
2014-08-01 13:47:14
阅读次数:
235
我们已经有了一个Javaweb应用,现在要实现对报表的集成我的应用是这个样子的 说明: 1) 这里使用的是birt4.4版本的, 下载birt-runtime-4.4.zip(在官方下载),然后将birt.war解压,可以看到 logs report scriptlib webcontent WE....
分类:
Web程序 时间:
2014-07-31 12:45:06
阅读次数:
347
Warning (15714): Some pins have incomplete I/O assignments. Refer to the I/O Assignment Warnings report for details解释:后续高级的芯片的 drive strength 和 slew r...
分类:
其他好文 时间:
2014-07-31 12:22:26
阅读次数:
320
后面的例子我会继续补充:1. 因为uvm默认定义的message格式比较长,非常不利于debug过程中的分析使用,一般情况下,开始使用uvm,都要利用uvm_report_server重新定义message输出的格式。下面给出一个例子:用于将name和ID限定在同一个width。class my_r...
分类:
其他好文 时间:
2014-07-30 23:22:45
阅读次数:
341
作者:沈小然??? 日期:2014-7-30 安装cronolog 官网下载:http://cronolog.org/usage.html ./configure make;make install 默认安装位置: # which cronolog /usr/local/sbin/cronolog 配置分割Tomcat日志 编...
分类:
其他好文 时间:
2014-07-30 12:35:44
阅读次数:
342