摘要: 可以把DevOps看作开发(软件工程)、技术运营和质量保障(QA)三者的交集。2009年DevOps这个新理念出现,是为了应对IT环境中普遍面临的一些挑战。如图所示,第一个隔阂,存在于商业需求和开发之间,敏捷的出现缩小了这个鸿沟。但是这给运营带来了很多压力。所以这就诞生了第二个隔阂,存在于开发和运维 阅读全文
posted @ 2017-11-10 16:19 Simon.CX 阅读(303) 评论(0) 推荐(0)
摘要: http://tbook.yahubb.com/forum-f5/topic-t9.htm function QCFactory (strServer,strDomain,strProject,strUser,strPwd) { this.qcServer = strServer; this.qcDomain = strDomain; this.qcProject = strProject; this.qcUser = strUser; this.qcPwd = strPwd; } 阅读全文
posted @ 2009-02-24 20:16 Simon.CX 阅读(651) 评论(0) 推荐(0)
摘要: 作为Quality Center管理员,需要创建和维护Quality Center项目、用户、服务器。Site Admistration包括以下内容: 1. Site Projects 管理quality center工程。包括增加新的域和项目,查询项目数据,存储项目,项目重命名,激活和挂起项目。 2. Site Users 增加用户、定义用户属性、修改用户密码。 3. Licenses 监控所有正在使用的Quality Center licenses ,修改license关键字。 阅读全文
posted @ 2009-02-17 11:24 Simon.CX 阅读(777) 评论(0) 推荐(0)
摘要: 首先介绍什么是QC,QC的前身就是大名鼎鼎的TD,改进后现在可以叫Quality Center,网上有试用版,可以免费试用6个月,但是自带的SQL数据库只支持5个人用,建议大家可以连接一个正版的SQL数据库或者Access数据库。QC比TD改进在把TD转移到了j2ee平台上,支持weblogic,jboss,支持QTP/WinRunner,不过BPT只在QC8.2可用。但个人认为QC9.0其极耗资源。 阅读全文
posted @ 2009-02-13 17:49 Simon.CX 阅读(1259) 评论(0) 推荐(0)
摘要: 今天做项目,打死都找不到工程,老是404,看了一下server的配置,发现里面的元素的配置中,docBase配的是相对目录,但是始终找不到,不知道是不是eclipse的插件没有起作用还是怎么回事 阅读全文
posted @ 2009-01-11 11:26 Simon.CX 阅读(1642) 评论(0) 推荐(0)
摘要: Cascading Style Sheets(CSS、段階スタイルシート、カスケーディング・スタイル・シート、カスケード・スタイル・シート)とは、HTML や XML の要素をどのように修飾(表示)するかを指示する仕様であり、W3Cによる勧告の一つ。文書の構造と体裁を分離させるという理念を実現する為に提唱されたスタイルシートの、具体的な仕様の一つ。 阅读全文
posted @ 2009-01-09 10:59 Simon.CX 阅读(172) 评论(0) 推荐(0)
摘要: ' : 単一引用符 単一引用符で囲まれたものは、すべて単なる文字として扱われる。 $echo '$PATH' $$PATH $echo '`pwd`' $`pwd` " : 2重引用符 2重引用符で囲まれたものは、変数とコマンドのみ置換される。 $echo "$PATH" $/usr/local/bin:/usr/X11R6/bin:/usr/bin:/bin $echo "`pwd`" $/home/chack 阅读全文
posted @ 2009-01-09 10:54 Simon.CX 阅读(134) 评论(0) 推荐(0)
摘要: 使用頻度の高いシェルはtcshやbashであるが、 シェルスクリプトはBourne Shell(/bin/sh)を 使用している場合が多いので、 ここではBourne Shell Scriptについて説明する。 Bourne Shellをあまり使用したことのない人は、目次のBourne Shellから 読むべきである。 目次のShell Scriptは、初心者がScriptを書く上で、助けになるはずである。 阅读全文
posted @ 2009-01-09 10:52 Simon.CX 阅读(134) 评论(0) 推荐(0)
摘要: HP is a leading global provider of products, technologies, solutions and services to consumers and business. The company''s offerings span IT infrastructure, personal computing and access devices, global services, and imaging and printing. Our $4 billion annual R&D investment fuels the invention of products, solutions and new technologies so we can better serve customers and enter new markets. We invent, engineer and deliver technology solutions that drive business value, create social value and 阅读全文
posted @ 2009-01-09 10:35 Simon.CX 阅读(742) 评论(1) 推荐(0)
摘要: Understanding how transaction management works in Java and developing an effective transaction design strategy can help to avoid data integrity problems in your applications and databases and ease the pain of inevitable system failures. 阅读全文
posted @ 2009-01-09 10:27 Simon.CX 阅读(279) 评论(0) 推荐(0)