09 2011 档案

摘要:1. /warn (Specify Warning Level) /warn:option where: optionThe minimum warning level you want displayed for the build. Valid values are 0-... 阅读全文
posted @ 2011-09-28 23:44 BiG5 阅读(263) 评论(0) 推荐(0)
摘要:using语句之-释放资源和异常处理 2009-05-23 14:04 有时,代码要求非托管资源,如文件句柄、COM 包装或 SQL 连接。在使用一个或多个此类资源完成了代码后,Using 块确保这些资源的释放。这样,其他代码就可以使用它们。 托管资源由 .NET Framewo... 阅读全文
posted @ 2011-09-28 07:44 BiG5 阅读(274) 评论(0) 推荐(0)
摘要:Providers for Oracle » Oracle Data Provider for .NET / ODP.NET (OracleConnection) » .NET Framework Data Provider for Oracle (OracleConnection) » dot... 阅读全文
posted @ 2011-09-27 11:09 BiG5 阅读(282) 评论(0) 推荐(0)
摘要:ie11 关闭插件 扩展 Win+R输入iexplore -extoff可以启动干净的ie。 How to remove qq from add/remove software list HKEY_CURRENT_USER\Software\Microsoft\Installer\Prod... 阅读全文
posted @ 2011-09-25 22:34 BiG5 阅读(214) 评论(0) 推荐(0)
摘要:第一章 概述 规范制定原则 1 方便代码的交流和维护。 2 不影响编码的效率,不与大众习惯冲突。 3 使代码更美观、阅读更方便。 4 使代码的逻辑更清晰、更易于理解。 术语定义 Pascal 大小写 将标识符的首字母和后面连接的每个单词的首字母都大写。可以对三字符或更... 阅读全文
posted @ 2011-09-25 05:33 BiG5 阅读(256) 评论(0) 推荐(0)
摘要:int a = 12345678; //格式为sring输出 // Label1.Text = string.Format("asdfadsf{0}adsfasdf",a); // Label2.Text = "asdfadsf"+a.ToString()+"adsfasdf"... 阅读全文
posted @ 2011-09-25 05:31 BiG5 阅读(475) 评论(0) 推荐(0)
摘要:http://sunxiunan.com/?p=1929 1) 是否有语法错误,编译错误,编译警告。 做法:下载最新代码,将编译警告级别提升到最高,检查output信息。 2)是否符合需求,完成requirement文档要求的内容,不能多,也不能少。 注意:即使发现有问题代码,如果与需求关联... 阅读全文
posted @ 2011-09-24 16:21 BiG5 阅读(152) 评论(0) 推荐(0)
摘要:1. 在 ubuntu中安中 vmtools 首先载入 vmtools.iso cp /cdrom/*.gz /tmp/ cd /tmp tar xvzf VM*.gz cd vmware* sudo ./vmware-install.pl 2. 安装 ibus 输入法 sudo apt-... 阅读全文
posted @ 2011-09-23 16:18 BiG5 阅读(112) 评论(0) 推荐(0)
摘要:lm 显示已经加载的模块和首地址 !dh dll的首地址 bp 首地址+!dh获得的EP地址 或者: sxe ld:dllname.dll .restart 来断下dll的执行但不是运行到oep处 .chain 命令可以检查目前WinDbg已经加载的扩展 sxe clr 开启检测CLR... 阅读全文
posted @ 2011-09-21 21:32 BiG5 阅读(195) 评论(0) 推荐(0)
摘要:第一部分 Alt+F4 文件(F) - Exit Closes FreeCommander Ctrl+Alt+V 文件(F) - 比较文本文件... 比较文本文件 F4 文件(F) - 编辑(E) 打开文件编辑器编辑选定文件 Shift+Ctrl+F8 文件(F) - 擦除... 安全地删除... 阅读全文
posted @ 2011-09-21 20:50 BiG5 阅读(542) 评论(0) 推荐(0)
摘要:【Ubuntu·Linux篇】Ubuntu alternate和desktop区别 Desktop : 刻录在光盘,从光盘运行的系统,相当于 Live CD alternate: 硬盘版,安装版本 LTS = Long Term SupportLong Term Support:长时间支持... 阅读全文
posted @ 2011-09-21 16:10 BiG5 阅读(253) 评论(0) 推荐(0)
摘要:“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition... 阅读全文
posted @ 2011-09-19 23:14 BiG5 阅读(280) 评论(0) 推荐(0)
摘要://z 纯粹自己备忘 //z 9/19/2011 1:22 PM@is2120.csdn cvs 命令的形式: cvscvs-options subcommand subcommand-options 查看帮助: cvs-H subcommand cvs status -h 检出文件: ... 阅读全文
posted @ 2011-09-19 14:04 BiG5 阅读(243) 评论(0) 推荐(0)
摘要:notepad++ plugin development //z 2011-09-18 21:09:44@is2120.CSDN 转载请注明出处 //z 2012-07-06 10:20:05 AM is2120@csdn.T3826204531 //z 因想修改一个插入日期的插件稍微看了一下... 阅读全文
posted @ 2011-09-18 21:08 BiG5 阅读(293) 评论(0) 推荐(0)
摘要:CVS使用手册 CVS是一个C/S系统,多个开发人员通过一个中心版本控制系统来记录文件版本,从而达到保证文件同步的目的。工作模式如下: CVS服务器(文件版本库) / | \ (版 本 同 步) / | ... 阅读全文
posted @ 2011-09-17 09:39 BiG5 阅读(247) 评论(0) 推荐(0)
摘要:这里有份CVS中文手册 http://man.chinaunix.net/develop/cvsdoc_zh/index.html#Top cvs用法总结(1)--cvs命令格式,标志字符和环境 cvs用法总结(1)--cvs命令格式 读书笔记,中文名"版本控制之道-使用cvs",英文名"Pr... 阅读全文
posted @ 2011-09-17 09:32 BiG5 阅读(656) 评论(0) 推荐(0)
摘要:Once you're written your VBA procedures and achieved clean compiles without errors, you are ready to undertake the most important step in programmin... 阅读全文
posted @ 2011-09-15 06:28 BiG5 阅读(144) 评论(0) 推荐(0)
摘要:编辑.复制 Ctrl + Shift + 数字键区中的 (+) 将当前选定的项复制到系统剪贴板。T3168112470 编辑.剪切 Ctrl + Shift + 数字键区中的 (-) 将当前选定的项移除到系统剪贴板。 - 或 - Shift + Delete ... 阅读全文
posted @ 2011-09-14 00:21 BiG5 阅读(262) 评论(0) 推荐(0)
摘要://z 2012-5-17 12:35:17 PM IS2120@CSDN Pre: IF NOT EXIST $(IntDir)..\..\lib mkdir $(IntDir)..\..\lib Post: copy $(IntDir)$(ProjectName).lib $(IntDir)... 阅读全文
posted @ 2011-09-14 00:15 BiG5 阅读(148) 评论(0) 推荐(0)
摘要:VC6.0编译器参数的设置主要通过VC的菜单项Project->Settings->C/C++页来完成。我们可以看到这一页的最下面Project Options中的内容,一般如下: /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG"... 阅读全文
posted @ 2011-09-14 00:06 BiG5 阅读(283) 评论(0) 推荐(0)
摘要:winsat disk -drive c 查看硬盘读写信息 //z 2014-04-14 22:33:48 IS2120@BG57IV3 T3364272436.K.F1547169058[T5,L98,R2,V67] //z 主要用于记录一些工具 绘图: xmind 编译: ilspy ... 阅读全文
posted @ 2011-09-11 11:07 BiG5 阅读(267) 评论(0) 推荐(0)
摘要:1. 发现了两个小工具(都是通过odbc来访问) 1.1 winsql (其中lite是免费版,需要上网站上申请注册号) 1.2 query tool 2. Creating a SQL Query in Access 2007 by rhyttinen on September 17,... 阅读全文
posted @ 2011-09-09 16:16 BiG5 阅读(237) 评论(0) 推荐(0)
摘要://z 9/9/2011 3:43 PM@is2120@csdn 1. bug是什么?(理解问题) 2. 现象是什么?(重现) 3. 找到对应代码的位置(File:Line) 4. 进入代码看看,根据context理解代码含义,理解代码出现的原因 5. 任务分解:将代码分解为较小的任... 阅读全文
posted @ 2011-09-09 15:44 BiG5 阅读(130) 评论(0) 推荐(0)
摘要:1. 方法一:将文件中的乱码找到去掉 //z 2012-07-06 10:22:32 AM IS2120@CSDN.T113491669 用VS2005+DirectX9 SDK(手头测试过的是2004年10月的DirectX SDK和2006年4月的DirectX SDK)编译游戏会出现... 阅读全文
posted @ 2011-09-08 20:30 BiG5 阅读(423) 评论(0) 推荐(0)
摘要:米色 245 245 220 The HTML Color Table //z 2014-03-25 08:18:41 IS2120@BG57IV3 T3343244181.K.F1434403198[T1,L68,R2,V15] The following table contains t... 阅读全文
posted @ 2011-09-06 13:46 BiG5 阅读(986) 评论(0) 推荐(0)
摘要://z 9/5/2011 2:39 PM@is2120@csdn .netframework4.0 iso_whid 错误 在用visual studio 2010 调试时会向dbgview输出大量的如下信息: *** HR propagated: -2147024774 [8092] *... 阅读全文
posted @ 2011-09-05 14:38 BiG5 阅读(233) 评论(0) 推荐(0)
摘要:Use the Microsoft Symbol Server to obtain debug symbol files //z 2011-09-04 16:52:44@is2120.CSDN 转载请注明出处 debug tools for windows,windbg 1. 在windbg中... 阅读全文
posted @ 2011-09-04 16:51 BiG5 阅读(1983) 评论(0) 推荐(0)
摘要:After installed the mobileme control panel on my Win7 X64, the mobileme control panel cannot be launched with error message "Missing iconv.dll". Eve... 阅读全文
posted @ 2011-09-02 14:24 BiG5 阅读(130) 评论(0) 推荐(0)
摘要:1. 不记录最近文档 Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "NoRecentDocsHisto... 阅读全文
posted @ 2011-09-02 05:53 BiG5 阅读(260) 评论(0) 推荐(0)
摘要:gcc gc D:\sys\Toolkit\gcc4.4.0Bboost1.45.0\mingw\bin\gcc.exe -Wall -c $(FileName) $(FileDir) gl "D:\sys\Toolkit\gcc4.4.0Bboost1.45.0\mingw\bin\gcc... 阅读全文
posted @ 2011-09-01 22:52 BiG5 阅读(170) 评论(0) 推荐(0)
摘要://z 2016-08-31 17:22:37 L.122'23843 BG57IV3@LLZ T3644615673.K.F3651456730[T214,L5661,R206,V3836] //z urmain.vbs Set objShell = CreateObject("She... 阅读全文
posted @ 2011-09-01 18:20 BiG5 阅读(284) 评论(0) 推荐(0)
摘要:User Tools //z 9/1/2011 2:21 PM@is2120@csdn This page exists a resource for user tool configurations frequently used in EditPlus. For information o... 阅读全文
posted @ 2011-09-01 14:20 BiG5 阅读(238) 评论(0) 推荐(0)