码迷,mamicode.com
首页 >  
搜索关键字:openfiler configuration    ( 5988个结果
AccessHelper
代码:using System;using System.Data;using System.Configuration;using System.Data.OleDb;using ahwildlife.Utils;/// /// AccessHelper 的摘要说明/// public class...
分类:数据库   时间:2014-10-13 17:49:29    阅读次数:210
C++虚函数表分析
在逆向C++>>一文中提到 VC6.0 以上的编译器支持一个d1reportAllClassLayout的开关, 可以输出所有对象的内存布局信息, 我自己常用vs2005来开发,所以这里我就以vs2005为例讲怎么设置d1reportAllClassLayout。         右键项目属性(Properties)—》配制属性(Configuration Properties)—》C/C++-...
分类:编程语言   时间:2014-10-13 14:47:09    阅读次数:402
在Hadoop监控页面如何查看Hive的完整SQL
如图,这里只能看到简单的一段SQL,几乎看不出具体在执行什么任务。 此时可以点开一个application,点击Tracking URL: ApplicationMaster 进入到MapReduce Job job_1409xxxx,Job页面 点击左侧的Configuration 这里有此Job对应的所有参数,在 右上角的搜索框中输入string, 其中key为 hive....
分类:数据库   时间:2014-10-13 13:40:59    阅读次数:220
Hibernate--根据实体类获得表名、主键名、字段名(与Spring集成)
在使用Hibernate时,我们有时可能需要根据实体类获得数据库表的信息,上面的那个链接的内容已经给出了模版,不过使用Hibernate4时,如果获得的PersistentClass一直为null,可以试着采用下面的方式初始化Configuration...
分类:编程语言   时间:2014-10-12 21:35:28    阅读次数:395
VIM配置
" " FileName: .vimrc " Author: zangzhiyuan " Date: 2013-11-21 9:37:24 " Description:vim configuration " "设置语法高亮 syntax enable syntax on "设置显示行号 set number "设置缩进大小 set sw=4 set ts=...
分类:系统相关   时间:2014-10-11 23:13:27    阅读次数:331
A Simple MVC Framework With Node and Express
I love frameworks. As soon as I dropped my programmer’s ego and learned to embrace well conceived conventions over configuration my development and deployment times felt the benefit. On the other...
分类:Web程序   时间:2014-10-11 23:13:17    阅读次数:422
借助Spring读入用户自定义配制文件
用户自定义配置文件userconfiguration.propertiesMyKey = 1Spring Bean 配制 classpath:conf/userconfiguration.properties --> util.configuration类的实...
分类:编程语言   时间:2014-10-11 20:36:26    阅读次数:188
textbox button 模拟fileupload
无标题页 using System;using System.Collections;using System.Configuration;using System.Data;using System.Linq;using System....
分类:其他好文   时间:2014-10-11 15:51:55    阅读次数:215
Myeclipse8.5中svn插件安装方法总结
【转】http://lwcheng1985.iteye.com/blog/696143 有改动方法一:在线安装 1.打开HELP->MyEclipse Configuration Center。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,....
分类:系统相关   时间:2014-10-11 10:47:15    阅读次数:256
Device "/dev/sdg" is not a partition【再续】
之前创建asm磁盘的时候总结过一下错误:http://blog.csdn.net/rhys_oracle/article/details/17029333 当今天情况是这样的。如下: 在使用openfiler通过iSCSI映射到本地,发现将整个磁盘创建为asm提示如下错误: [root@rac1 iscsi]# /etc/init.d/oracleasm createdisk VOL1 /d...
分类:其他好文   时间:2014-10-10 21:09:04    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!