按功能顺序列出的 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
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
执行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/...
dbms_output包主要用于调试pl/sql程序,或者在sql*plus命令中显示信息(displaying message)和报表,譬如我们可以写一个简单的匿名pl/sql程序块,而该块出于某种目的使用dbms_output包来显示一些信息。涉及到的知识点如下:1、enable:在server...
分类:
数据库 时间:
2014-07-23 15:44:09
阅读次数:
312
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.
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
Right click ‘Computer’ and select ‘Properties’;Click the ‘Advanced system settings’ and in the dialog tab of ‘Advanced’ click button ‘Environment Vari...
最近闲来无事,写了个移动端的事件库,代码贴在下面,大家勿拍。 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
配置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