码迷,mamicode.com
首页 >  
搜索关键字:servlet application    ( 28868个结果
ServletInputStream 和FileInputStream 的区别 ServletInputStream取不到数据解决方法
ServletInputStream 和FileInputStream 的区别 ServletInputStream取不到数据解决方法...
分类:其他好文   时间:2014-06-03 05:09:54    阅读次数:213
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplicatio
严重: Null component Catalina:type=JspMonitor,name=jsp,WebModule=//localhost/sshnews,J2EEApplication=none,J2EEServer=none 还有其他报错,大概意思就是不支持版本 version 51,unable to load class org.glassfish.jersey.servlet...
分类:移动开发   时间:2014-06-03 05:07:20    阅读次数:295
TI_DSP_corePac_带宽管理 - 1.1(原理)
There is no systematic design for shared resource access priority in platform side, and there is no interface provided by platform that can be used by application to do bandwidth management optimizat...
分类:其他好文   时间:2014-06-03 04:54:35    阅读次数:262
深入struts2(三)---工作机制和执行流程图
1     工作原理 1.1     体系架构   图2.1 struts2.0体系架构图 1.2     工作机制 针对上节体系架构图,下面分步说明执行流程 Ø  客户端初始化一个指向Servlet容器(例如Tomcat)的请求; Ø  这个请求经过一系列的过滤器(Filter)(这些过滤器中有一个叫做ActionContextCleanUp的可选过滤器,这个过滤器对于Struts...
分类:其他好文   时间:2014-06-03 04:40:29    阅读次数:313
socket.io+angular.js+express.js做个聊天应用(二)
接着上一篇 我用的开发工具是sublime  打开之前创建的工程。 打开www 修改并添加代码 #!/usr/bin/env node var debug = require('debug')('my-application'); var app = require('../app'); var io=require("socket.io").li...
分类:Web程序   时间:2014-06-03 04:02:54    阅读次数:308
Add admob advertisement for Google Play Service
Google Player Service replace GoogleAdMobAdsSdk-6.4.1, new method to add admob for android application....
分类:其他好文   时间:2014-06-03 01:49:10    阅读次数:384
ios开发中iphone模拟器中程序文件和数据库的存放位置
1.使用命令: chflags nohidden ~/library/ 使隐藏的资源库文件夹显示出来。如果想要隐藏掉,使用:chflags hidden ~/library/  2.finder中找到:用户->mwsn(这是我的用户名)->资源库->Application Support->iPhone Simulator->7.0(根据你的版本确定是哪个)->Applications 里面...
分类:移动开发   时间:2014-06-03 01:40:08    阅读次数:288
VBScripts and UAC elevation(visa以后的系统)
这两天因为工作需要,在写一些vbs的脚本,才知道,vbs不能像其他可执行文件一样,在 需要提升访问权限时,弹出UAC窗口,那么,如何通过UAC提升vbs脚本的访问权限呢? 查了一些资料,将结果整理一下: 第一种: If WScript.Arguments.length =0 Then Set objShell = CreateObject("Shell.Application") '...
分类:其他好文   时间:2014-06-03 00:18:37    阅读次数:305
spring_restful_json_jdbc
使用Spring MVC +JDBC 实现输出Json数据和视图两种形式 最后面有源码 从web.xml开始配置: 声明定义两个Servlet分别是输出视图和json rest org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/rest-...
分类:数据库   时间:2014-06-02 23:55:13    阅读次数:508
springMVC3学习(七)--Interceptor拦截器
Spring为我们提供了:org.springframework.web.servlet.HandlerInterceptor接口,org.springframework.web.servlet.handler.HandlerInterceptorAdapter适配器,实现这个接口或继承此类,能够很...
分类:编程语言   时间:2014-05-31 18:32:16    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!