登录
首页 » JavaScript » StatSVN能够从Subversion版本库中取得信息,然后生成描述项目开发的各种表格和图表。比如:代码行数的时间线;针对每个开发者的代码行数;开发者的活跃程...

StatSVN能够从Subversion版本库中取得信息,然后生成描述项目开发的各种表格和图表。比如:代码行数的时间线;针对每个开发者的代码行数;开发者的活跃程...

于 2022-07-19 发布 文件大小:1.93 kB
0 205
下载积分: 2 下载次数: 1

代码说明:

StatSVN能够从Subversion版本库中取得信息,然后生成描述项目开发的各种表格和图表。比如:代码行数的时间线;针对每个开发者的代码行数;开发者的活跃程度;开发者最近所提交的;文件数量;平均文件大小;最大文件;哪个文件是修改最多次数的;目录大小;带有文件数量和代码行数的Repository tree。StatSVN当前版本能够生成一组包括表格与图表的静态HTML文档。-StatSVN version from the Subversion repository access to information, and then describes the project development to generate the various tables and charts. For example: a few lines of code the time line for each developer a few lines of code developers the level of activity developers recently submitted the volume of documents the average file size maximum file Which document is to amend the most directory size with a number of documents and code number of rows of the Repository tree. The current version of StatSVN generates a set of tables and charts, including static HTML document.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • js,jquery炫酷手机模板
    采用最新技术html5打包的app,画面炫酷有幸,会吸引很多访客,大家肯定会喜欢,方式新颖,不容错过。
    2022-11-24 07:00:03下载
    积分:1
  • javaScript发布-订阅模式
    发布-订阅模式在可以用JavaScript来实现其通信模式,大概思路如下:1.订阅者在订阅事件的时候实际是在发布者对象的数组中写入要订阅的事件。2.发布者在发布或者叫trigger事件的时候,实际是在发布者中遍历数组中订阅者的事件方法。涉及的是   消息数组的写入和遍历读出过程。3.由于javascript的函数一类对象,可以直接写入数组。最后在实例化对象,通过.emit("对象名",data)发布数据,.on("对象名",callback)接受处理数据等,实现通信。
    2022-11-28 23:25:03下载
    积分:1
  • java smpp
    package sioo_http_api;import java.io.BufferedReader;import java.io.IOException;import java.io.PrintWriter;import java.net.URLEncoder;import org.apache.commons.httpclient.HttpClient;import org.apache.commons.httpclient.HttpException;import org.apache.commons.httpclient.HttpMethod;import org.apache.commons.httpclient.HttpStatus;import org.apache.commons.httpclient.MultiThreadedHttpConnectionManager;import org.apache.commons.httpclient.methods.GetMethod;import org.apache.log4j.Logger;import com.sioo.api.http.util.Md5Util;public class HttpRequestSkip { private static final Logger logger = Logger.getLogger(HttpRequestSkip.class); private static final String sendUrl = "http://114.55.5.4:8281/hy"; private static String getPhones(){ StringBuffer buff
    2022-08-22 05:11:53下载
    积分:1
  • 侧边微信关注代码
    侧边微信关注代码
    2022-03-26 02:05:50下载
    积分:1
  • javascript的动态网页特效例子
    第3章  链接类特效... 33 3.1  按时消失的链接... 34 3.2  带滚动提示的链接... 36 3.3  动态变换的链接... 37 3.4  滚动链接... 38 3.5  不断闪动的链接... 39 3.6  在按钮上定时显示不同的链接... 40 3.7  带链接的滚动字幕... 42 3.8  单击链接显示菜单... 43 3.9  鼠标右键链接... 44 3.10  显示当前页的所有链接... 45 3.11  查看网址源代码... 46 3.12  将站点加入收藏夹... 47 3.13  单击按钮返回默认主页... 47 3.14  给指定的人员发信... 48 3.15  弹出菜单式链接... 49 3.16  图片选择器... 50 3.17  链接导航框... 51 3.18  小球跟踪链接... 52 3.19  单击按钮打开全屏窗口... 56 3.20  单选按钮选择链接... 56 3.21  隐藏的链接... 57 3.22  变换链接颜色... 58 3.23  固定链接的位置... 59 第4章  时间类特效... 61 4.1&nb
    2022-02-01 23:25:15下载
    积分:1
  • regexp-dna
    Source HTML Tokenizer for Java Script.
    2014-02-13 21:59:09下载
    积分:1
  • listmac
    JavaScript写的一个列出Hyper-V中所有VM的MAC地址的脚本程序,需要在Hyper-V本机运行(JavaScript to write a list of all Hyper-V VM' s MAC address of the script, you need the machine to run Hyper-V)
    2011-08-09 15:56:50下载
    积分:1
  • tree
    jquery jstree 源码,样例 javascript(jquery jstree source code, sample)
    2009-09-23 11:17:15下载
    积分:1
  • ExceptionTest1
    有一个圆形和长方形。 都可以获取面积。对于面积如果出现非法的数值,视为是获取面积出现问题。 问题通过异常来表示(Has a circular and rectangular. You can get area. To the area if there is an illegal value, as the problem is to obtain the area. Problem through an exception to indicate)
    2013-10-21 12:06:17下载
    积分:1
  • lab4Plus
      1、Struts2框架下ActionSupport的使用(附加) 在Myeclipse中新建web项目lab4plus; 在实验四的基础上修改LoginAction,使之继承ActionSupport,并重写Validate方法,在其中增加FieldError、ActionError和ActionMessage; 修改login.jsp、loginSuccess.jsp和loginFail.jsp页面,用<s:actionmessage>和<s:actionerror>标签输出信息; 将lab4plus布署在Tomcat服务器上; 运行login.jsp页面,并记录运行结果、主要处理流程与关键代码。(, Struts2 framework ActionSupport use (additional) Create a new web project in Myeclipse lab4plus In the experiment on the basis of four modified LoginAction, so inheritance ActionSupport, and override the Validate method, in which the increase FieldError, ActionError and ActionMessage Modify login.jsp, loginSuccess.jsp and loginFail.jsp page with <s:actionmessage> and <s:actionerror> tag output information The lab4plus deployed on Tomcat server Run login.jsp page and record the results, the main processes and key code. )
    2013-11-14 15:11:53下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载