passer1991

随笔分类 -  java

上一页 1 2 3

JAVA如何在为窗口设置背景图片
摘要:http://www.docin.com/p-462218620.html 阅读全文

posted @ 2013-02-22 16:43 passer1991 阅读(165) 评论(0) 推荐(0)

java文本框内容改变事件【转载】
摘要:http://hi.baidu.com/youxitou/item/f2a60a3a43d7a0c2382ffaf3 阅读全文

posted @ 2013-02-22 14:58 passer1991 阅读(439) 评论(0) 推荐(0)

实现JTextfield 的右键 复制、剪切、粘贴功能。
摘要:http://leagion.iteye.com/blog/572730 阅读全文

posted @ 2013-02-22 14:21 passer1991 阅读(148) 评论(0) 推荐(0)

Java正则表达式学习 贪婪 勉强 侵占
摘要:http://alan-hjkl.iteye.com/blog/1543548 阅读全文

posted @ 2013-01-17 21:33 passer1991 阅读(96) 评论(0) 推荐(0)

Apache Commons工具集简介[转载]
摘要:http://sunjun041640.blog.163.com/blog/static/2562683220080154293363/ 阅读全文

posted @ 2013-01-16 22:18 passer1991 阅读(93) 评论(0) 推荐(0)

URLConnection类
摘要:URLConnection类 阅读全文

posted @ 2013-01-16 21:55 passer1991 阅读(95) 评论(0) 推荐(0)

使用Open Flash Chart(OFC)制作图表(Struts2处理)
摘要:http://sarin.iteye.com/blog/685354 阅读全文

posted @ 2012-12-25 17:19 passer1991 阅读(95) 评论(0) 推荐(0)

TestNumberFormat
摘要:package com;import java.text.DecimalFormat;import org.junit.Test;public class TestNumberFormat { @Test public void test1() { DecimalFormat df=new DecimalFormat(); //#对整数或者decimal的整数部分是不起作用的 df.applyPattern("##.##");//对于小数部分 //保留的小数位数和pa... 阅读全文

posted @ 2012-12-23 08:52 passer1991 阅读(167) 评论(0) 推荐(0)

java怎么样判断一个进程是否已近结束
摘要:以记事本程序为例Process p = Runtime.getRuntime().exec("notepad.exe");try { p.waitFor();//等待notepad.exe的结束}catch(InterruptedException ex) { System.err.println("ERROR"); System.exit(1);}//继续自己的程序参见http://zhidao.baidu.com/question/100219452.html 阅读全文

posted @ 2012-12-11 11:19 passer1991 阅读(982) 评论(0) 推荐(0)

JSONObject与JSONArray的使用
摘要:http://www.cnblogs.com/xwdreamer/archive/2011/12/16/2296904.html 阅读全文

posted @ 2012-11-15 20:00 passer1991 阅读(96) 评论(0) 推荐(0)

JXL操作Excel
摘要:大口仔JXL操作Excel 百度文库jxl 阅读全文

posted @ 2012-11-09 13:32 passer1991 阅读(104) 评论(0) 推荐(0)

Beanutils的基本用法
摘要:Beanutils的基本用法BeanUtils 简介 ->JavaBean对象与Map对象互相转化 阅读全文

posted @ 2012-11-08 12:27 passer1991 阅读(132) 评论(0) 推荐(0)

cmd检查jdk的版本
摘要:java -version 阅读全文

posted @ 2012-10-28 20:25 passer1991 阅读(861) 评论(0) 推荐(0)

Java类装载的过程及原理介绍
摘要:http://soft.chinabyte.com/database/6/11330006.shtml 阅读全文

posted @ 2012-10-06 15:22 passer1991 阅读(198) 评论(0) 推荐(0)

截取字符串,只截取前N个字节的字符
摘要:publicvoidcutString(Stringstr,intn){Stringtemp;intcount=0;for(inti=0;i<str.length();i++){temp=str.charAt(i)+"";count+=temp.getBytes().length;if(count>n)break;System.out.print(temp);}}@TestpublicvoidtestString(){cutString("我ABC好的sfd",7);} 阅读全文

posted @ 2012-10-05 15:52 passer1991 阅读(413) 评论(0) 推荐(0)

java面试题 来自blogjava
摘要:http://www.blogjava.net/fanyingjie/archive/2007/06/27/126467.html 阅读全文

posted @ 2012-09-11 18:17 passer1991 阅读(110) 评论(0) 推荐(0)

上一页 1 2 3

导航