码迷,mamicode.com
首页 >  
搜索关键字:available    ( 2488个结果
Performing a full database disaster recovery with RMAN
Performing a full database disaster recovery with RMAN1. Make the RMAN backup set pieces available.2. Restore the database spfile from autobackups. --...
分类:数据库   时间:2015-03-31 10:46:44    阅读次数:192
FileSystemObject对象操作驱动器(Drives)
使用FileSystemObject对象来编程操作驱动器(Drives)和文件夹(Folders)很容易,这就像在Windows文件浏览器中对文件进行交互操作一样 比如:拷贝、移动文件夹,获取文件夹的属性。 1、Drives对象属性 Drive对象负责收集系统中的物理或逻辑驱动器资源内容,它具有如下属性: TotalSize:以字节(byte)为单位计算的驱动器大小。 Available...
分类:其他好文   时间:2015-03-30 11:19:13    阅读次数:139
How to install ffmpeg,mp4box,mplayer,mencoder,flvtool2,ffmpeg-php on centos
1. Enable RPM Fusion yum repositoryThe CentOS rpm packages of ffmpeg, mplayer, mencoder and MP4Box are available on RPM Fusion YUM repository. RPM Fus...
分类:Web程序   时间:2015-03-29 07:03:06    阅读次数:322
查看ubuntu版本号
查看ubuntu版本号 方法一: cat ?/etc/issue 返回结果: Ubuntu 6.06.2 LTS \n \l 方法二: sudo lsb_release -a ?返回结果: No LSB modules are available. Distributor ID: ??Ubuntu Description: ??Ubu...
分类:系统相关   时间:2015-03-28 19:04:59    阅读次数:170
ubuntu 14.04+apache 反向代理设置
第一步sudo a2enmod proxysudo a2enmod proxy_httpsudo a2enmod proxy_balancer第二步在ubuntu的apache里,每个网站的配置文件是放在单独的文件里,找到 sites-available 文件夹里对应的文件并修改,修改后的配置文件差...
分类:Web程序   时间:2015-03-21 16:46:20    阅读次数:139
SOA Integration Repository Error:Service Provider Access is not available.
在Oracle EBS Integration Repository中,打开一个Webservice,报了一个警告。英文:Warning Service Provider Access is not available. You may not be able to see complete inf...
分类:数据库   时间:2015-03-20 10:42:52    阅读次数:487
Android之WebView的使用例子——WebSetting、WebViewClient、WebChromeClient
第一步,xml Manifest中要设置网络权限,否则会出先 webpage not available 设置布局,这里加了个进度条R.layout.activity_main<RelativeLayout xmlns:android="http://schemas.andro...
分类:移动开发   时间:2015-03-19 14:50:15    阅读次数:294
cocos lua 加密与解密 混淆 (版本cocos3.4)
cocos luacompile cocos luacompile OverviewUsageAvailable ArgumentsSamples Overview Compile the .lua files to .luac. Usage cocos luacompile [arguments] Available Arguments arg avai...
分类:其他好文   时间:2015-03-19 14:50:11    阅读次数:177
在Linux下查看系统版本号信息命令总结
vonzhou@de16-C6100:~$ lsb_release -a No LSB modules are available. Distributor ID:     Ubuntu Description:     Ubuntu 12.04.4 LTS Release:     12.04 Codename:     precise vonzhou@de16-C6100:~$ u...
分类:系统相关   时间:2015-03-19 10:19:27    阅读次数:158
install xdebug on fedora
CompilingThere is a wizard available that provides you with the correct file to download, and which paths to use.You compile Xdebug separately from th...
分类:其他好文   时间:2015-03-19 00:39:15    阅读次数:256
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!