码迷,mamicode.com
首页 >  
搜索关键字:files    ( 13589个结果
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
Javascript学习------FileSystemObjec对象
动态创建FileSystemObject对象:varfso=newFileSystemObject("Scripting.FileSystemObject");(接下来可以用变量fso对Drive对象、Drives集合、File对象、Files集合、Folder对象、Folders集合以及TextStream对象进行相应的操作。)FileSystemObject对象的方法·GetAbsolutePathN..
分类:编程语言   时间:2014-06-24 16:16:27    阅读次数:197
java myeclipse 安装svn插件
由于安装的myeclipse10是盗版的,需要激活设置,那么安装svn的时候可以使用以下方法:1、下载SVN-1.8.10后解压至MyEclipse\MyEclipse 10目录下,我的是放在D:\Program Files\MyEclipse\MyEclipse 10\MyPlugins目录下修改...
分类:编程语言   时间:2014-06-24 14:36:46    阅读次数:163
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
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
迷上了代码!