码迷,mamicode.com
首页 >  
搜索关键字:invalid region    ( 5582个结果
NPOI DataGridView导出EXCEL
NPOI 官方网站 http://npoi.codeplex.com/ 加载NPOI.DLL ,引用这两个命名空间 using NPOI.HSSF.UserModel; using NPOI.SS.UserModel; #region NPOI DataGridView 导出 EXCEL /// /...
分类:Windows程序   时间:2014-05-15 17:47:20    阅读次数:536
C#高效率导入Excel数据
//此方法可以一次导入百万数据public int GetDevicesExel(string fileName, string users, out string repIMEI) { int res = 0; #region exel导入...
分类:其他好文   时间:2014-05-15 17:05:06    阅读次数:250
boost::interprocess(1)
发送端:#include #include #include using namespace std;#include #include #include using namespace boost::interprocess;int num = 0;mapped_region *mp_r;void...
分类:其他好文   时间:2014-05-15 16:05:06    阅读次数:258
[版本管理]有惊无险修复svn服务器Invalid filesystem revision number问题
问题起因:某一天下午,团队成员在向svn服务端提交新内容,突然整栋楼断电了,自然,提交的过程被中断了。当时,还没有什么想法。 等有电后,另外一同事在update项目时,发现无法正常使用svn,一直报异常信息:Invalid filesystem revision numbersvn: 没...
分类:其他好文   时间:2014-05-15 15:49:33    阅读次数:329
c# 鼠标在控件上拖动 移动窗体 移动窗口
#region 移动窗体 移动窗口 private Point _mousePoint; private int topA(Control cc) { if (cc == null || cc == this) retu...
分类:移动开发   时间:2014-05-15 10:10:20    阅读次数:349
entity framework 6 自己编写的通用数据类
//dal类: public class BaseDAL { string strConn = ""; public BaseDAL(string connString) { strConn = connString; } #region 通用增删改查 #region...
分类:其他好文   时间:2014-05-15 05:20:18    阅读次数:283
Python3.4 解释一段程序时提示SyntaxError: invalid syntax错误
问题描述: 我用的Python版本是3.4,入股...
分类:编程语言   时间:2014-05-15 01:25:31    阅读次数:289
OpenStack_Swift源码分析——Ring基本原理及一致性Hash算法
1、Ring的基本概念 Ring是swfit中最重要的组件,用于记录存储对象与物理位置之间的映射关系,当用户需要对Account、Container、Object操作时,就需要查询对应的Ring文件(Account、Container、Object都有自己对应的Ring),Ring 使用Region(最近几个版本中新加入的)、Zone、Device、Partition和Replica来维护这些信...
分类:其他好文   时间:2014-05-14 15:22:15    阅读次数:1213
hbase源码系列(九)StoreFile存储格式
从这一章开始要讲Region Server这块的了,但是在讲Region Server这块之前得讲一下StoreFile,否则后面的不好讲下去,这块是基础,Region Sever上面的操作,大部分都是基于它来进行的。HFile概述HFile是HBase中实际存数据的文件,为HBase提供高效快速的...
分类:其他好文   时间:2014-05-14 11:42:39    阅读次数:314
asp.net 实现“九连环”小游戏
asp.net 实现“九连环”小游戏 wildcatsky(原作) public Class ChinaRing1  Inherits System.Web.UI.Page #Region " Web 窗体设计器生成的代码 " '该调用是 Web 窗体设计器所必需的。  Private Sub InitializeComponent() End Sub  Protected Wi...
分类:Web程序   时间:2014-05-14 00:30:45    阅读次数:390
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!