`
sjzwbb
  • 浏览: 4534 次
  • 性别: Icon_minigender_1
  • 来自: 石家庄
社区版块
存档分类
最新评论
文章列表
convert: unable to open image `Contributions to IM Examples are welcome via the IM Forum.': No such file or directory @ error/blob.c/OpenBlob/2617.convert: no decode delegate for this image format `Contributions to IM Examples are welcome via the IM Forum.' @ error/constitute.c/ReadImage/544.conver ...
1.Eclipse 国内镜像http://mirrors.ustc.edu.cn/eclipse/technology/epp/downloads/release/kepler/SR2/ 2.osx 用jdk1.7设置 http://blog.csdn.net/xiejx618/article/details/17094791 3.osx android 无法真机调试 http://blog.csdn.net/oliver102/article/details/9349449 4.osx 显示隐藏文件 http://blog.sina.com.cn/s/blog_72ec04780 ...
今天看到"基于apache的tomcat负载均衡和集群配置 "这篇文章成为javaEye热点。 略看了一下,感觉太复杂,要配置的东西太多,因此在这里写出一种更简洁的方法。   要集群tomcat主要是解决SESSION共享的问题,因此我利用memcached来保存session,多台TOMCAT服务器即可共享SESSION了。   你可以自己写tomcat的扩展来保存SESSION到memcached。 这里推荐使用memcached-session-manager这个开源项目(http://code.google.com/p/memcach ...
<style type="text/css">html {filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }</style>        如果某些带有Flash的页面仍显示彩色,或浏览器上下滚动条拖动时Flash FLV播放器变花(例如剑网3、剑侠世界官网分流页),将Flash改为JS输出(本例为SWFObject):   <script type="text/javascript" src="http://v.xoyo ...
1: internal -> appfuse-basic-jsf (创建一个基于Hibernate,Spring和JSF的Web应用程序的原型) 2: internal -> appfuse-basic-spring (创建一个基于Hibernate,Spring和Spring MVC的Web应用程序的原型) 3: internal -> appfuse-basic-struts (创建一个基于Hibernate,Spring和Struts 2的Web应用程序的原型) 4: internal -> appfuse-basic-tapestry (创建一个基于H ...
<s:set name="name" value="<%= "'" + request.getParameter("name") + "'" %>" />
UsernamePasswordAuthenticationToken authRequest = new UsernamePasswordAuthenticationToken(userName, password); Authentication authentication=this.getAuthenticationManager().authenticate(authRequest); SecurityContextHolder.getContext().setAuthentication(authentication);    以上三行代码,实现了使用acegi保护的应用 ...
Global site tag (gtag.js) - Google Analytics