11 2011 档案

摘要:记录,供以后再次安装时作为参考 //z 2011-11-29 6:32 PM IS2120@CSDN 1. visual studio 2008 sp1 安装后,出现在 microsoft update 中的 KB kb2538241 kb971092 kb972222 kb973675 kb... 阅读全文
posted @ 2011-11-29 18:02 BiG5 阅读(338) 评论(0) 推荐(0)
摘要:The designer must create an instance of type '', but it can't because the type is declared as abstract 问题产生的原因: This error occurred because the ba... 阅读全文
posted @ 2011-11-28 13:03 BiG5 阅读(602) 评论(0) 推荐(0)
摘要:列出 visual studio 的所有快捷键 Imports System Imports System.IO Imports EnvDTE Imports EnvDTE80 Imports EnvDTE90 Imports System.Diagnostics Public Module... 阅读全文
posted @ 2011-11-25 13:01 BiG5 阅读(174) 评论(0) 推荐(0)
摘要:CVS命令深入研究 作者:leizhimin 日期:2006-11-2 环境: Windows server 2003 sp1简体中文版 cvsnt-2.5.03.2260.msi 目录: 一、CVS命令整体结构 二、CVS帮助察看方法概述 三、CVS选项 四、CVS命令 五、CVS命令... 阅读全文
posted @ 2011-11-24 10:56 BiG5 阅读(344) 评论(0) 推荐(0)
摘要:作者写于2005,针对的是sql server 2005 express. Updated 配置 sql server 2005 以允许远程连接 The information in this posting is superseded by the following KB Article:... 阅读全文
posted @ 2011-11-23 15:39 BiG5 阅读(121) 评论(0) 推荐(0)
摘要:SQL中 Inner Join(内连),Left Join(左连),Right Join(右连),Full Join(全外连) 之间的区别 I. 概念 1. CROSS JOIN(交叉连接) 如果不带WHERE条件子句,它将会返回被连接的两个表的笛卡尔积,返回结果的行数等于两个表行数的乘积... 阅读全文
posted @ 2011-11-23 12:03 BiG5 阅读(178) 评论(0) 推荐(0)
摘要:@echo off cls rem Copyright (C) 2003-08 Ansgar Wiechers & Torsten Mann rem Contact: admin@ntsvcfg.de rem rem This program is free software; you can ... 阅读全文
posted @ 2011-11-19 15:14 BiG5 阅读(345) 评论(0) 推荐(0)
摘要:代码统计和度量工具 CCCC - $0 CCCCis a tool which analyzes and generates a report on various metrics of the code.Metrics supported include lines of code, McC... 阅读全文
posted @ 2011-11-17 17:03 BiG5 阅读(297) 评论(0) 推荐(0)
摘要:A 阅读全文
posted @ 2011-11-17 16:39 BiG5 阅读(104) 评论(0) 推荐(0)
摘要:Getting location of file tnsnames.ora by code ? search the registry to determine the oracle client version ? try to find the ORACLE_HOME ? fin... 阅读全文
posted @ 2011-11-14 21:59 BiG5 阅读(310) 评论(0) 推荐(0)
摘要:后一篇 注册表重定向 折腾了几回机器,才明白x64上有x64、x86两种注册表,记录下。 //z 2012-2-9 17:40:19 IS2120@CSDN 32位注册表被重定向为HKEY_LOCAL_MACHINE\Software\WOW6432Node 关于64位Windows操... 阅读全文
posted @ 2011-11-10 18:00 BiG5 阅读(263) 评论(0) 推荐(0)
摘要:Templates in C++ - Pros and Cons By SergeyChepurin | 29 Oct 2011 C++WindowsIntermediate Advantages and drawbacks of usingtemplates in C++ projects... 阅读全文
posted @ 2011-11-09 13:09 BiG5 阅读(544) 评论(0) 推荐(0)
摘要:28. sql server 查看用户权限 //z 2013-03-15 17:26:40 IS2120@BG57IV3.T2133125329.K[T313,L3697,R122,V4808] select DbRole = g.name, MemberName = u.name, M... 阅读全文
posted @ 2011-11-05 16:27 BiG5 阅读(292) 评论(0) 推荐(0)
摘要:可以下载最新版本TortoiseOverlays。其所用的解决方案与下述类似:使用了在注册表中相关条目前加数字的方法。 原因: Windows can only show a limited number of Overlay Icons (15 total, 11 after what W... 阅读全文
posted @ 2011-11-02 13:44 BiG5 阅读(220) 评论(0) 推荐(0)