额,还没有想好写什么(我这样忽悠读者,读者一定会感受到我的诚意的吧!)。
总之呢,我介绍一下现在我基本了解的一些计算机技术吧 1.安全类 web安全(入 侵 、 提 权 ) 网络安全(路由器 、wifi、以及其他) 信息安全(社工)
2.制作类 c系列 java html ps(这个应该也算...
分类:
其他好文 时间:
2014-05-01 10:02:20
阅读次数:
442
本文演示如何在Windows上和Linux上安装Jenkins。 1.
Windows上Jenkins安装
参考网页:https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service
在Window...
分类:
其他好文 时间:
2014-05-01 09:52:49
阅读次数:
455
转自OSChina,
原文:http://www.oschina.net/translate/ajax-cross-origin-http-request背景跨源HTTP请求(也称跨域AJAX请求)是大多数Web开发人员可能遇到的一个问题,根据同源策略,浏览器将限制客户端的JavaScript在一个...
分类:
其他好文 时间:
2014-05-01 09:26:14
阅读次数:
486
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
原文:http://blog.sina.com.cn/s/blog_6203dcd60100y1vi.html 【第十一阶段 :命名位置服务】
在前面我们不止一次提到了命名位置服务(Naming & Location
Service)。在不同的架构或者公司里面,这个名字往往不一样,比如,在ja...
分类:
Web程序 时间:
2014-05-01 07:21:25
阅读次数:
385
动态请求数据来更新页面是现在非常常用的方法,比如博客评论的分页动态加载,微博的滚动加载和定时请求加载等。这些情况下,动态请求返回的数据一般不是已拼好的HTML就是JSON或XML,总之不在浏览器端拼数据就在服务器端拼数据。不过,从传输量方面来看,返回HTML不划算,而在web传输方面,现在更多的是使...
分类:
Web程序 时间:
2014-05-01 05:34:31
阅读次数:
462
使用非默认内核而出现的错误。[zsj@arch ~]$ systemctl
--state=failed UNIT LOAD ACTIVE SUB DESCRIPTION● systemd-modules-load.service
load...
分类:
其他好文 时间:
2014-05-01 03:38:30
阅读次数:
589