码迷,mamicode.com
首页 >  
搜索关键字:j2ee web    ( 100979个结果
《每日一博》——学习
额,还没有想好写什么(我这样忽悠读者,读者一定会感受到我的诚意的吧!)。 总之呢,我介绍一下现在我基本了解的一些计算机技术吧 1.安全类 web安全(入 侵 、 提 权 ) 网络安全(路由器 、wifi、以及其他) 信息安全(社工) 2.制作类 c系列 java html ps(这个应该也算...
分类:其他好文   时间:2014-05-01 10:02:20    阅读次数:442
[转]AJAX 跨源 HTTP 请求
转自OSChina, 原文:http://www.oschina.net/translate/ajax-cross-origin-http-request背景跨源HTTP请求(也称跨域AJAX请求)是大多数Web开发人员可能遇到的一个问题,根据同源策略,浏览器将限制客户端的JavaScript在一个...
分类:其他好文   时间:2014-05-01 09:26:14    阅读次数:486
openfire build(2)
InterceptorManager PluginManageropenfire 插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet com.myyule.openfire.plugin.S...
分类:其他好文   时间:2014-05-01 08:42:11    阅读次数:305
Caching Tutorial
for Web Authors and WebmastersThis is an informational document. Although technical in nature, it attempts to make the concepts involved understandabl...
分类:其他好文   时间:2014-05-01 08:37:04    阅读次数:438
ASP.NET打包生成zip压缩文件
using System;using System.Collections.Generic;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.IO;using System.Drawin...
分类:Web程序   时间:2014-05-01 08:07:45    阅读次数:408
反向代理配置
nginxserver { listen 80; server_name localhost; root /apps/web/; index index.html; location / { } location /server { ...
分类:其他好文   时间:2014-05-01 08:03:15    阅读次数:902
Struts2 Demo
1、web.xml1 2 struts23 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter4 5 6 struts27 /*8 2、struts.xml 1 2 5 6 7 ...
分类:其他好文   时间:2014-05-01 07:30:35    阅读次数:274
一个struts2登录bug的解决
点登录的时候,在url后面总会加上一个;jsessionid=xxx 使找不到页面 的404 Bug ,百思不得其解,最后终于找到解决方案,实验最终成功解决了这个bug,下面是解决方案1,增加依赖 org.tuckey urlrewritefilter 4.0.3 2,在web.xml中配置过滤器....
分类:其他好文   时间:2014-05-01 07:22:26    阅读次数:407
jquery tmpl 详解(转)
动态请求数据来更新页面是现在非常常用的方法,比如博客评论的分页动态加载,微博的滚动加载和定时请求加载等。这些情况下,动态请求返回的数据一般不是已拼好的HTML就是JSON或XML,总之不在浏览器端拼数据就在服务器端拼数据。不过,从传输量方面来看,返回HTML不划算,而在web传输方面,现在更多的是使...
分类:Web程序   时间:2014-05-01 05:34:31    阅读次数:462
HDU-2850-Load Balancing(贪心)
Problem Description In the Wide Web World, Which web server was popular in web site? Apache, nginx, lighttpd? Baidu.com use Apache, and many web sites like 163.com use nginx. Why? Its configuration i...
分类:其他好文   时间:2014-04-29 13:24:20    阅读次数:355
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!