上一页 1 2 3 4 5 6 ··· 10 下一页
  2013年1月10日
摘要: TestFilePath:http://pan.baidu.com/share/link?shareid=202036&uk=436714060 阅读全文
posted @ 2013-01-10 22:03 zencorn 阅读(137) 评论(0) 推荐(0) 编辑
  2012年8月28日
摘要: 目前在我们组的工作中很多时候需要将TFS上Server端的代码自动无人值守的同步到本地中来, 找到了一些解决方案的资料http://bbs.scmroad.com/archiver/?tid-21003.html。经过试验,我们总结成以下步骤,希望对大家有所借鉴。Steps:1. 点选VS Source Explorer 上面的TFS目录列表。2. 新建一个TFS 的 workspace。3. 点击Source Control Folder 。4. 在Source folder中选择你要用从Server端同步的目录。5. 在Local Folder中选择本地同步的文件夹。 6.打开本地注册表, 阅读全文
posted @ 2012-08-28 15:40 zencorn 阅读(2493) 评论(0) 推荐(1) 编辑
  2012年7月25日
摘要: #!/usr/bin/perl -W## File: find.pl# License: GPL-2use strict;use warnings;use File::Find;#定义要匹配的关键字my $str1="20090414095014";my $str2="Report";#定义键盘接收输入,第一个为文件夹路径,第二个为文件扩展名。die "Usage: $0 <dir> <extion>\n" unless @ARGV == 2;my $Dir = $ARGV[0] ;my $Ext = $ARG 阅读全文
posted @ 2012-07-25 14:05 zencorn 阅读(3521) 评论(0) 推荐(0) 编辑
  2012年5月28日
摘要: @echo offrem 4000=4s.echo wscript.sleep 4000>%tmp%\delay.vbs&&%tmp%\delay.vbs&&del /q %tmp%\delay.vbsecho hahahaSeeYoupause... 阅读全文
posted @ 2012-05-28 18:06 zencorn 阅读(212) 评论(0) 推荐(0) 编辑
  2012年2月13日
摘要: Issue: SQL server does not work when the log file occupied all the disk space.Resolution: Remove the LOG file data .Step:1. Backup your database.2. Detach your database.3. Check the close connection box.4. Remove you log file or rename itfrom the data path.5. Attach you DB mdf again.6. Remove the LD 阅读全文
posted @ 2012-02-13 13:46 zencorn 阅读(354) 评论(0) 推荐(0) 编辑
  2012年1月9日
摘要: Sometimesif you want to run one application from a network driver by the silence model , the Windows will pop up one dialog of security warning .Follow these steps to block this dialog.1. Click Start–>Run and type gpedit.msc. Click OK2. Go to User Configuration–>Administrative Templates–>Wi 阅读全文
posted @ 2012-01-09 17:52 zencorn 阅读(272) 评论(0) 推荐(0) 编辑
  2011年9月22日
摘要: 1. Perl 的标量表达式。 阅读全文
posted @ 2011-09-22 17:18 zencorn 阅读(526) 评论(0) 推荐(0) 编辑
  2011年9月19日
摘要: 1.下载Perl 的安装包 ActivePerl.2.运行安装文件.3. 创建一个perl 脚本文件,执行语句.c:\Perl\bin>perl.exee:\David\PerlTempHelloWorld.4. 如正常执行,则Perl在windows下安装成功.5. 将Perl 加为环境变量. 阅读全文
posted @ 2011-09-19 15:47 zencorn 阅读(4674) 评论(0) 推荐(0) 编辑
  2011年9月2日
摘要: Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License If you using VS builded up a suite of project DLL files, and then want package them as an Exe file, Iexpress.exe should be a good tool for you needed.1. E.g. 2. Iexpress.exe it’s free and it support command line. It’s a W. 阅读全文
posted @ 2011-09-02 08:48 zencorn 阅读(270) 评论(0) 推荐(0) 编辑
  2011年7月25日
摘要: Work by Jianfei is licensed under a Creative Commons wei 3.0 Unported License. [Background: In this documentit will show you how to build one test executionautomation framework with STAF+STAX.Andmake it helps you dailytesting schedule. TheSTAF is aJavaopen source testing automation framework , it c. 阅读全文
posted @ 2011-07-25 11:09 zencorn 阅读(773) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 10 下一页