東南西北風

生活就像一杯加了糖的苦咖啡。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页

2009年3月20日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文

posted @ 2009-03-20 15:03 东南西北风 阅读(278) 评论(0) 推荐(0)

摘要: 验证输入的是否数字 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 验证字母 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.C... 阅读全文

posted @ 2009-03-20 14:58 东南西北风 阅读(255) 评论(0) 推荐(0)

摘要: javaScript的实现 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 表单的实现 Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://... 阅读全文

posted @ 2009-03-20 14:42 东南西北风 阅读(293) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 表单如下: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighli... 阅读全文

posted @ 2009-03-20 14:24 东南西北风 阅读(144) 评论(0) 推荐(0)

2009年3月18日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//撷取部分字符串 str1 = str.substr(起始位置索引,长度) str2 = str.substring(起始位置索引,结束位置索引) //将字符串分割成单个字符,返回一个数组... 阅读全文

posted @ 2009-03-18 22:36 东南西北风 阅读(129) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 阅读全文

posted @ 2009-03-18 22:30 东南西北风 阅读(190) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->public class FinalMemberVariable { //为final的成员变量的三种赋值方法 final int x; final int z ; ... 阅读全文

posted @ 2009-03-18 22:10 东南西北风 阅读(175) 评论(0) 推荐(0)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->import java.util.*; public class otherSort { public static void main(String[] args) { ... 阅读全文

posted @ 2009-03-18 13:50 东南西北风 阅读(204) 评论(0) 推荐(0)

摘要: 如何修改Eclipse的 workspace目录 Eclipse是一款很强的Java IDE,我们在开始的时候,往往设定了默认的workspace,当用久在之后,我们可能要去更改一下workspace的位置,但是在启动的时候已经不会显示更改了。下面有几种方法可以更改workspace的目录。 方法 1、进入 Window > Preferences > General ... 阅读全文

posted @ 2009-03-18 12:55 东南西北风 阅读(899) 评论(0) 推荐(0)

2009年3月17日

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->//弹出一个新窗口 window.open('pop.html') //弹出一个无属性栏的窗口 window.open('pop.html', "", "width=200, height=3... 阅读全文

posted @ 2009-03-17 22:52 东南西北风 阅读(101) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 16 下一页