上一页 1 ··· 373 374 375 376 377 378 379 380 381 ··· 391 下一页
摘要: [.NET Framework 3.5对操作系统的要求](http://msdn.microsoft.com/zh-cn/library/bb882520(v=vs.90).aspx)[.NET Framework 4 对操作系统的要求](http://msdn.microsoft.com/zh-... 阅读全文
posted @ 2015-01-02 14:11 ChuckLu 阅读(495) 评论(0) 推荐(1) 编辑
摘要: "System.IO" .aspx) "System.IO.Directory" .aspx) 目录 "System.IO.Path" .aspx) 文件路径(包含目录和文件名) "System.IO.FileInfo" .aspx) 提供创建、复制、删除、移动和打开文件的属性和实例方法,并且帮助创 阅读全文
posted @ 2015-01-02 13:00 ChuckLu 阅读(406) 评论(0) 推荐(0) 编辑
摘要: "System.Diagnostics.Process" .aspx) 属性 public bool EnableRaisingEvents { get; set; }//获取或设置在进程终止时是否应激发 Exited 事件。 事件 public event EventHandler Exited 阅读全文
posted @ 2015-01-01 20:15 ChuckLu 阅读(3821) 评论(3) 推荐(1) 编辑
摘要: http://blog.jobbole.com/20069/ git的权限控制,可以借助第三方的工具来实现 也快成使用git的子模块http://www.cnblogs.com/aga-j/archive/2011/06/10/2078019.html why git is bett... 阅读全文
posted @ 2014-12-18 21:56 ChuckLu 阅读(341) 评论(0) 推荐(0) 编辑
摘要: svn的分支使用新建一个项目的时候,选择建立自带trunk,branches和tags文件夹的。其中trunk作为主开发。有需要的时候,从trunk创建分支到对应的branches下面,新建分支名字branch1,branch2还可以从trunk发布tag,到对应的tags下面,比如v1.0,v2.... 阅读全文
posted @ 2014-12-17 18:46 ChuckLu 阅读(257) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1113819/arrays-heap-and-stack-and-value-typesYour array is allocated on the heap, and the ints are not boxed.The so... 阅读全文
posted @ 2014-12-15 20:38 ChuckLu 阅读(220) 评论(0) 推荐(0) 编辑
摘要: >排序是数据结构的一种重要运算。>本章的5.1节至5.6节介绍内排序的各种方法,5.7节介绍外排序方法。此外,堆排序也是一种典型的选择排序,有关堆排序的算法将在第8章中介绍。#5.1基本概念> 在讨论排序的概念之前,首先引入**排序码**的概念。排序码是结点中的一个或多个字段,其值作为排序运算中的... 阅读全文
posted @ 2014-12-11 20:22 ChuckLu 阅读(451) 评论(0) 推荐(0) 编辑
摘要: C# Programming Guide Anonymous Functions Lambda Expressions Anonymous Methods In versions of C# before 2.0, the only way to declare a delegate was to 阅读全文
posted @ 2014-12-10 16:16 ChuckLu 阅读(233) 评论(0) 推荐(0) 编辑
摘要: http://www.hacking-tutorial.com/tips-and-trick/4-steps-to-prevent-man-in-the-middle-attack-arp-poisoning-in-lan/#sthash.et2oBZDP.dpbsIf we as a human ... 阅读全文
posted @ 2014-12-05 16:49 ChuckLu 阅读(502) 评论(0) 推荐(0) 编辑
摘要: 一 http://stackoverflow.com/questions/2155930/fixing-the-breakpoint-will-not-currently-be-hit-no-symbols-have-been-loaded-fo unable to hit the breakpoi 阅读全文
posted @ 2014-12-05 10:28 ChuckLu 阅读(1216) 评论(0) 推荐(0) 编辑
上一页 1 ··· 373 374 375 376 377 378 379 380 381 ··· 391 下一页