上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 66 下一页
摘要: /** * 将日期转大写 * 例如:2013-05-13转为 二0一三年五月十三日 * @param date * @return */ public static String getDxDate(String date){ Strin... 阅读全文
posted @ 2015-04-03 08:17 yshy 阅读(610) 评论(0) 推荐(0)
摘要: PrintWriter out = response.getWriter();out.print(obj)其源码如下:public void print(Object obj) { write(String.valueOf(obj)); }public void print(String s)... 阅读全文
posted @ 2015-04-03 08:13 yshy 阅读(1503) 评论(1) 推荐(1)
摘要: etXyLevelDate.setOnTouchListener(selectDateTouchListener());/** * @desc 选择日期操作 * @param @return * @return OnTouchListener * @throws ... 阅读全文
posted @ 2015-03-24 09:23 yshy 阅读(4057) 评论(0) 推荐(0)
摘要: 点击Window->Preferences->Java->Code Style->Code Templates,如下图所示:选中,点击右侧的Edit进行编辑。 阅读全文
posted @ 2015-03-23 18:30 yshy 阅读(270) 评论(0) 推荐(0)
摘要: 严重: The web application [/qdgswx] created a ThreadLocal with key of type [org.apache.log4j.helpers.ThreadLocalMap] (value [org .apache.log4j.helper... 阅读全文
posted @ 2015-03-21 15:20 yshy 阅读(1169) 评论(0) 推荐(0)
摘要: 运行结果:name:name1,age:21name:name2,age:22name:name3,age:23 阅读全文
posted @ 2015-03-20 17:34 yshy 阅读(1960) 评论(0) 推荐(0)
摘要: import java.util.Iterator;import java.util.List;import org.dom4j.Document;import org.dom4j.DocumentException;import org.dom4j.DocumentHelper;import or... 阅读全文
posted @ 2015-03-20 15:40 yshy 阅读(577) 评论(0) 推荐(0)
摘要: package com.wzh.itext;import com.itextpdf.text.Chunk;import com.itextpdf.text.Document;import com.itextpdf.text.DocumentException;import com.itextpdf.... 阅读全文
posted @ 2015-03-19 08:41 yshy 阅读(951) 评论(0) 推荐(0)
摘要: 1:以root身份登陆mysql终端mysql -uroot -pmysql2:创建wx用户,注意密码要加单引号mysql> create user wx identified by 'wx';3:创建wx数据库mysql>create database wx;4:为用户wx授权使其拥有wx数据库的... 阅读全文
posted @ 2015-03-18 09:05 yshy 阅读(2006) 评论(0) 推荐(0)
摘要: package com.file.test;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.ByteArrayOutputStream;import java.io.File;import... 阅读全文
posted @ 2015-03-17 09:23 yshy 阅读(263) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 66 下一页