码迷,mamicode.com
首页 >  
搜索关键字:apache prefork worker event mpm    ( 48099个结果
Apache Module mod_reqtimeout
Apache Module mod_reqtimeoutAvailable Languages:enDescription:Set timeout and minimum data rate for receiving requestsStatus:ExtensionModuleIdentifier...
分类:其他好文   时间:2014-05-19 19:31:41    阅读次数:310
eclipse下如何配置tomcat
转自http://jingyan.baidu.com/article/ca2d939dd90183eb6d31ce79.html工具/原料操作系统:windows 7 64位开发工具:eclipse-jee-juno-SR2-win32-x86_64(请自行官网下载)使用服务器:apache-tom...
分类:系统相关   时间:2014-05-19 19:11:35    阅读次数:499
JavaScript网站设计实践(二)实现导航栏当前所选页面的菜单项高亮显示
一、(一)中的代码还可以修改的地方。在(一)中,如果是运行在服务器下,如apache等,可以把head和navigation的div抽取出来,放置在另一个html文件里,然后在页面中,include进来。这样,当要对导航栏进行修改时,只需要修改一个文件,而不用修改所有相关的页面文件。不过,我这里没有...
分类:编程语言   时间:2014-05-19 19:01:55    阅读次数:388
java_tomcat_the_APR based Apache Tomcat 小喵咪死活启动报错_临时方案
报错信息如下:信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.pa...
分类:编程语言   时间:2014-05-19 18:28:12    阅读次数:298
TI C66x DSP 系统events及其应用 - 5.5(ISR调用)
在5.4中向event(eg,event 45)注册了callback函数(SysComC2CIsr),该函数会在什么时候调用呢? 该callback函数会在EventCombinerIsr中断服务函数中调用,前面讲到过systemEvent 4~127作为eventCombiner的输入,而EventCombiner的输出event 0~3,event 0~3是与CPU中断输入INT4~15对...
分类:其他好文   时间:2014-05-18 08:14:22    阅读次数:239
安装STS报错(三)
安装STS报错 1、具体报错如下 Failure to transfer org.codehaus.plexus:plexus-archiver:jar:1.2 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted...
分类:其他好文   时间:2014-05-18 07:41:32    阅读次数:230
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection
org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is o...
分类:数据库   时间:2014-05-18 06:19:21    阅读次数:547
Java事件第2篇
假如现在有一个Button按钮,Button按钮上有click和doubleclick事件。两个不同的事件需要进行不同的处理,这时候就需要为相应的事件注册Listener了。修改后的目录组织结构如下:1、事件基本类的编写如下:package com.event.test02; public class Event { public String action; // 事件名称 public...
分类:编程语言   时间:2014-05-18 06:17:22    阅读次数:332
TI C66x DSP 系统events及其应用 - 5.3.1(Interrupt之eventCombiner理解)
前面讲到对于中断来说,eventCombiner将INTC的输入event 4~127分为四个group,即evenCombiner的四个输出event 0~3. 这样event 0~3与event 4~127一起作为Interrupt Sector的输入。之所以这样做是因为CPU仅有12个INT输入(INT4~15),而systemEvent有4~127共124个event,所以12个CPU的I...
分类:其他好文   时间:2014-05-18 06:12:14    阅读次数:304
Tomcat 安装与配置
本文简要介绍Tomcat的安装与配置。 (1)下载 访问官网  http://tomcat.apache.org/ 下载相应版本。 (2)配置环境变量 CATALINA_HOME。 变量值为Tomcat解压后的所在目录。 (3)启动Tomcat目录下的bin文件夹里的starup.sh文件,出现如下窗口: 注意不要关掉该窗口。 (4)...
分类:其他好文   时间:2014-05-18 03:09:47    阅读次数:320
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!