- 浏览: 215267 次
- 性别:
- 来自: 深圳
最新评论
-
zjut_ww:
非常感谢分享。。但是我在使用过程中遇到一点小问题。就是如果用来 ...
java正则表达式找出不包含特定字符串 -
mohican52:
在吗,大哥
struts2首页forward跳转后执行action -
hz2005_2009:
Y轴中文问题怎么解决?
FusionChartsFree调用json数据的简单例子 -
xixian:
chenhao_yssy 写道把num换称9.985和9.99 ...
Doublel保留两位小数 -
chenhao_yssy:
把num换称9.985和9.995试试。
Doublel保留两位小数
文章列表
使用action标签,可以允许在jsp页面中直接调用Action,在调用Action时候,可以指定需要被调用的Action的name和 namespace.如果指定了executeResult参数的属性值为true,该标签会把Action的处理结果(视图资源)包含到本页面中. 使用action标签指定属性有:
id: 可选属性,作为该Action的引用ID
name:必选属性,指定调用Action
namespace:可选属性,指定该标签调用Action所属namespace
executeResult:可选属性,指定是否将Action的处理结果包含到本页面中.默认值为fal ...
call()方法
call(obj,arg1,arg2...);
call()方法第一个参数是用作this的对象,其他参数直接传递给对象函数本身
例如:
function Cat(cColor){
this.color=cColor;
this.showColor=function(){
alert(this.color);
}
}
function TomCat(cColor){
Cat.call(this,cColor);
}
var tom=new TomCat("black");
tom.sh ...
详细见http://www.w3cschool.cn/jsref_splice.asp.htm
定义和用法
splice() 方法用于插入、删除或替换数组的元素。
语法
arrayObject.splice(index,howmany,element1,.....,elementX)
index 必需。规定从何处添加/删除元素。该参数是开始插入和(或)删除的数组元素的下标,必须是数字。
howmany 必需。规定应该删除多少元素。必须是数字,但可以是 "0"。如果未规定此参数,则删除从 index 开始到原数组结尾的所有元素。
element1 可选。规定要添加到数组的 ...
测试过IE7和firefox下没问题,chrome下失效
function buttonCopyCode(txt ){
if (window.clipboardData) {
window.clipboardData.clearData();
window.clipboardData.setData("Text", txt);
} else if (navigator.userAgent.indexOf("Opera") != -1) {
window.location = txt;
} else if (window.ne ...
近期项目要用到缩略图,上网查资料才发现原来Java对图片处理挺简单的
import java.io.*;
import java.awt.*;
import java.awt.image.*;
import java.awt.Graphics;
import java.awt.color.ColorSpace;
import javax.imageio.ImageIO;
public class ChangeImageSize
{
/** *//**
* 缩放图像
* @param srcImageFile 源图像文件地址
* @p ...
发现垃圾IE下table不支持innerHTML,appendChild方法
只能用table特有的方法来处理
详细方法见http://www.w3school.com.cn/htmldom/dom_obj_table.asp
deleteRow() 从表格删除一行。
insertRow() 在表格中插入一个新行。
<html>
<head>
<script type="text/javascript">
function insRow()
{
var x=document.getElementById('myTable' ...
<!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/tr/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title&g ...
转载于http://zhou568xiao.iteye.com/blog/253428例如从你的login.action到register.action 有两种实现方式1. 设置type="redirect"
<package name="struts" extends="struts-default">
<action name="login" class="com.aihua.example.LoginAction">
...
java文件的设置"Window"-"preferences"-"Java"-"Editor"-"Mark Occurrences"复选框勾选
js文件的设置"Window"-"preferences"-"web"-"javascript"-"Mark Occurrences"复选框勾选
转载http://bbs.blueidea.com/thread-2993636-1-1.html
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>SlideView 滑动展示效果</title>
</head ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8&quo ...
钢笔和图层样式制作光特效照片
http://www.wzsky.net/html/Photo/Photoshop/105602_4.html
特效光影效果
http://bbs.blueidea.com/thread-2870092-1-1.html
简洁干净的网页按钮
http://www.missyuan.com/thread-441814-1-1.html
用photoshop制作Vista光线效果
http://www.blueidea.com/tech/graph/2009/7150.asp
select样式
http://bbs.blueidea.com/thread-2986500-1-1.html
牛人们写的JS模仿flash的动画--值得参考
http://bbs.blueidea.com/thread-2950761-1-2.html
超漂亮的仿腾讯弹出层效果
http://bbs.blueidea.com/thread-2933426-1-1.html
挺酷的星级投票效果
http://bbs.blueidea.com/thread-2970114-1-2.html
图片相册展示的效果,模仿百度
http://bbs.blueidea.com/thread-29 ...
转载于http://www.iteye.com/topic/481228
精通 JS正则表达式 (精通?标题党 )
正则表达式可以:
•测试字符串的某个模式。例如,可以对一个输入字符串进行测试,看在该字符串是否存在一个电话号码模式或一个信用卡号码模式。这称为 ...