- 博客(23)
- 资源 (1)
- 收藏
- 关注
原创 个人或团队目标制定要点
个人目标和团队目标是很多企业中每年或每半年必须做的一件事,但是多数企业做目标时都非常形式化、重点不突出、无激励效果、仅仅是当成应付领导的一个任务等等,到底怎么样的目标才能解决以上这些缺点真正的发挥目标的作用呢?以下是个人的一些看法: 1. 个人目标或团队目标必须有重点突出,做完目标后你去问相关的人--你这半年的目标是什么时,他能明确、清晰地说出来。 2. 目标需要需要根据不同等级指定不同的...
2013-09-02 13:47:04
427
原创 CUBRID 有奖活动 (iPad)
<br />challenge yourself with database related questions, improve your knowledge of the CUBRID Database, and win valuable products<br />This is how we are going to call our new environment (CUBRID Quizland), the virtual space where you can challenge your
2011-02-25 10:00:00
599
原创 SQL中使用WITH AS提高性能-使用公用表表达式(CTE)简化嵌套SQL
<br />一.WITH AS的含义 <br /> WITH AS短语,也叫做子查询部分(subquery factoring),可以让你做很多事情,定义一个SQL片断,该SQL片断会被整个SQL语句所用到。有的时候,是为了让SQL语句的可读性更高些, 也有可能是在UNION ALL的不同部分,作为提供数据的部分。 <br /> 特别对于UNION ALL比较有用。因为UNION ALL的每个部分可能相同,但是如果每个部分都去执行一遍的话,则成本太高,所以可以使用WITH AS短语,则
2010-12-02 17:27:00
353
原创 SQL的公共表达式(CTE)
<br />公用表表达式 (CTE) 可以认为是在单个 SELECT、INSERT、UPDATE、DELETE 或 CREATE VIEW 语句的执行范围内定义的临时结果集。CTE 与派生表类似,具体表现在不存储为对象,并且只在查询期间有效。与派生表的不同之处在于,CTE 可自引用,还可在同一查询中引用多次。<br />CTE 可用于:<br /> 处理以前版本中SQL不好现实,不好理解,复杂的查询问题.比如:分页,递归查询...<br /> 创建递归查询。有关详细信息
2010-12-02 17:26:00
1062
原创 Exit 与 Goto :eof 在批处理中的区别
在 CMD 命令提示符窗口直接运行:<br /> <br />1.) 运行 Goto :eof 后,CMD 返回并将等待下一命令。 <br /> <br />2.) 运行 Exit 后,CMD 将直接关闭并返回到曾启动 Cmd.exe 的程序或返回到“资源管理器”。<br /> <br />3.) 运行 Exit /b 后,CMD 将直接关闭并返回到曾启动 Cmd.exe 的程序或返回到“资源管理器”。<br /> Exit<br />退出当前批处理脚本或 Cmd.exe 程序(即,命令解释程序)并返回到
2010-12-02 17:24:00
978
原创 C#调用存储过程简单完整例子
<br />CREATE PROC P_TEST<br /> @Name VARCHAR(20),<br /> @Rowcount INT OUTPUT<br /> AS<br /> BEGIN<br /> SELECT * FROM T_Customer WHERE NAME=@Name<br /> SET @Rowcount=@@ROWCOUNT<br /> END<br /> GO<br /> ------------------------------------------
2010-12-02 17:23:00
295
原创 WITH AS的含义
<br />一.WITH AS的含义<br /> WITH AS短语,也叫做子查询部分(subquery factoring),可以让你做很多事情,定义一个SQL片断,该SQL片断会被整个SQL语句所用到。有的时候,是为了让SQL语句的可读性更高些,也有可能是在UNION ALL的不同部分,作为提供数据的部分。<br /> 特别对于UNION ALL比较有用。因为UNION ALL的每个部分可能相同,但是如果每个部分都去执行一遍的话,则成本太高,所以可以使用WITH AS短语,则只要执行一遍即可
2010-12-02 17:21:00
617
原创 硬盘安装Windows 7的方法
有关于硬盘安装Windows 7的方法大家都知道哪些?现在给大家简单的介绍六种,希望对你们能有所帮助。简单介绍如下: 一、常规方法(也是最简单有效的办法): 1、解压下载的ISO文件到一个盘中,注意这个盘不要是你打算把win7系统安装进去的那个盘 2、双击解压后文件夹中的setup.exe,按照提示进行安装 二、虚拟光驱虚拟镜像安装(一般人的装法): 1、用Da
2009-09-14 17:14:00
1316
原创 Configuring IIS to Run 32-bit ASP.NET Applications on 64-bit Windows (IIS 6.0)
Configuring IIS to Run 32-bit ASP.NET Applications on 64-bit Windows (IIS 6.0)Related Links•Configuring IIS to Run 32-bit Applications on 64-bit Windows
2009-07-14 09:49:00
597
原创 String Reverse using Substring
using System;using System.Collections.Generic;using System.Text;namespace SB_Sub{ class Program { static void Main(string[] args) { string str1="1234
2009-06-17 20:03:00
493
原创 String Reverse 2
Console.Write("Please Enter your string:"); string RevStr = Console.ReadLine(); char[] str = RevStr.ToCharArray(); int len=str.Length;
2009-06-17 10:55:00
403
原创 String Reverse
using System;using System.Collections.Generic;using System.Text;namespace RevString{ class Program { static void Main(string[] args) { //string RevSt
2009-06-17 10:46:00
1382
原创 Localization 02
Why do we should check "Tradostag XML workflow for word .doc file.":- if we have a huge word .doc file, or include some my tables or domain code and so on, we should convert this kind of word .do
2008-12-19 17:47:00
368
原创 Localization
US eng VS UK eng.---What can we do to export this so that UK eng will accept US eng: Normally in Trados you can import a EN-UK memory to a EN-US memory or the opposite. To do so, the option "Check m
2008-12-19 17:45:00
418
原创 批处理
批处理获取IP、MAC、子网掩码、网关 %--直接在dos下时使用一个%加变量%%--当写成bat文件时需要使用二个%加变量 for /f "tokens=15" %i in ("ipconfig /all|find /i "IP Address"") do echo ip=%ifor /f "tokens=12" %i in ("ipconfig /
2008-11-28 13:57:00
403
原创 Add application into "Open file" list after right button
Modify Registry Manually: Open "Start"-->"Run", and enter regedit wiht a Enter Try to find out your application path under "HKEY_CLASSES_ROOT/Applications/", and go to command option under s
2008-11-23 19:02:00
728
原创 Phases of Testing
UnitTraditionally done by developers when modules/units of code are developedTesting is done at the end of an assigned unit of work(coding)Developer completes to confirm- "have i fini
2008-11-20 13:11:00
388
原创 How to create a test plan?
如何编写测试计划 一.首先了解以下几个问题: 1. 为什么要编写测试计划? 1)领导能够根据测试计划做宏观调空,进行相应资源配置等; 2)测试人员能够了解整个项目测试情况以及项目测试不同阶段的所要进行的工作等; 3)便于其他人员了解测试人员的工作内容,进行有关配合工作 2. 什么时间开始编写测试计划? (测试需求分析前总体测试计划书
2008-11-19 15:52:00
742
原创 Types of Testing
NameHow testing is performedValidationSubject matter experts confirm correctness or suitabilityVerificationConfirm operation as required and matches validationManual>Tester
2008-11-19 14:41:00
442
原创 Internationalization and localization testing
1. Purpose of testing ->Common definition 1) To find bugs before our customers do! ->Borader definition 2) The role of testing is to provide objective input to fac
2008-11-19 13:53:00
523
原创 C# 实现排序--冒泡--选择--插入
using System;using System.Collections.Generic;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { int[] iarrary = new
2008-11-07 09:36:00
542
1
原创 C# 实现字符串分割--方法1
实现字符串分割--方法1: using System;using System.Collections.Generic;using System.Text;namespace Excise01{ class Program { static void Main(string[] args) {
2008-10-30 17:30:00
443
原创 C# 实现字符串颠倒
using System;using System.Collections.Generic;using System.Text;namespace Excise01{ class Program { static void Main(string[] args) { string str
2008-10-30 17:17:00
1756
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人