function Event(sender) { this._sender = sender;
this._listeners = [];}Event.prototype = { attach : function (listener) {
this._listene...
分类:
Web程序 时间:
2014-06-12 16:38:51
阅读次数:
272
一 JSP 概述 1. 本质:在 HTML 语言中混合 Java 程序代码,由服务器端
Java 语言引擎解释执行。其中,HTML 负责描述信息显示格式,JSP 负责描述处理逻辑。 2. JSP 代码运行环境:需要系统安装 JSP 引擎,最常用的如
Tmocat 和 Apache。 3. JS...
分类:
Web程序 时间:
2014-06-12 16:05:00
阅读次数:
252
~~~把apache安装为服务myweb,用apacheMonitor启动myweb发现无法启动,提示:the
requested operation has failed~~~通过下面的方法排查 发现 httpd-vhosts.conf配置文件
documentRoot: "f:\lm\" 这里应...
分类:
其他好文 时间:
2014-06-12 15:52:44
阅读次数:
215
web应用借助于结构:spring mvc +
quartz结构,部署到tomcat容器时,shutdown时的error信息:appears to have started a thread named
[schedulerFactoryBean_Worker-1] but has failed ...
分类:
其他好文 时间:
2014-06-12 15:13:30
阅读次数:
702
1:引入的jar包1.X版本有hadoop-core包;而2.x没有如果你需要hdfs就引入\share\hadoop\common\lib
+hadoop-common-2.0.0-cdh4.6.0.jar +hadoop-hdfs-2.0.0-cdh4.6.0.jar
+\share\hadoo...
分类:
其他好文 时间:
2014-06-12 13:59:33
阅读次数:
255
package dd;import javax.swing.*; import
java.awt.*;import java.awt.event.*;class Main extends JFrame implements
ActionListener{ JLabel d1,d2,add,eq,x....
分类:
编程语言 时间:
2014-06-12 12:53:09
阅读次数:
395