额,还没有想好写什么(我这样忽悠读者,读者一定会感受到我的诚意的吧!)。
总之呢,我介绍一下现在我基本了解的一些计算机技术吧 1.安全类 web安全(入 侵 、 提 权 ) 网络安全(路由器 、wifi、以及其他) 信息安全(社工)
2.制作类 c系列 java html ps(这个应该也算...
分类:
其他好文 时间:
2014-05-01 10:02:20
阅读次数:
442
转自OSChina,
原文:http://www.oschina.net/translate/ajax-cross-origin-http-request背景跨源HTTP请求(也称跨域AJAX请求)是大多数Web开发人员可能遇到的一个问题,根据同源策略,浏览器将限制客户端的JavaScript在一个...
分类:
其他好文 时间:
2014-05-01 09:26:14
阅读次数:
486
InterceptorManager PluginManageropenfire
插件的中servlet 在web-custom.xml 中的配置 url 一定要小写,访问时不区别大写小 否则404如: Sample1Servlet
com.myyule.openfire.plugin.S...
分类:
其他好文 时间:
2014-05-01 08:42:11
阅读次数:
305
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
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
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
点登录的时候,在url后面总会加上一个;jsessionid=xxx 使找不到页面 的404
Bug ,百思不得其解,最后终于找到解决方案,实验最终成功解决了这个bug,下面是解决方案1,增加依赖 org.tuckey urlrewritefilter
4.0.3 2,在web.xml中配置过滤器....
分类:
其他好文 时间:
2014-05-01 07:22:26
阅读次数:
407
动态请求数据来更新页面是现在非常常用的方法,比如博客评论的分页动态加载,微博的滚动加载和定时请求加载等。这些情况下,动态请求返回的数据一般不是已拼好的HTML就是JSON或XML,总之不在浏览器端拼数据就在服务器端拼数据。不过,从传输量方面来看,返回HTML不划算,而在web传输方面,现在更多的是使...
分类:
Web程序 时间:
2014-05-01 05:34:31
阅读次数:
462
What is an object? (Page 238)In C++, an object
is just a variable, and the purest definition is "a region of storage" (this is
a more specific way ...
分类:
其他好文 时间:
2014-05-01 04:38:01
阅读次数:
327