码迷,mamicode.com
首页 >  
搜索关键字:usage report    ( 3968个结果
MAYA 多线程
'''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报表
用Asp.Net+Grid Report完成Web版的报表功能,希望大家喜欢...
分类:Web程序   时间:2014-08-02 18:21:13    阅读次数:294
JUnit+Ant什么时候可以生成HTML形式的report
这个问题实际上很简单,但是之前也让我迷惑了一下。如果像我之前这篇日志里写的,如果在后面加上junitreport: 则只是生成xml格式的report,但是如果是在batchtest下面,如果所有的测试用例都执行完了,就会生成一系列的HTML报告,举例: <target name="test" depends="compile-tests" ...
分类:Web程序   时间:2014-08-02 12:49:33    阅读次数:240
g++的使用
原文地址: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
(算法竞赛入门经典 优先队列)LA 3135(前K条指令)
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
birt 集成到现有的web应用中
我们已经有了一个Javaweb应用,现在要实现对报表的集成我的应用是这个样子的 说明: 1) 这里使用的是birt4.4版本的, 下载birt-runtime-4.4.zip(在官方下载),然后将birt.war解压,可以看到 logs report scriptlib webcontent WE....
分类:Web程序   时间:2014-07-31 12:45:06    阅读次数:347
quartus II Warning 好的时序是设计出来的,不是约束出来的
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
UVM基础之-------uvm report机制的使用
后面的例子我会继续补充:1. 因为uvm默认定义的message格式比较长,非常不利于debug过程中的分析使用,一般情况下,开始使用uvm,都要利用uvm_report_server重新定义message输出的格式。下面给出一个例子:用于将name和ID限定在同一个width。class my_r...
分类:其他好文   时间:2014-07-30 23:22:45    阅读次数:341
使用cronolog 分割Tomcat日志
作者:沈小然??? 日期: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!