`
文章列表
#encoding='utf-8' ''' @author: Administrator ''' import re class MyClass(object): ''' classdocs ''' def __init__(self): ''' Constructor ''' self.p1=re.compile('<div><a name=>(.+).*?</a>') self.p=re.com ...

Xcopy命令参数使用介绍

    博客分类:
  • DOS
 
http://www.jb51.net/article/48948.htm XCOPY是COPY的扩展,可以把指定的目录连文件和目录结构一并拷贝,但不能拷贝系统文件;使用时源盘符、源目标路径名、源文件名至少指定一个;选用/S时对源目录下及其子目录下的所有文件进行COPY ...
http://www.cnblogs.com/yank/p/3926643.html   Dos命令初阶--文件拷贝  1、XCOPY命令 可以在cmd中录入:XCOPY /? 即可查看帮助 帮助: XCOPY Microsoft Windows [版本 6.2.9200] (c) 2012 Microsoft Corporation。保留所有权利。 C:\Users\Administrator>xcopy /? 复制文件和目录树。 XCOPY source [destination] [
Jmeter是性能测试的工具,java编写、开源,小巧方便,可以图形界面运行也可以在命令行下运行。网上已经有人使用ant来运行,http://www.programmerplanet.org/projects/jmeter-ant-task/,既然可以使用ant运行,那和hudson、jenkins集成就很方便了,而且jenkins上也有相应的插件Performance Plugin,可以自动收集jmeter的测试结果,展示出来。 首先去下载jmeter,在2.8版本中测试通过,2.9版本测试未通过。下载ant-jmeter-1.1.1.jar放在jmeter主目录lib文件夹下。 下载需 ...

noserun.bat

    博客分类:
  • DOS
pybot.bat %WORKSPACE%

copy_file.bat

    博客分类:
  • DOS
 
xcopy %WORKSPACE%\..\svnLoadCode\* %WORKSPACE% /s/I/Y cd %WORKSPACE%\%1dir /s /b *.txt >mwb15.txtxcopy mwb15.txt %WORKSPACE% /I/Y
  原网址:http://blog.csdn.net/zajin/article/details/9450883   一、概述         一直关注我blog的朋友会看到,最近我一直在关注Eclipse源代码的编译工作,但除了简单的编译设置和烦琐而极具耐心的源代码剥离,似乎还没有什么 太有趣的东西出现。现在,经过了前面一系列的热身运动,我将和大家一起走入Eclipse的内核,看看它到底是怎么工作的?         1、Eclipse源代码        版本:3.1.1        大小:63.2MB         eclipse-sourceBuild-srcIncl ...
原网址:http://blog.csdn.net/zajin/article/details/9451927 Once you have installed an SVN client you need to go through the following steps (instructions and screenshots below are for Subclipse but should be similar for Subversive).  Switch to the SVN Repository Exploring perspective (from the Window→ ...
提供了cvs和git的 cvs http://wiki.eclipse.org/index.php/CVS_Howto#CVS_Repository_Paths git http://wiki.eclipse.org/Git clone git clone ssh://committer_id@git.eclipse.org/gitroot/project/repo Eclipse Source Code - Tutorial http://www.vogella.com/articles/EclipseCodeAccess/article.html
原网址:http://blog.sina.com.cn/s/blog_5d7f3e950100lvap.html   1、到官网去下插件,然后采用link的方式安装       http://subclipse.tigris.org/servlets/ProjectDocumentList? folderID=5146&expandFolder=5146&folderID=2240      2、找个比较适合的版本, ...
原网址:http://www.cnblogs.com/dongritengfei/archive/2010/03/03/1677308.html Svn是一个开源的版本 控制系统Subversion的简称。Subversion 管理着随时间改变的数据。 这些数据放置在一个中央资料档案库 (repository) 中。 这个档案库很像一个普通的文件服务器,不过它会记住每一次文件的变动。 这样你就可以把档案恢复到旧的版本,或是浏览文件的变动历史。 SVN版本控制需要SVN服务器(可下载SVN安装或安装VisualSVN Server)和SVN客户端软件(Subclipse即Eclipse的 ...

Struts2下载地址

http://struts.apache.org/downloads.html
原文来自:http://www.blogjava.net/ldwblog/archive/2013/10/14/404944.html   struts2出现的漏洞以及影响:http://www.iteye.com/news/28053#commentshttp://baike.baidu.com/link?url=6-45Efjxfsz2J74shu4sfd9G4ASrYig3ovFgBZASXbYGhGXeB368Glur39lakBEmntTDl_EIHro78o0tcyoCcK项目中的struts版 ...
Servlet示例源码
原文来自:http://blog.sina.com.cn/s/blog_8612e75d01010fr1.html   1)   MyEclipse下如果修改部署工程名,按照平常右键refactor-->rename是不行的,实际发布的工程名仍然是原来的。 正确的做法: 工程名下右键点击【Properties】后出现一个窗口,点击【MyEclipse】中的【Web】项,再修改【Web Context-root】中的值。   (2)
Global site tag (gtag.js) - Google Analytics