码迷,mamicode.com
首页 >  
搜索关键字:kernel header files    ( 28704个结果
遍历文件
public function findfile($arr) { $files = array(); foreach ($arr as $file) { $child = glob($file."/*"); ...
分类:其他好文   时间:2014-06-29 15:05:49    阅读次数:200
导出EXCEL
private void CreateExcel() { string header = string.Empty; string line = string.Empty; try { dltDataBind(); Response.Clear(); Response.Buffer = true;....
分类:其他好文   时间:2014-06-29 14:28:54    阅读次数:235
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
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
axis2 webservice在websphere上需要设置was共享库
由于websphere自带的JAR包与axis2包冲突,要解决这个冲突,必须设置共享库。在websphere控制台,找到环境>>>共享库,设置一个Cell类型的共享库,共享库名称为axis2,库包为:axis2-adb-1.5.6.jaraxis2-kernel-1.5.6.jaraxis2-tra...
分类:Web程序   时间:2014-05-28 09:07:00    阅读次数:455
记录环境变量的更改
之前安装的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
迷上了代码!