03 2012 档案

摘要:"""""""""""""""""""""""""""""""""""""""""""""""""" 阅读全文
posted @ 2012-03-29 10:59 BiG5 阅读(276) 评论(0) 推荐(0)
摘要://z 2012-3-29 0:01:36 IS2120@CSDN 异常的开销: 1. static cost:managed exceptions相对代价较低(与c++相比)。 static cost所发生的地方: 1.1.try/finally/catch/throw这些代码构件实际所在的位... 阅读全文
posted @ 2012-03-28 23:53 BiG5 阅读(153) 评论(0) 推荐(0)
摘要://z 2012-5-18 10:29:00 AM IS2120@CSDN essential .net CLRvia C# The C# Programming Language, 4th edition by Anders Hejlsberg, Mads Torgersen, Scott ... 阅读全文
posted @ 2012-03-28 17:27 BiG5 阅读(139) 评论(0) 推荐(0)
摘要:C# PERFORMANCE 性能 //z 2012-3-28 15:04:03 PM IS2120@CSDN 1. 最重要的是定位出 hot spot 尽量优化哪些占用了大量时间的方法等,否则费了力气,效果不彰。 2. class 一般不要有空的 dtor 结构无法定义dtor,只有类可以... 阅读全文
posted @ 2012-03-28 15:19 BiG5 阅读(180) 评论(0) 推荐(0)
摘要:Dev 11 has a diff and merge view that is simply outstanding and using it to compare changes before checkin is just dreamy. I ran into a situation w... 阅读全文
posted @ 2012-03-16 17:36 BiG5 阅读(209) 评论(0) 推荐(0)
摘要://z 2012-3-16 11:34:36 AM IS2120@CSDN SQL Server 2005 or 2008: SELECT * FROM information_schema.tables SQL Server 2000: SELECT * FROM sysobjects W... 阅读全文
posted @ 2012-03-16 11:32 BiG5 阅读(386) 评论(0) 推荐(0)
摘要:HTTPS Everywhere Rulesets 文件夹,HTTPSEverywhereUserRules //z 2013-03-04 14:41:51 IS2120@BG57IV3.T251553835 .K[T229,L3029,R95,V3290] 照这这个样子写,就可... 阅读全文
posted @ 2012-03-15 14:04 BiG5 阅读(395) 评论(0) 推荐(0)
摘要:我自己增加网址似乎无效 // HTTP-to-HTTPS redirector script // 2012-3-15 11:28:41 AM IS2120@CSDN // WARNING: Enable *only* sites and pages you *know* work the s... 阅读全文
posted @ 2012-03-15 13:43 BiG5 阅读(183) 评论(0) 推荐(0)
摘要:update options These standard options are available with update (see section A.5 Common command options, for a complete description of them): -D d... 阅读全文
posted @ 2012-03-15 11:50 BiG5 阅读(319) 评论(0) 推荐(0)
摘要:CVS笔记 http://blog.csdn.net/didizyp/article/details/1690000 一、获取与安装 CVS(Concurrent Versions System)是一款开源的版本控制系统,当前版本1.11.22,可以从http://ftp.gnu.or... 阅读全文
posted @ 2012-03-15 11:26 BiG5 阅读(173) 评论(0) 推荐(0)
摘要:Visual Studio 调试技巧[Command Window & Immediate Window ](Tips) 1. immediate window 定义的一些 alias (//z 2012-3-13 14:04:44 PM IS2120@CSDN) alias ? Debug... 阅读全文
posted @ 2012-03-13 14:11 BiG5 阅读(202) 评论(0) 推荐(0)
摘要:Oracle Trace文件生成及查看 (zz) 1.Trace file简介: Trace file(追踪文件)是以trc为后续的文本文件,它记录了各种sql操作及所消耗的时间等,根据trace文件我们就可以了解哪些sql导致了系统的性能瓶颈,进而采取恰当的方式调优.(//z 2012-3... 阅读全文
posted @ 2012-03-09 16:11 BiG5 阅读(284) 评论(0) 推荐(0)
摘要:Xml Tips //z 2012-3-7 16:43:47 PM IS2120@CSDN 1. xml 中的注释 并非用于 XML 分析器的内容(例如与文档结构或编辑有关的说明)可以包含在注释中。注释以 结尾,例如。 注释可以出现在文档序言中,包括文档类型定义 (DTD);文档之后... 阅读全文
posted @ 2012-03-07 16:41 BiG5 阅读(199) 评论(0) 推荐(0)
摘要:VB.NET and C# Comparison (vb.net 与 c# 对比) //z 2012-3-7 13:30:51 PM IS2120@CSDN VB.NET Program Structure C# Imports System Namespace H... 阅读全文
posted @ 2012-03-07 13:28 BiG5 阅读(141) 评论(0) 推荐(0)
摘要:将输入字符串转化为合法的文件名称 using System; using System.Text; namespace ConvertFilenameToValid { //z 2012-3-5 13:17:35 PM IS2120@CSDN class Program ... 阅读全文
posted @ 2012-03-05 13:17 BiG5 阅读(251) 评论(0) 推荐(0)
摘要:Windows PowerShell Profiles (zz) //z 2012-3-2 20:25:52 PM IS2120@CSDN Published: May 20, 2009 Updated: February 29, 2012 Applies To: Windows PowerSh... 阅读全文
posted @ 2012-03-02 20:23 BiG5 阅读(204) 评论(0) 推荐(0)
摘要:2012.9.4 发布了 POWERSHELL 3.0 windows 7 与 PowerShell 2.0 windows 7 不需要下载安装 PowerShell 2.0 了,在windows 7发布的时候已经内置了 PowerShell 2.0 对于 windows 2008 R2来... 阅读全文
posted @ 2012-03-02 18:00 BiG5 阅读(218) 评论(0) 推荐(0)
摘要:Notepad++ Tips //z 2012-3-2 13:27:05 is2120@csdn 1. 使用NOTEPAD++格式化 xml 文件 1.1 可以用 xml tool (plugin) Plugins -> XML Tools -> Pretty print (XML only ... 阅读全文
posted @ 2012-03-02 13:27 BiG5 阅读(150) 评论(0) 推荐(0)
摘要:红十月的赞礼 寒冷,空旷,阴暗, 灯火离我而远去, 不知我何时会死去。 永别了,亲爱的故土! 离别是如此的真切。 母亲,故乡 永别了,伟大的祖国! 迎风启航, 大海在期待着我们, 辽阔的海洋在召唤, 还有那巨浪! (重复1) 赞颂我的父祖, 你们遗下的信念坚不可摧。 ... 阅读全文
posted @ 2012-03-01 13:00 BiG5 阅读(158) 评论(0) 推荐(0)
摘要:如何成为靠谱的DotNet/C#程序员(SUNXIUNAN) //z 2012-3-1 10:26:43 AM IS2120@CSDN 1 确定目标 微软系开发涉及面太广,所以你得先确定自己在哪方面有所专长。除了基础知识扎实以外,在asp.net/ siliverlight / WPF 必须... 阅读全文
posted @ 2012-03-01 10:24 BiG5 阅读(186) 评论(0) 推荐(0)