码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
LeetCode "Surrounded Regions"
Flood-Fill. BFS. But there's a trick. If we fill surrounded region directly, extra bookkeeping cost is needed - because we don't know whether that reg...
分类:其他好文   时间:2014-07-26 14:58:00    阅读次数:313
Surrounded Regions leetcode java
题目: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 surroun....
分类:编程语言   时间:2014-07-26 14:16:25    阅读次数:257
判断真实ip
#region 获取真实ip/// /// 获取真实ip/// /// public static string GetRealIP(HttpRequest request){string result = String.Empty;result = request.ServerVariab...
分类:其他好文   时间:2014-07-26 14:08:35    阅读次数:180
图表:WebChartControl
#region 画统计图 /// /// 画统计图 /// private void LoadWebChartControl() { this.WebChartControl1.Series.Clear(...
分类:Web程序   时间:2014-07-26 00:51:36    阅读次数:323
AutoFac初探
.net 4.0使用的DLL #region RegisterType注册 var builder = new ContainerBuilder(); builder.RegisterType(); builder...
分类:其他好文   时间:2014-07-24 09:46:12    阅读次数:371
C# 下利用ICSharpCode.SharpZipLib.dll实现文件/文件夹压缩、解压缩
ICSharpCode.SharpZipLib.dll下载地址 1、压缩某个指定目录下日志 #region 压缩logs目录下日志 public static void CompresslogDic() { try { string logFilePath =...
分类:其他好文   时间:2014-07-23 22:37:57    阅读次数:356
HBase调研
hbaseregion,store,storefile和列簇,的关系关于hbase的read操作的深入研究region到storefile过程
分类:其他好文   时间:2014-07-23 21:25:57    阅读次数:169
List转DataTable(反射) ; 将泛型集合类转换成DataTable ; 将集合类转换成DataTable
#region 将集合类转换成DataTable /// /// 将集合类转换成DataTable /// /// 集合 /// public static DataTable ToDataTable(IList list) { DataTable r...
分类:其他好文   时间:2014-07-23 20:43:35    阅读次数:154
这是什么垃圾代码
#region Helper public virtual void SerializeTo(ref Uri url, object queryJson) { if (queryJson != null) { ...
分类:其他好文   时间:2014-07-22 22:41:14    阅读次数:221
C# 隐藏标题栏 调整大小 并且移动窗口
隐藏标题栏(窗口属性):1、设置在该窗体的标题栏中是否显示控件框:this.ControlBox = false;2、设置在该窗体的标题为空:this.Text = string.Empty;3、移动窗口:实现Form的函数WndProc #region 实现点击移动 i...
分类:移动开发   时间:2014-07-22 22:32:34    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!