码迷,mamicode.com
首页 >  
搜索关键字:enable strict    ( 6758个结果
HTML参考手册(1)——HTML 标签列表(功能排序)
按功能顺序列出的 HTML 4.01/XHTML 1.0 标签手册NN:显示所支持标签的 Netscape 的最早版本。IE:显示所支持标签的 Internet Explorer 的最早版本。DTD:显示在哪一种XHTML 1.0 DTD中,标签是被允许的。S=Strict, T=Transitio...
分类:Web程序   时间:2014-07-24 17:12:19    阅读次数:413
Eclipse工具问题
1 Eclipse使用ctrl复制 粘贴很卡 Eclipse -- Windows->Preferences->General->Editors->Text Editors->Hyperlinking:  去掉这个选项的勾:Enable on demand hyperlinks style navigation  备注:如果只是页面开发时候开的话,只需要去掉javacript 和 jsp...
分类:系统相关   时间:2014-07-24 10:29:43    阅读次数:238
Following unknown configure options were used:--enable-fpm
执行cd   php-5.2.13安装时候 ./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --with-mysql=/usr/local/mysql/ --with-libxml-dir=/usr/local/libxml2/ --with-jpeg-dir=/usr/local/...
分类:Windows程序   时间:2014-07-23 17:10:31    阅读次数:296
oracle系统包—-dbms_output用法
dbms_output包主要用于调试pl/sql程序,或者在sql*plus命令中显示信息(displaying message)和报表,譬如我们可以写一个简单的匿名pl/sql程序块,而该块出于某种目的使用dbms_output包来显示一些信息。涉及到的知识点如下:1、enable:在server...
分类:数据库   时间:2014-07-23 15:44:09    阅读次数:312
PHP Strict Standards:问题解决
Strict standards: Declaration of ... should be compatible with that of ... 意思就是子类(IndexAction)重写的show方法与父类(Action)中的show方法不兼容,php方法重写要求是要参数个数、方法名称与父类要一致...
分类:Web程序   时间:2014-07-23 13:56:36    阅读次数:256
为窗体传值
1. 废话不多说,上图,2.窗体3的button1的Enable属性设置默认是false打开时默认是:3.
分类:Windows程序   时间:2014-07-23 12:01:26    阅读次数:178
ubuntu14.04下 corba的安装
CORBA是由OMG组织制订的一种标准的面向对象应用程序体系规范。下面是本人在ubuntu下基于OmniORB的CORBA的安装和使用例子。第一步:去网上下载omniORB-4.2.0.tar.bz2第二步:tar-xfomniORB-4.2.0.tar.bz2第三步:cdomniORB-4.2.0第四步:./configure--prefix=/opt--enable-threa..
分类:其他好文   时间:2014-07-23 00:28:48    阅读次数:295
Procedures to enable crash dump in windows server
Right click ‘Computer’ and select ‘Properties’;Click the ‘Advanced system settings’ and in the dialog tab of ‘Advanced’ click button ‘Environment Vari...
分类:Windows程序   时间:2014-07-22 22:53:53    阅读次数:241
ktouch移动端事件库
最近闲来无事,写了个移动端的事件库,代码贴在下面,大家勿拍。 1 /** 2 @version 1.0.0 3 @author gangli 4 @deprecated 移动端触摸事件库 5 */ 6 (function () { 7 "use strict"; 8 ...
分类:移动开发   时间:2014-07-22 00:12:34    阅读次数:319
错误 /etc/resolv.conf isn't a symlink, not doing anything. 【解决办法】
配置interfaces文件后用/etc/init.d/networking restart命令重启网络配置出现以下错误 * Running /etc/init.d/networking restart is deprecated because it may not enable again so...
分类:其他好文   时间:2014-07-22 00:03:37    阅读次数:454
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!