码迷,mamicode.com
首页 >  
搜索关键字:operations manager、监控、active directory    ( 7510个结果
apache 配置虚拟目录
<VirtualHost *:80> DocumentRoot "/opt/www" ServerName localhost ServerAlias localhost <Directory /> Require all granted </Directory> </VirtualHost>...
分类:Web程序   时间:2014-10-16 18:11:13    阅读次数:209
ORACLE EXPDP命令
(转自:http://blog.csdn.net/zftang/article/details/6387325)1. DIRECTORY指定转储文件和日志文件所在的目录DIRECTORY=directory_objectDirectory_object用于指定目录对象名称.需要注意,目录对象是使用C...
分类:数据库   时间:2014-10-16 17:51:42    阅读次数:275
TEST
static struct file_operations s3c24xx_leds_fops ={ .owner = THIS_MODULE , //.open = s3c24xx_leds_open, .read = s3c24xx_leds_read , .write = s3c24xx_le...
分类:其他好文   时间:2014-10-16 16:09:12    阅读次数:138
TEST2
static struct file_operations s3c24xx_leds_fops ={ .owner = THIS_MODULE , //.open = s3c24xx_leds_open, .read = s3c24xx_leds_read , .write = s3c24xx_le...
分类:其他好文   时间:2014-10-16 15:51:02    阅读次数:184
error while loading shared libraries: xxx.so.x"错误的
一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如: tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory ...
分类:其他好文   时间:2014-10-15 20:20:01    阅读次数:227
获取文件夹以及子文件夹里面的所有文件
1. 没有后缀名的限制:string[] filePaths = Directory.GetFiles(@"c:\MyDir\");2. 有后缀名:string[] filePaths = Directory.GetFiles(@"c:\MyDir\", "*.bmp");3. 获取文件夹以及子文件...
分类:其他好文   时间:2014-10-15 19:09:31    阅读次数:119
IT忍者神龟之MyEclipse 8.6.1 制作绿色版
安装文件:myeclipse-8.6.1-win32.exe 安装目录:D:\MyEclipse\8.6 运行安装: MyEclipse Install Directory -->C:\Users\Administrator\AppData\Local\Genuitec\MyEclipse-8.6 修改为:D:\MyEclipse\8.6.1\MyEclipse 这样的话,后面所有配...
分类:系统相关   时间:2014-10-15 16:57:52    阅读次数:748
MyEclipse反编译Class文件的实现
1.需要工具文件jad.exenet.sf.jadclipse_3.3.0.jar2.我们将jad.exe文件放到JDK的bin目录下3.我们将net.sf.jadclipse_3.3.0.jar拷贝到MyEclipse安装目录下的plugins目录下面4.在E:\java_directory\MyEclipse\dropins创建一个eclipse文件夹.5.在创建好的eclipse文件夹下,分别创..
分类:系统相关   时间:2014-10-15 16:03:11    阅读次数:303
关于JOS未分页之前物理地址映射问题的思考
在kern/pmap。         ////////////////////////////////////////////////////////////////////// // create initial page directory. kern_pgdir = (pde_t *) boot_alloc(PGSIZE); memset(kern_pgdir, 0, PGSIZE...
分类:其他好文   时间:2014-10-15 14:28:40    阅读次数:197
ORACLE远程连接数据库
1. sqlplussqlnet.ora 文件格式NAMES.DIRECTORY_PATH= (TNSNAMES,HOSTNAME)。客户端就会首先在tnsnames.ora文件中找orcl的记录。如果没有相应的记录则尝试把orcl当作一个主机名,通过网络的途径去解析它的ip地址然后去连接这个ip上...
分类:数据库   时间:2014-10-15 12:33:20    阅读次数:187
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!