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
题目: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
#region 获取真实ip/// /// 获取真实ip/// /// public static string GetRealIP(HttpRequest request){string result = String.Empty;result = request.ServerVariab...
分类:
其他好文 时间:
2014-07-26 14:08:35
阅读次数:
180
#region 画统计图 /// /// 画统计图 /// private void LoadWebChartControl() { this.WebChartControl1.Series.Clear(...
分类:
Web程序 时间:
2014-07-26 00:51:36
阅读次数:
323
.net 4.0使用的DLL #region RegisterType注册 var builder = new ContainerBuilder(); builder.RegisterType(); builder...
分类:
其他好文 时间:
2014-07-24 09:46:12
阅读次数:
371
ICSharpCode.SharpZipLib.dll下载地址
1、压缩某个指定目录下日志
#region 压缩logs目录下日志
public static void CompresslogDic()
{
try
{
string logFilePath =...
分类:
其他好文 时间:
2014-07-23 22:37:57
阅读次数:
356
hbaseregion,store,storefile和列簇,的关系关于hbase的read操作的深入研究region到storefile过程
分类:
其他好文 时间:
2014-07-23 21:25:57
阅读次数:
169
#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
隐藏标题栏(窗口属性):1、设置在该窗体的标题栏中是否显示控件框:this.ControlBox = false;2、设置在该窗体的标题为空:this.Text = string.Empty;3、移动窗口:实现Form的函数WndProc #region 实现点击移动 i...
分类:
移动开发 时间:
2014-07-22 22:32:34
阅读次数:
356