码迷,mamicode.com
首页 >  
搜索关键字:basic files    ( 18226个结果
AE小知识
1.AE中对象模型图 (Object Model Diagram,OMD)(我的arcgis默认安装在C:\Program Files (x86)): C:\Program Files (x86)\ArcGIS\DeveloperKit10.0\Diagrams 可以帮助程序员了解类之间的关...
分类:其他好文   时间:2014-06-28 10:33:10    阅读次数:278
利用PHP取二进制文件头判断文件类型
'exe', 7784 => 'midi', 8297 => 'rar', 255216 => 'jpg', 7173 => 'gif', 6677 => 'bmp', 13780 => 'png');foreach($files as $file) { $fp = fop...
分类:Web程序   时间:2014-06-25 22:06:42    阅读次数:368
Backup and synchronize LibreOffice configurations using rsync
When using rsync to backup and synchronize configuration files, do remember to close all LibreOffice sessions including the Quick Starter.However, eve...
分类:其他好文   时间:2014-06-25 21:51:54    阅读次数:312
HttpPostedFileBase 基类
public void uploadDocMentSave(string Type) { if (Request.Files.Count > 0) { HttpPostedFileBase files = Request.Files[0];//获取文件 string filename = Pat.....
分类:其他好文   时间:2014-06-25 21:21:02    阅读次数:286
Oracle RAC 常用维护工具和命令
Oracle RAC 常用维护工具和命令分类:Oracle Basic KnowledgeOracle RAC2010-03-09 01:0213987人阅读评论(6)收藏举报oracle工具数据库集群moduleoracle10gOracle的管理可以通过OEM或者命令行接口。OracleClus...
分类:数据库   时间:2014-06-25 20:55:31    阅读次数:313
Effect of Switchovers, Failovers, and Control File Creation on Backups
对dataguard 官方文档里面的这句话不理解,是否能给出一个样例说明:10.2.0.5的版本号Effect of Switchovers, Failovers, and Control File Creation on BackupsAll the archived redo log files...
分类:其他好文   时间:2014-06-24 13:50:08    阅读次数:226
oracle 表空间自动扩展大小
select a.FILE_NAME,a.AUTOEXTENSIBLE,a.MAXBYTES,a.INCREMENT_BY from dba_data_files a; --AUTOEXTENSIBLE 是否自动扩展 --MAXBYTES 最大 --INCREMENT_BY 自动扩展块数 SQL> show parameter db_block NAME TYPE VALUE ----------------...
分类:数据库   时间:2014-06-22 22:43:22    阅读次数:411
项目构建之maven篇:5.仓库及nexus创建私服-2
下载安装 下载地址 修改默认端口: home\conf\nexus.properties # Sonatype Nexus # ============== # This is the most basic configuration of Nexus. # Jetty section application-port=9080 applica...
分类:其他好文   时间:2014-06-22 19:28:44    阅读次数:275
Windows2003下用Dreamweaver打开CodeSmith文件设置办法
电脑环境:Windows2003(32位)+Dreamweaver 8英文版本(安装路径C:\Program Files\Macromedia\Dreamweaver 8)问题描述:Dreamweaver中默认打开文档时不支持打开CodeSmith模板文件对应的.cst后缀名文件,截图如下:解决步骤:一、用记事本打开文件1:C:\Program Files\Macromedia\Dreamweav...
分类:Windows程序   时间:2014-06-22 17:09:54    阅读次数:374
严重: Error starting static Resources java.lang.IllegalArgumentException:
启动Tomcat后出现严重: Error starting static Resources java.lang.IllegalArgumentException: Document base D:\Program Files\apache-tomcat-6.0.35\webapps\jqz does not exist or is not a readable directory 这种错误可能...
分类:编程语言   时间:2014-06-22 15:27:58    阅读次数:3817
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!