码迷,mamicode.com
首页 >  
搜索关键字:enable    ( 5784个结果
ADF_Tutorials系列17_Desktop Integration_ADF 桌面集成入门(Part4)
2013-05-01 Created By BaoXinjian一、摘要本案例Part 1: Configuring the Environment to Support Desktop IntegrationStep 1: Enable Microsoft .Net Programmability...
分类:其他好文   时间:2015-02-08 19:24:39    阅读次数:230
ADF_Tutorials系列17_Desktop Integration_ADF 桌面集成入门(Part2)
2013-05-01 Created By BaoXinjian一、摘要本案例Part 1: Configuring the Environment to Support Desktop IntegrationStep 1: Enable Microsoft .Net Programmability...
分类:其他好文   时间:2015-02-08 18:09:02    阅读次数:244
'msbuild' is not recognized as an internal or external command, operable program or batch file.
Came across this question on google, not sure if anyone still needs an answer here, but i got it working.To enable msbuild in Command Prompt, you simp...
分类:其他好文   时间:2015-02-06 18:18:35    阅读次数:324
Ecplise js报错解决问题
第一步: 去除eclipse的JS验证: 将windows->preference->Java Script->Validator->Errors/Warnings-> Enable Javascript Sematic validation前面的勾去掉; 第二步: 右键项目 -> properties -> Builders 去掉JavaScript Validator 前面的勾 ...
分类:Web程序   时间:2015-02-06 11:18:36    阅读次数:131
iis8不支持 aspnet_regiis.exe -iru 命令的解决办法
服务器版的限制,我看你给的提示说也可以使用 dism.exe 命令行。C:\> DISM /Online /Enable-Feature /FeatureName:WCF-HTTP-ActivationC:\> DISM /Online /Enable-Feature /FeatureName:WC...
分类:Web程序   时间:2015-02-05 20:20:05    阅读次数:1538
Too many arguments to function call ,expected 0,have3
使用MJRefresh刷新,导入工程中,爆出:Too many arguments to function call ,expected 0,have3 解决方法:Build Setting--> Apple LLVM 6.0 - Preprocessing--> Enable Strict Checking of objc_msgSend Calls   YES改为 NO...
分类:其他好文   时间:2015-02-05 13:38:42    阅读次数:182
loadrunner中log的使用初步总结
1、log的设置方式 。在 runtime setting中可以设置log的生成方式:默认的log方式:Enable logging选中,log option是Send messages only when an error occurs.可以修改日志的方式:Always send messages...
分类:其他好文   时间:2015-02-04 14:24:52    阅读次数:150
apache中若干模块的安装
第一次手动安装apache,由于在./configure -prefix=/usr/local/apache2 -enable-module=so这样配置,导致后来不得不手动安装一些模块,遇到了一些坑,上网查的资料各种形式的都有,但是实际可用不多,有的根据自己的安装方式还需更改一下配置,以下总结几个...
分类:Web程序   时间:2015-02-04 10:51:27    阅读次数:142
debian下安装mysql 5.1.34
#cd /usr/local/src# tar xvzf mysql-5.1.34.tar.gz# cd mysql-5.5.1.34配置和编译#chmod +x configure# ./configure --prefix=/usr/local/mysql --enable-local-infi...
分类:数据库   时间:2015-02-02 17:30:12    阅读次数:209
zencart低版本由php5.2.17升级PHP5.3环境下错误及解决方案
如果是前台错误,打开文件 \includes\extra_configures\enable_error_logging.php如果是后台错误,打开文件 \admin\includes\extra_configures\enable_error_logging.php查找 @ini_set('dis...
分类:Web程序   时间:2015-02-02 12:13:05    阅读次数:449
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!