上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 66 下一页
摘要: etXyLevelDate.setOnTouchListener(selectDateTouchListener());/** * @desc 选择日期操作 * @param @return * @return OnTouchListener * @throws ... 阅读全文
posted @ 2015-03-24 09:23 yshy 阅读(4005) 评论(0) 推荐(0) 编辑
摘要: 点击Window->Preferences->Java->Code Style->Code Templates,如下图所示:选中,点击右侧的Edit进行编辑。 阅读全文
posted @ 2015-03-23 18:30 yshy 阅读(265) 评论(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 阅读(1146) 评论(0) 推荐(0) 编辑
摘要: 运行结果:name:name1,age:21name:name2,age:22name:name3,age:23 阅读全文
posted @ 2015-03-20 17:34 yshy 阅读(1948) 评论(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 阅读(565) 评论(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 阅读(932) 评论(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 阅读(1998) 评论(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 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 此方法是针对Office2003的,但是word中如果有图片,图片能够解析出来但是HTML文件中不显示。也不支持excel中的图片解析。所需jar包如下如下:1:PoiUtil.javapackage com.wzh.poi;import java.io.BufferedWriter;import ... 阅读全文
posted @ 2015-03-16 20:19 yshy 阅读(8709) 评论(1) 推荐(0) 编辑
摘要: 1:打开nodejs官网http://nodejs.org/ 下载安装版。2:安装完成后,打开cmd输入node -v 查看是否安装成功:3:安装express,通过全局安装方式进行安装:安装完成后输入:express -V 测试一下是否安装成功,提示'express' 不是内部或外部命令,也不是可... 阅读全文
posted @ 2015-02-28 17:38 yshy 阅读(301) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 66 下一页