码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
LinkIssue: Error 'LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or cor
使用VisualStudio 编译链接中可能出现如下错误:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt网上有如下解决方法:1.disable incremental lin...
分类:其他好文   时间:2014-11-25 15:57:54    阅读次数:225
算法与数据结构基础2:String类的实现
废话少说,拒绝前奏,直接高潮,且看代码: // String.h #include #include #pragma warning(disable : 4996) using namespace std; class String { public: // **************************************************************...
分类:编程语言   时间:2014-11-25 07:07:46    阅读次数:163
Nginx开启gzip压缩功能
在Nginx安装完成之后,我们可以开启Gzip压缩功能,这里Nginx默认只能对text/html类型的文件进行压缩。下面的指令为开启Gzip的指令:gzip on;gzip_http_version 1.0;gzip_disable "MSIE [1-6].";gzip_types text/pl...
分类:其他好文   时间:2014-11-23 14:24:44    阅读次数:137
jquery 将disabled的元素置为enabled的三种方法
在jquery中可以通过jqueryObj.attr("disabled","disabled")将页面中某个元素置为不可编辑或触发状态,但是在jquery的API reference中并没说明怎么将页面置为disable的元素重新置为可触发或可编辑的。这里发现可以采用三种的变通方法将置为disab...
分类:Web程序   时间:2014-11-21 10:33:13    阅读次数:163
xdebug中文手册之相关函数
stringxdebug_call_class()返回当前被调用的函数或方法所属的类的类名stringxdebug_call_file()返回调用当前函数的文件名stringxdebug_call_function()返回调用当前正在执行的函数的函数名intxdebug_call_line()返回该函数是在哪一行被调用的。voidxdebug_disable()/xdebug_ena..
分类:其他好文   时间:2014-11-21 00:09:37    阅读次数:177
PHP Execute Command Bypass Disable_functions
先简单说一下php调用mail()函数的过程。看到源码ext/mail.c236行:char *sendmail_path = INI_STR("sendmail_path");char *sendmail_cmd = NULL;从INI中获得sendmail_path变量。我们看看php.ini里...
分类:Web程序   时间:2014-11-19 23:41:22    阅读次数:347
PHP Execute Command Bypass Disable_functions
先简单说一下php调用mail()函数的过程。 看到源码ext/mail.c236行:char *sendmail_path = INI_STR("sendmail_path");char *sendmail_cmd = NULL;从INI中获得sendmail_path变量。我们看看php.ini...
分类:Web程序   时间:2014-11-18 23:38:29    阅读次数:232
app-framework学习--nav的Scroller禁用与启用
app-framewor(jqmobi) nav的Scroller禁用与启用 写在panel 的 data-load 方法里 禁用  $.ui.scrollingDivs.menu_scroller.disable(); 写在panel 的 data-unload  重新启用 $.ui.scrollingDivs.menu_scroller.enable(); 不会影响其他页...
分类:移动开发   时间:2014-11-18 11:53:21    阅读次数:200
Storefront上关闭Desktop Viewer工具条
TheStoreFrontServicesReceiverforWebconfigurationcanbemodifiedasfollowstodisableDesktopViewerToolbarLogontoStoreFrontServicesserver.OpenC:\inetpub\wwwroot\Citrix\StoreWeb\web.configwithNotepad.ChangeshowDesktopViewer="false".Savethechanges.Reference:CTX131867
分类:其他好文   时间:2014-11-14 15:55:04    阅读次数:250
ad采样后幅度的衰减
adc采集到的信号对低频有一定的衰减。因为要确定衰减的程度。通过da输出到示波器上观察。数据如下:输入 输出(enable)输出(disable)1v(20hz)1v0.88v1v(10hz)0.76v0.76v1v(8hz)0.6v0.68v1v(5hz)0.4v0.5v1v(3hz)0.25v....
分类:其他好文   时间:2014-11-13 20:42:26    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!