码迷,mamicode.com
首页 >  
搜索关键字:operations manager、监控、active directory    ( 7510个结果
Discuz安装
0.下载Discuz!安装包,官方下载:http://www.discuz.net/thread-3570835-1-1.html 1.首先将解压后的得到的Discuz_X3.2_SC_UTF8文件夹下面的upload文件夹拷贝出来并放到www directory文件夹(我的设置为php_demo文件夹)下,然后可以修改下upload文件名,我的改为Discuz。 2.在浏览器中输入http:...
分类:Web程序   时间:2014-10-23 10:42:06    阅读次数:176
how to build a ruby gem
how to build a ruby gem1. first you will creata a user in rubygem.org (https://rubygems.org/)2. create the directory structure like this:Java代码 $tree....
分类:其他好文   时间:2014-10-23 09:20:40    阅读次数:136
ionic build android log
RubertdeMacBook-Pro:~ Rubert$ ionic build androidCurrent working directory is not a Cordova-based project.RubertdeMacBook-Pro:~ Rubert$ cd myApp/Ruber...
分类:移动开发   时间:2014-10-23 01:21:12    阅读次数:435
TNS-01251: Cannot set trace/log directory under ADR
11204 RAC 环境报错 TNS-01251: Cannot set trace/log directory under ADR   LSNRCTL> set current_listener listener Current Listener is listener LSNRCTL> set current_listener listener Current Listener ...
分类:其他好文   时间:2014-10-23 00:10:29    阅读次数:171
iis6403、 iis7403.14
iis6ie显示:您无权查看该网页,http错误403-禁止访问。chorme显示:Directory Listing Denied iis7显示:403.14-Forbidden Web 服务器被配置为不列出此目录的内容过程:一个网站的自动安装包,自动配置iis结果:发现是iis里面网站的路径指向...
分类:其他好文   时间:2014-10-22 21:52:17    阅读次数:345
Linux常用命令英文全称与中文解释Linux系统
Linux常用命令英文全称与中文解释Linux系统man: Manual 意思是手册,可以用这个命令查询其他命令的用法。pwd:Print working directory 意思是密码。su:Swith user 切换用户,切换到root用户cd:Change directory 切换目录ls:L...
分类:系统相关   时间:2014-10-22 20:23:13    阅读次数:353
winform 获取当前项目所在的路径
代码:1 string curAppPath = System.IO.Directory.GetParent(System.Environment.CurrentDirectory).Parent.FullName; 首先通过 System.Environment.CurrentDirecto...
分类:Windows程序   时间:2014-10-22 20:10:32    阅读次数:269
android SD卡存储
File path1 = Environment.getExternalStoragePublicDirectory( ??????? ??Environment.DIRECTORY_ALARMS);?????????????? /mnt/sdcard/Alarms ???? File path2 = Environment.getEx...
分类:移动开发   时间:2014-10-22 18:40:42    阅读次数:174
C#文件和文件夹操作
//1.文件夹创建、移动、删除---------//创建文件夹Directory.CreateDirectory(Server.MapPath("a"));Directory.CreateDirectory(Server.MapPath("b"));Directory.CreateDirectory...
分类:Windows程序   时间:2014-10-22 17:16:15    阅读次数:275
浅谈参数innodb_undo_tablespaces
在MySQL5.6中开始支持把undolog分离到独立的表空间,并放到单独的文件目录下。这给部署不同IO类型的文件位置带来便利,对于并发写入型负载,可以把undo文件部署到单独的高速存储设备上。1.1.1.undotablespaces相关参数涉及到的参数为:参数含义innodb_undo_directory[=/opt/mys..
分类:数据库   时间:2014-10-22 16:05:51    阅读次数:277
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!