该文被密码保护。 阅读全文
posted @ 2016-08-25 22:03 yangxu6069 阅读(0) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2016-08-09 13:07 yangxu6069 阅读(1) 评论(0) 推荐(0) 编辑
摘要: function des (key, message, encrypt, mode, iv, padding) { if(encrypt) message = unescape(encodeURIComponent(message)); var spfunction1 = ... 阅读全文
posted @ 2015-10-15 12:55 yangxu6069 阅读(479) 评论(0) 推荐(0) 编辑
摘要: {"return_code":0,"return_message":"success","data":{"data":[{"id":"1","question":"公主令牌在哪交?... 阅读全文
posted @ 2015-10-15 12:53 yangxu6069 阅读(797) 评论(0) 推荐(0) 编辑
摘要: 01.window.onload = function() {02.03. setTimeout(function() {04. 05.// reference to 06. var head = document.getElementsByTagName('head... 阅读全文
posted @ 2015-10-01 19:31 yangxu6069 阅读(701) 评论(0) 推荐(0) 编辑
摘要: jQuery animate() 方法用于创建自定义动画。语法:$(selector).animate({params},speed,callback);必需的 params 参数定义形成动画的 CSS 属性。可选的 speed 参数规定效果的时长。它可以取以下值:"slow"、"fast" 或毫秒... 阅读全文
posted @ 2015-10-01 15:07 yangxu6069 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 定义和用法each() 方法规定为每个匹配元素规定运行的函数。提示:返回 false 可用于及早停止循环。语法$(selector).each(function(index,element))参数描述function(index,element)必需。为每个匹配元素规定运行的函数。index - 选... 阅读全文
posted @ 2015-10-01 15:04 yangxu6069 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 一、常用属性1、Height:设置DIV的高度;Width:设置DIV的宽度。2、margin:用于设置DIV的外延边距,也就是到父容器的距离。margin:后面跟有四个距离分别为到父容器的上-右-下-左边的距离;margin: [top][right][bottom][left]可以分别设置:ma... 阅读全文
posted @ 2015-10-01 15:01 yangxu6069 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 定义和用法parseInt() 函数可解析一个字符串,并返回一个整数。语法parseInt(string, radix)参数 描述 string 必需。要被解析的字符串。 radix 可选。表示要解析的数字的基数。该值介于 2 ~ 36 之间。如果省略该参数或其值为 0,则数字将以 10 为基础来解... 阅读全文
posted @ 2015-10-01 15:00 yangxu6069 阅读(101) 评论(0) 推荐(0) 编辑
摘要: package com.web.util;import java.io.File;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Iterator;import java.util.List;impor... 阅读全文
posted @ 2015-09-30 09:32 yangxu6069 阅读(136) 评论(0) 推荐(0) 编辑