字符串的应用 #region 查找字符 //string str = "123456"; //foreach (char time in str) //{ // Console.WriteLine("{0}", time); //} //Console.ReadKey(); #endr...
分类:
其他好文 时间:
2014-07-31 09:46:56
阅读次数:
147
#region 数组 最大值 最小值 平均值 求和 冒泡排序 int[] arrag = new int[5] { 31, 62, 83, 54, 85 }; for (int i = 0; i arrag[j]) { int myarrag; myarrag = arrag[i]; a...
分类:
其他好文 时间:
2014-07-31 09:44:06
阅读次数:
181
#region 第一讲Windows 下载安装1.下载地址: http://www.mongodb.org/downloads2.安装注意,在安装之前,在硬盘上建立一个目录存放 MongoDB 安装文件3.添加 MongoDBDATA,用于保存数据4.执行CMD命令4.1 bin\mongod.ex...
分类:
数据库 时间:
2014-07-30 23:26:45
阅读次数:
359
??
vb.net WPF webbrowser window.close 关闭后不触发 WindowClosing 事件 WNDPROC解决方案
#Region "WPF 当浏览器窗口关闭时触发 Quit事件 "
#If OnSourceInitialized Then
Protected Overrides Sub OnSourceInitialized(e As Event...
Given a 2D board containing 'X' and 'O', capture all regions surrounded by 'X'.A region is captured by flipping all 'O's into 'X's in that surrounded ...
分类:
其他好文 时间:
2014-07-30 09:50:33
阅读次数:
296
http://blog.csdn.net/halym/article/details/9235823 在C#中使用NPOI2.0操作Excel2003和Excel2007 Excel2003: [csharp]?view plaincopy #region?Excel2003?? ///?<summary>?? ///?将Excel文件中的数据读...
分类:
其他好文 时间:
2014-07-30 01:10:23
阅读次数:
355
本文转载:http://blog.csdn.net/limlimlim/article/details/8638080 #region 多条件搜索时,使用List集合来拼接条件(拼接Sql) StringBuilder sql = new StringBuilder("se...
分类:
数据库 时间:
2014-07-29 13:36:08
阅读次数:
449
首先介绍几个概念:
1.ARM映像文件
ARM映像文件是一个层次性结构的文件,其中包含了域(region)、输出段(output section)和输入段(input section)。各部分关系如下:
一个映像文件由一个或多个域组成每个域包含一个或多个输出段每个输出段包含一个或多个输入段各输入段包含了目标文件中的代码和数据
输入段中包含了4类内容:代码、已经初始化的数据、...
分类:
其他好文 时间:
2014-07-29 13:10:17
阅读次数:
443
1 #region 生成验证码图片 2 //[OutputCache(Location = OutputCacheLocation.None, Duration = 0, NoStore = false)] 3 public ActionResult Sec...
分类:
Web程序 时间:
2014-07-28 15:21:54
阅读次数:
274
1 //辅助查询 Author:高兵兵 2 public class QueryHelp 3 { 4 #region IList ToList(string cmdText,string connString) where T : new() 5 /// 6 ...
分类:
其他好文 时间:
2014-07-28 15:15:43
阅读次数:
271