码迷,mamicode.com
首页 >  
搜索关键字:files    ( 13589个结果
遍历文件
public function findfile($arr) { $files = array(); foreach ($arr as $file) { $child = glob($file."/*"); ...
分类:其他好文   时间:2014-06-29 15:05:49    阅读次数:200
Moving XML/BI Publisher Components Between Instances
As it is well known fact that XMLPublisher stores the metadata and physical files for templates and data definitions in BLOB columns in its schema. Du...
分类:其他好文   时间:2014-06-29 14:19:51    阅读次数:373
安装ant问题
1 设置path, 在windwos 7下要重启2 重启后,cmd----ant -version Unable to locate tools.jar. Expected to find it in C:\Program Files\Java\jre6\lib原来是只安装了jre, 没有安装jdk...
分类:其他好文   时间:2014-06-07 04:37:11    阅读次数:209
Aptana Studio 2启动时提示 Workspace Cannot Be Created 解决办法
今天在安装Aptana Studio 2时出现这个东东,卸载后再安装依旧不行最后找到原因原因:就是由于你把“我的文档”的位置修改造成的。但Aptana还以为“我的文档”的位置是在系统的默认路径下。解决办法:右键快捷方式,找到“属性”,把“目标”修改为"D:/Program Files/Aptana ...
分类:其他好文   时间:2014-05-30 09:38:25    阅读次数:250
wpf PNG图形窗体 使用webbrowser控件
wpf ,PNG图形半透明窗体 ,使用webbrowser控件附件:http://files.cnblogs.com/xe2011/WpfApplication1_webbrowser_transparent.rarMainWindow1.XAMLMainWindow1.XAML.CSusingSy...
分类:Windows程序   时间:2014-05-30 09:22:14    阅读次数:503
VC ADO “ParameterDirectionEnum”:“enum” 类型等 重定义问题 解决方案
原因分析:1、在头文件中:#import "C:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF", "EndOfFile")2、在“stdafx.h ”文件中,#ifndef _AFX_NO_D...
分类:其他好文   时间:2014-05-29 13:21:05    阅读次数:249
Tomcat6.0 连接池的配置
1.本人当前使用的Tomcat版本为:6.0.20,oracle为稳定的9i版本2.下文为方便起见,依习惯以%Tomcat_Home%表示Tomcat安装的目录,本人安装目录为“E:\Program Files\WindowsXP\tomcat6”配置步骤如下:1.Tomcat 6的配置和以前的不同...
分类:其他好文   时间:2014-05-28 22:31:17    阅读次数:285
记录环境变量的更改
之前安装的C#环境变量:%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;D:\Program Files\Microsoft SQL...
分类:其他好文   时间:2014-05-28 04:12:26    阅读次数:233
[转]Web Service Authentication
本文转自:http://www.codeproject.com/Articles/9348/Web-Service-AuthenticationDownload source files - 45.5KBIntroductionThis is a simple mechanism to authen...
分类:Web程序   时间:2014-05-27 16:19:48    阅读次数:473
安装MongoDB 到服务器
用管理员身份运行CMD> cd C:\Program Files\mongodb\bin> C:\Program Files\mongodb\bin>mongod --dbpath "C:\Program Files\mongodb\data\db" --logpath "C:\Program Fi...
分类:数据库   时间:2014-05-27 16:12:25    阅读次数:337
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!