08 2012 档案

摘要:WinDbg / SOS Cheat Sheet //z 2012-08-30 13:54:57 IS2120@csdn.T2778344714[T12,L281,R9,V136] Here are the WinDbg / SOS commands I talked about at Cod... 阅读全文
posted @ 2012-08-30 13:51 BiG5 阅读(139) 评论(0) 推荐(0)
摘要:设置windows7自动登录默认帐号 //z 2012-08-29 11:13:58 IS2120@CSDN.T3227577420[T4,L86,R3,V27] 1、在开始菜单搜索框输入 “netplwiz” 按回车,打开高级用户控制面板; 2、在高级用户控制面板中,取消对“要使用本机,用户... 阅读全文
posted @ 2012-08-29 11:10 BiG5 阅读(208) 评论(0) 推荐(0)
摘要:IS2120@CSDN.BG57IV3C# helper to dump any object to a log //z 2012-08-27 11:06:42 IS2120@csdn.T1944905381Published 19/12/2011 c# , code Leave a ... 阅读全文
posted @ 2012-08-27 11:03 BiG5 阅读(211) 评论(0) 推荐(0)
摘要:IS2120@CSDN.BG57IV3在SQL Server数据库中,如何才能查看SQL语句的执行时间呢?本文将为您介绍查询方法,供您参考,希望对您能够有所帮助。1. 下面这种是SQL Server中比较简单的查询SQL语句执行时间方法,通过查询前的时间和查询后的时间差来计算的:decl... 阅读全文
posted @ 2012-08-24 19:41 BiG5 阅读(238) 评论(0) 推荐(0)
摘要://z 2012-08-24 11:20:25 IS2120@csdn.T4245305087[T14,L1171,R9,V112] 只有通过“Microsoft Office 语言设置”启用了日语、简体中文、繁体中文或朝鲜语支持时,此“帮助”主题中描述的功能或某些选项才可用。 在“工具”菜... 阅读全文
posted @ 2012-08-24 11:16 BiG5 阅读(598) 评论(0) 推荐(0)
摘要:2010年10月30日,看过当月的《华为人》报后,本人在某网站发了如下短文。 //z 2012-08-23 18:00:59 IS2120@CSDN.T3412314858[T2,L56,R1,V18] “摘自《华为人》报,从语言风格上看,以下按语出自任总之手。” 按:2010年... 阅读全文
posted @ 2012-08-23 17:57 BiG5 阅读(348) 评论(0) 推荐(0)
摘要:What we can do with the Ini file //z 2012-08-21 17:35:55 IS2120@CSDN.T2347462763[T12,L1149,R8,V93] These are the options we have when we add/dele... 阅读全文
posted @ 2012-08-21 17:33 BiG5 阅读(325) 评论(0) 推荐(0)
摘要:The Road Not Taken Two roads diverged in a yellow wood, And sorry I could not travel both And be one traveler, long I stood And looked down one as... 阅读全文
posted @ 2012-08-18 16:51 BiG5 阅读(780) 评论(0) 推荐(0)
摘要:windbg常用断点 //z 2012-08-16 16:43:36 IS2120@csdn.T3181799596[T8,L144,R4,V335] 拦截窗口: bp CreateWindow 创建窗口 bp CreateWindowEx(A) 创建窗口 bp ShowWin... 阅读全文
posted @ 2012-08-16 16:39 BiG5 阅读(234) 评论(0) 推荐(0)
摘要://Reference Microsoft ADO Ext x.x for DDL and SecurityADOX.Catalog cat = new ADOX.Catalog();ADOX.Table tbl = new ADOX.Table(); String linkToDB ... 阅读全文
posted @ 2012-08-16 16:20 BiG5 阅读(260) 评论(0) 推荐(0)
摘要:WinDbg查看函数参数 //z 2012-08-16 16:22:33 IS2120@csdn.T3953604742[T6,L256,R11,V328] 在使用Windbg给一个函数下断点后,函数被中断时,我们经常需要查看函数的参数是什么。通常函数被中断的时机发生在,参数已经被压栈了,执行 ... 阅读全文
posted @ 2012-08-16 16:18 BiG5 阅读(1250) 评论(0) 推荐(0)
摘要:WinDbg学习笔记整理 2010-04-23 //z 2012-08-13 18:15:41 IS2120@csdn.T564578150 [T93,L1440,R37,V861] 去年看WinDbg帮助时随手记下来的一点资料,放上来保存一下,有新内容我会陆续更新上来。 1. 命令行前数字的含... 阅读全文
posted @ 2012-08-13 18:11 BiG5 阅读(218) 评论(0) 推荐(0)
摘要:Jet version Jet engine DLL file name MDB version 1.0 ?? ?? 1.0 1.1 1.10.0001 MSAJT110.DLL 1.0 / 1.1 2.0 2.00.0000 MSAJT200.DLL 1.0 / 1.1 ... 阅读全文
posted @ 2012-08-13 18:01 BiG5 阅读(220) 评论(0) 推荐(0)
摘要:Posted Nov 7 2010 by aaron in Blog with 20 Comments //z 2012-08-13 17:53:02 IS2120@csdn.T1380725028[T91,L1441,R37,V860] Well I wanted to set up wh... 阅读全文
posted @ 2012-08-13 17:49 BiG5 阅读(179) 评论(0) 推荐(0)
摘要://z 2012-08-13 17:45:07 IS2120@CSDN.T3388923946[T90,L1428,R36,V860] Q1 I have a Visual Studio 2008 solution with two projects (a Word-Template proje... 阅读全文
posted @ 2012-08-13 17:46 BiG5 阅读(580) 评论(0) 推荐(0)
摘要:ODAC (11.2.0.3.0) Installation Instructions, Setup, and Notes December 2011 //z 2012-08-13 11:15:51 IS2120@csdn.T1368355712Download includes the fo... 阅读全文
posted @ 2012-08-13 11:12 BiG5 阅读(283) 评论(0) 推荐(0)
摘要:在.NET 2.0框架下动态创建Access数据库和表时的注意事项 //z 2012-08-10 19:33:37 IS2120@csdn.T2247216201[T74,L793,R28,V696] 在以前的文章《如何在.NET框架下创建Access数据库和表?》中提供的方法,在.NET 2... 阅读全文
posted @ 2012-08-10 19:28 BiG5 阅读(594) 评论(0) 推荐(0)
摘要:Oracle大数据导出到Access http://www.cnblogs.com/zyizyizyi/archive/2011/09/30/2497833.html //z 2012-08-10 19:28:00 IS2120@csdn.T724347523 [T73,L793,R28,V6... 阅读全文
posted @ 2012-08-10 19:24 BiG5 阅读(236) 评论(0) 推荐(0)
摘要:xp oracle access 链接表 //z 2012-08-10 17:33:09 IS2120@csdn.T3850797830[T70,L664,R22,V685] 总是遇到这个异常,暂无解决方案 //z 2012-08-13 17:07:41 IS2120@csdn.T202896... 阅读全文
posted @ 2012-08-10 17:30 BiG5 阅读(324) 评论(0) 推荐(0)
摘要:SQL: ALTER TABLE Statement The ALTER TABLE statement allows you to rename an existing table. It can also be used to add, modify, or drop a column f... 阅读全文
posted @ 2012-08-09 09:32 BiG5 阅读(247) 评论(0) 推荐(0)
摘要:修改表的例子: Examples Add a column to a table ALTER TABLE STAFF_OPTIONS ADD SO_INSURANCE_PROVIDER Varchar2(35);Add a default value to a column ... 阅读全文
posted @ 2012-08-09 09:30 BiG5 阅读(171) 评论(0) 推荐(0)
摘要:instructions from microsoft Msjet40.dll 版本 Jet 4.0 版本级别 4.0.2927.4 Service Pack 3 (SP3) 4.0.3714.7 Service Pack 4 (SP4) 4.0.4431.1 或 4.0.44... 阅读全文
posted @ 2012-08-08 12:02 BiG5 阅读(192) 评论(0) 推荐(0)
摘要:How to obtain thelatest service pack for the Microsoft Jet 4.0 Database Engine 如何确定Jet 4.0 的当前版本级别 //z 2012-08-08 11:27:32 IS2120@CSDN.T3439048614[T... 阅读全文
posted @ 2012-08-08 11:23 BiG5 阅读(1231) 评论(0) 推荐(0)
摘要:The Microsoft.Jet.OLEDB.4.0 provider is not registered on the local machine The Problem Trying to run Amphis Customer on a 64-bit PC gives this err... 阅读全文
posted @ 2012-08-08 11:15 BiG5 阅读(129) 评论(0) 推荐(0)
摘要:How message recall works Have you ever clicked send on a message and then remembered that you forgot to attach that important file, or realized y... 阅读全文
posted @ 2012-08-08 10:55 BiG5 阅读(483) 评论(0) 推荐(0)
摘要://z 2012-08-08 10:47:37 IS2120@CSDN.T1266408108[T51,L288,R10,V504] Determine Microsoft Database AccessEngine Version access mdb 数据库 引擎 版本 信息 Hi ... 阅读全文
posted @ 2012-08-08 10:44 BiG5 阅读(149) 评论(0) 推荐(0)
摘要:When you store data to a VARCHAR(N) column, the values are physically stored in the same way. But when you store it to a VARCHAR(MAX) column, be... 阅读全文
posted @ 2012-08-02 17:17 BiG5 阅读(389) 评论(0) 推荐(0)
摘要://z 2012-08-02 10:26:07 is2120@csdn.T3136396074[T16,L279,R6,V369] Microsoft Access 2007 - 2010 Maximum Capacities These figures are taken from Micro... 阅读全文
posted @ 2012-08-02 10:22 BiG5 阅读(457) 评论(0) 推荐(0)
摘要:Different ways how to escape an XML string in C# //z 2012-08-01 17:02:15 is2120@csdn.T297755689 [T22,L756,R3,V348] XML encoding is necessary if you ... 阅读全文
posted @ 2012-08-01 16:59 BiG5 阅读(246) 评论(0) 推荐(0)
摘要:Versions: Oracle 11g, 10g, 9i, 8i and 7.3 Oracle - NVARCHAR2 Syntax NVARCHAR2(n) Data Variable-length character data in Unicode - UTF-8 or ... 阅读全文
posted @ 2012-08-01 15:26 BiG5 阅读(214) 评论(0) 推荐(0)
摘要://z 2012-08-01 14:15:27 is2120@csdn.T995425965 [T7,L192,R3,V122] The following table specifies the maximum sizes and numbers of various objects defi... 阅读全文
posted @ 2012-08-01 14:13 BiG5 阅读(355) 评论(0) 推荐(0)
摘要:Frequently Asked Questions - SQL Server 2005 - VARCHAR(MAX), NVARCHAR(MAX), VARBINARY(MAX) //z 2012-08-01 14:15:27 is2120@csdn.T995425965 [T7,L192,R... 阅读全文
posted @ 2012-08-01 14:11 BiG5 阅读(222) 评论(0) 推荐(0)
摘要:Oracle/PLSQL: Data Types The following is a list of datatypes available in Oracle. //z 2012-08-01 13:48:57 is2120@csdn.T1290880757[T6,L73,R2,V39] ... 阅读全文
posted @ 2012-08-01 13:45 BiG5 阅读(650) 评论(0) 推荐(0)
摘要:create table T1 (col_1 NVARCHAR2(2001)); ORA-00910: specified length too long for its datatype //z 2012-08-01 13:37:33 IS2120@CSDN.T3072156621[T5,L... 阅读全文
posted @ 2012-08-01 13:36 BiG5 阅读(1295) 评论(0) 推荐(0)