码迷,mamicode.com
首页 >  
搜索关键字:region    ( 2749个结果
文件操作
#region 文件操作 /// /// 文件操作 /// /// /// private void button3_Click(object sender, EventArgs e) { ...
分类:其他好文   时间:2014-05-29 04:04:51    阅读次数:173
目录操作
#region 目录操作 /// /// 目录操作 /// /// /// private void button2_Click(object sender, EventArgs e) { ...
分类:其他好文   时间:2014-05-28 08:54:33    阅读次数:279
primary and secondary crusher
Have we missed some critical information from this article? Are you a company, organisation or research group operating in this region and feel you wa...
分类:其他好文   时间:2014-05-28 04:06:31    阅读次数:337
hbase源码系列(十三)缓存机制MemStore与Block Cache
这一章讲hbase的缓存机制,这里面涉及的内容也是比较多,呵呵,我理解中的缓存是保存在内存中的特定的便于检索的数据结构就是缓存。之前在讲put的时候,put是被添加到Store里面,这个Store是个接口,实现是在HStore里面,MemStore其实是它底下的小子。那它和Region Server...
分类:其他好文   时间:2014-05-27 00:16:07    阅读次数:376
字符转码
#region 字符转码 /// /// 对指定字符串进行URL标准化转码 中文字符串转换成UTF-8 /// /// /// /// public static string UrlEncode(strin...
分类:其他好文   时间:2014-05-26 00:33:03    阅读次数:244
多个手机号逗号分开
#region 测试 数组类型的 string[] mobiles = new string[] { "18975887650", "18775887650", "18977487650", "18975887512" }; /// /// 循环获取多个手机...
分类:移动开发   时间:2014-05-25 23:48:39    阅读次数:459
Ubuntu MAAS
BasedonUbuntu14.04LTS sudoaptitude-yinstallmaasmaas-dhcpmaas-dnsMAAS服务器修改为静态IPaddress后无法访问web$sudodpkg-reconfiguremaas-region-controller $sudodpkg-reconfiguremaas-cluster-controller $sudoreboot MAASloginandimportbootp_w_picpaths sudomaas-regi..
分类:其他好文   时间:2014-05-24 16:28:20    阅读次数:357
manganese mining quarry machine
Have we missed some critical information from this article? Are you a company, organisation or research group operating in this region and feel you wa...
分类:其他好文   时间:2014-05-23 05:51:05    阅读次数:305
poi合并单元格同时导出excel
poi合并单元格同时导出excelPOI进行跨行需要用到对象HSSFSheet对象,现在就当我们程序已经定义了一个HSSFSheet对象sheet。跨第1行第1个到第2个单元格的操作为sheet.addMergedRegion(new Region(0,(short)0,0,(short)1));跨...
分类:其他好文   时间:2014-05-22 00:31:11    阅读次数:425
hi3531的pcie atu资源重映射
1. 设置ATU 区域号寄存器为需要配置的地址转换区编号。 2. 设置ATU Region Lower Base Address Register 和ATU Region Upper Base Address Register。(在此区域内的目标地址将由区域号寄存器所在的ATU 转换) 3. 设置ATU Region Limit Address Register。 4. 设置ATU Reg...
分类:其他好文   时间:2014-05-21 13:52:28    阅读次数:247
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!