上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页
摘要: override func viewDidLoad() { super.viewDidLoad() var swipeRight = UISwipeGestureRecognizer(target: self, action: "respondToSwipeGesture:") s... 阅读全文
posted @ 2014-07-19 16:55 webglcn 阅读(886) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/6429225/javascript-null-or-undefinedvar x;x == null // truex == undefined // truex === null ... 阅读全文
posted @ 2014-07-19 11:10 webglcn 阅读(198) 评论(0) 推荐(0) 编辑
摘要: http://zwtlong.iteye.com/blog/674826看了网上的,有几种方法: 1 在你的表单页里HEAD区加入这段代码: 2 生成一个令牌保存在用户session中,在form中加一个hidden域,显示该令 牌的值,form提交后重新生成一个新的令牌,将用户提交的令牌和se... 阅读全文
posted @ 2014-07-15 09:50 webglcn 阅读(277) 评论(0) 推荐(0) 编辑
摘要: import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.PrintWriter;import java.net.URL;import java.n... 阅读全文
posted @ 2014-06-02 17:07 webglcn 阅读(262) 评论(0) 推荐(0) 编辑
摘要: http://ftp.okhysing.is/ftp/redhat/6.5/isos/x86_64/ 阅读全文
posted @ 2014-03-26 09:18 webglcn 阅读(7759) 评论(0) 推荐(0) 编辑
摘要: 现在spring的官网停止了使用zip包下载,只能使用maven,非常的不方便,分享如下网址可以使用zip包下载,是不是方便多了!~ 下载列表如下: spring-framework-3.2.8.RELEASE-dist.zip 19-Feb-2014 05:49 48.15 MB spring-f 阅读全文
posted @ 2014-03-22 10:09 webglcn 阅读(713) 评论(0) 推荐(0) 编辑
摘要: html代码: jsp代码:out.print("this is a demo"); 阅读全文
posted @ 2014-01-20 19:26 webglcn 阅读(183) 评论(0) 推荐(0) 编辑
摘要: http://javaweb.group.iteye.com/group/wiki/1505-struts2-under-helloworld---how-to-make-the-first-of-the-running-struts2在刚刚下载的struts2-1-6目录下的lib中复制出如下六个文件 commons-logging-1.0.4.jar freemarker-2.3.8.jar ognl-2.6.11.jar struts2-core-2.0.6.jar xwork-2.0.1.jar以及(因为是struts2-1-6版本的。所以一下这个文件也必不可少) commo... 阅读全文
posted @ 2013-11-18 14:23 webglcn 阅读(325) 评论(0) 推荐(0) 编辑
摘要: http://www.oseye.net/question/96源码的安装一般由3个步骤组成:配置(configure)、编译(make)、安装(make install)。Configure是一个可执行脚本,它有很多选项,在待安装的源码路径下使用命令./configure –help输出详细的选项列表。其中--prefix选项是配置安装的路径,如果不配置该选项,安装后可执行文件默认放在/usr /local/bin,库文件默认放在/usr/local/lib,配置文件默认放在/usr/local/etc,其它的资源文件放在/usr /local/share,比较凌乱。如果配置--prefix 阅读全文
posted @ 2013-09-11 10:38 webglcn 阅读(16312) 评论(2) 推荐(1) 编辑
摘要: http://www.cnblogs.com/lys_013/archive/2013/08/07/3243435.html今天在做ajax页面无刷新请求后台服务器数据的时候,IE下遭遇Ajax缓存,FF和Chrome均正常,因为刚开始并不知道IE有这个坏毛病,折腾好久,终于解决问题。在默认情况下,IE会针对请求地址缓存Ajax请求的结果。换句话说,在缓存过期之前,针对相同地址发起的多个Ajax请求,只有第一次会真正发送到服务端。在某些情况下,这种默认的缓存机制并不是我们希望的(比如获取实时数据)。在IE下用Ajax请求某一页面,通常会因为缓存的原因而返回上一次的结果,造成混乱(比如说多次请求 阅读全文
posted @ 2013-08-29 09:08 webglcn 阅读(495) 评论(0) 推荐(0) 编辑
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 22 下一页