博客新增音乐播放器,点击打开捷径,切换或暂停音乐。

10 2016 档案

摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 body, select { font-size:14px; } 6 form { margin:5px; } 7 p { color:red; margin:5px; } 8 b { color:blu 阅读全文
posted @ 2016-10-19 22:24 霓裳梦竹 阅读(8459) 评论(0) 推荐(1) 编辑
摘要:用来获取JavaScript数据类型[[Class]]的对象 如果对象是undefined或null,则返回相应的“undefined”或“null”。 jQuery.type( undefined ) "undefined" jQuery.type() "undefined" jQuery.typ 阅读全文
posted @ 2016-10-18 15:54 霓裳梦竹 阅读(272) 评论(0) 推荐(0) 编辑
摘要:$.isArray() 返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。 $.isArray() 返回一,用来指明对象是否是一个JavaScript数组(而不是类似数组的对象,如一个jQuery对象)。 阅读全文
posted @ 2016-10-18 15:50 霓裳梦竹 阅读(180) 评论(0) 推荐(0) 编辑
摘要:Description: Determine if the argument passed is a JavaScript function object. 阅读全文
posted @ 2016-10-18 15:43 霓裳梦竹 阅读(541) 评论(1) 推荐(0) 编辑
摘要:1 <!DOCTYPE html> 2 <html><!--树根--> 3 4 <head> 5 <meta charset="utf-8"> 6 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <title>Test</title> 阅读全文
posted @ 2016-10-16 10:46 霓裳梦竹 阅读(615) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 6 7 Image Gallery 8 9 10 13 14 15 16 17 18 Snapshots 19 20 ... 阅读全文
posted @ 2016-10-15 18:57 霓裳梦竹 阅读(1288) 评论(0) 推荐(0) 编辑
摘要:1 2 3 4 5 6 7 Image Gallery 8 9 10 11 12 Snapshots 13 14 15 fudan 16 17 ... 阅读全文
posted @ 2016-10-15 18:21 霓裳梦竹 阅读(1044) 评论(0) 推荐(1) 编辑
摘要:项目代码如下: 1 package hello; 2 3 import org.springframework.boot.SpringApplication; 4 import org.springframework.boot.autoconfigure.SpringBootApplication; 阅读全文
posted @ 2016-10-13 11:34 霓裳梦竹 阅读(4430) 评论(0) 推荐(0) 编辑
摘要:为了在input视图对应的JSP页面输出错误提示,应该在页面增加 <s:fielderror/> 阅读全文
posted @ 2016-10-11 21:04 霓裳梦竹 阅读(338) 评论(0) 推荐(0) 编辑
摘要:Struts2 OptionTransferSelect标签 动态赋值: 1、html片面: 2、异步动态赋值: ********************************************************************************************* 阅读全文
posted @ 2016-10-07 16:25 霓裳梦竹 阅读(219) 评论(0) 推荐(0) 编辑
摘要:1 <%@ page contentType="text/html; charset=GBK" language="java"%> 2 <%@taglib prefix="s" uri="/struts-tags"%> 3 <html> 4 <head> 5 <meta http-equiv="Co 阅读全文
posted @ 2016-10-07 15:52 霓裳梦竹 阅读(414) 评论(0) 推荐(0) 编辑
摘要:1 package sanglp; 2 3 import com.opensymphony.xwork2.*; 4 5 /** 6 * Created by Administrator on 2016/10/6. 7 */ 8 public class LoginAction implements 阅读全文
posted @ 2016-10-06 21:04 霓裳梦竹 阅读(289) 评论(0) 推荐(0) 编辑
摘要:1 2 3 6 7 8 9 10 11 12 14 15 16 17 18 19 20 21 参数值 22 23 24 2... 阅读全文
posted @ 2016-10-06 20:19 霓裳梦竹 阅读(222) 评论(0) 推荐(0) 编辑
摘要:成功页面: 阅读全文
posted @ 2016-10-06 17:37 霓裳梦竹 阅读(268) 评论(0) 推荐(0) 编辑
摘要:base名为mess所以我们还要提供一个mess.properties和messa_zh_CN.properties文件 阅读全文
posted @ 2016-10-06 17:03 霓裳梦竹 阅读(311) 评论(0) 推荐(0) 编辑
摘要:1 <%-- 2 Created by IntelliJ IDEA. 3 User: Administrator 4 Date: 2016/10/6 5 Time: 14:20 6 To change this template use File | Settings | File Template 阅读全文
posted @ 2016-10-06 15:04 霓裳梦竹 阅读(193) 评论(0) 推荐(0) 编辑
摘要:1 package sanglp.servlet; 2 3 4 import javax.servlet.ServletContext; 5 import javax.servlet.annotation.WebListener; 6 import javax.servlet.http.HttpSession; 7 import javax.servlet.http.HttpS... 阅读全文
posted @ 2016-10-06 09:54 霓裳梦竹 阅读(234) 评论(0) 推荐(0) 编辑
摘要:1 package sanglp.servlet; 2 3 import javax.servlet.*; 4 import javax.servlet.annotation.WebListener; 5 import javax.servlet.http.HttpServletRequest; 6 7 /** 8 * Created by Administrator on... 阅读全文
posted @ 2016-10-05 23:16 霓裳梦竹 阅读(250) 评论(0) 推荐(0) 编辑
摘要:1 package sanglp.servlet; 2 3 import javax.servlet.ServletContext; 4 import javax.servlet.ServletContextAttributeEvent; 5 import javax.servlet.ServletContextAttributeListener; 6 import javax.s... 阅读全文
posted @ 2016-10-05 23:08 霓裳梦竹 阅读(174) 评论(0) 推荐(0) 编辑
摘要:Listener:当Web应用在Web容器中运行时,Web应用内部会不断地发生各种事件,如Web应用被启动、Web应用被停止,用户Session开始,用户session结束、用户请求到达等,这些对Web事件对开发者是透明的。 ServletAPI提供了大量的监听器来监听Web应用的内部事件,从而允许 阅读全文
posted @ 2016-10-05 23:00 霓裳梦竹 阅读(392) 评论(0) 推荐(0) 编辑
摘要:1 package sanglp.servlet; 2 3 import javax.servlet.*; 4 import javax.servlet.annotation.WebFilter; 5 import javax.servlet.annotation.WebInitParam; 6 import javax.servlet.http.HttpServletReques... 阅读全文
posted @ 2016-10-05 22:21 霓裳梦竹 阅读(461) 评论(0) 推荐(0) 编辑
摘要:Filter:用于处理对用户请求进行预处理,也可以对HttpServletResponse进行后处理,是个典型的处理链。 使用Filter完整的流程是:Filter对用户请求进行预处理,接着将请求交给Servlet进行处理并生成响应,最后Filter再对服务器响应进行后处理, Filter用处: 在 阅读全文
posted @ 2016-10-05 21:35 霓裳梦竹 阅读(321) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示