欢迎点击此处订阅本Blog
系统 2019-08-29 22:35:12 2096
今天花了1下午时间研究出了ComboBox+Ajax+分页联动效果.ext学习初步见效下面代码直接就能运行,用list模拟了数据库中取数据以下是目录结构以下是代码test1.jsp<%@pagelanguage="java"import="java.util.*"pageEncoding="UTF-8"%>
系统 2019-08-29 22:28:19 2096
注意,实现的方法必须是静态的<%...@tagliburi="http://hxex.cn/vote"prefix="vote"%>| ${vote.name} | ${vote.title} | ${vote:votetype(vote.votetype)} | ${vote:pictype(vote.pictype)} |
系统 2019-08-29 22:18:27 2096
建立使用Cas进行单点登录的应用目录1.1加入cas-client-core-xxx.jar到classpath1.2配置Filter1.2.1AuthenticationFilter1.2.2TicketValidationFilter1.2.3HttpServletRequestWrapperFilter1.2.4AssertionThreadLocalFilter1.2.5基于Spring的Filter配置1.3添加证书到信任库根据之前的描述我们知道
系统 2019-08-29 22:12:02 2096
常用控件应用之文本框(TextView)特效1.TextView之跑马灯效果android:ellipsize属性使用之跑马灯效果android:ellipsize设置当文字过长时,该控件该如何显示。有如下值设置:"start"—–省略号显示在开头"end"——省略号显示在结尾"middle"—-省略号显示在中间"marquee"——以跑马灯的方式显示(动画横向向左移动)布局文件中给TextView加入如下属性即可:android:ellipsize="m
系统 2019-08-12 09:30:25 2096
数据库结构:createtablepersonJ(idvarchar(32),namevarchar(32));createtablestudentJ(idvarchar(32),cardnumvarchar(32));createtableteacherJ(idvarchar(32),salarydouble);Hibernate.cfg.xml
系统 2019-08-12 09:30:15 2096
转载自:http://www.cocoachina.com/gamedev/gameengine/2010/0413/1036.html从0.99.0版本开始,Cocos2d-iPhone的模板类要求苹果SDK3.0,该版本的SDK需要运行在MacOS-10.5.7版本上。请读者首先做好相关准备。我们可以在http://code.google.com/p/cocos2d-iphone/downloads/list下载Cocos2d-iPhone的最新版,为
系统 2019-08-12 09:30:04 2096
1.Initializethetworectanglesrequiredforthestartingandendingpositionsfortheimageinline4.2.AddtheimagetotheNSImageViewthatwillbemovedbackandforthbetweentheselocationsinline5.3.AddthisNSImageViewtotheBaseViewsothatwecanseetheactionin
系统 2019-08-12 09:29:52 2096
很多网友曾问过这个效果,我做了一个小例子放在CSDN的博客里面,地址是:http://download.csdn.net/user/chenpeng0118if(typeofdocument.attachEvent!='undefined'){window.attachEvent('onload',init);documen
系统 2019-08-12 09:29:46 2096
以下文字和架构图均在本人相关系统设计和架构方案中有所应用。原文出处:http://space.itpub.net/6517/viewspace-6096541.Spring架构图Spring是一个开源框架,是为了解决企业应用程序开发复杂性而创建的。框架的主要优势之一就是其分层架构,分层架构允许您选择使用哪一个组件,同时为J2EE应用程序开发提供集成的框架。Spring框架的功能可以用在任何J2EE服务器中,大多数功能也适用于不受管理的环境。Spring的核
系统 2019-08-12 09:29:35 2096