E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
stringreader
使用JAXB处理JavaBean和XML的转换
packagecom.jadyer.jaxb; importjava.io.
StringReader
; importjava.io.StringWriter; importjavax.xml.bind.JAXBContext
jadyer
·
2013-03-19 15:00
xml
JAXB
marshal
xml解析
unmarshal
java编程思想io(源码)
659963packagecom.dirlist;importjava.io.BufferedReader;importjava.io.IOException;importjava.io.PrintWriter;importjava.io.
StringReader
cyxinda
·
2013-03-06 17:55
java
【转载】FreeMarker解析字符串模板
的模板加载器即可:packagecn.com.aweb.vote.test.other;importjava.io.IOException;importjava.io.Reader;importjava.io.
StringReader
freewebsys
·
2013-03-04 15:58
【转载】FreeMarker解析字符串模板
packagecn.com.aweb.vote.test.other; importjava.io.IOException; importjava.io.Reader; importjava.io.
StringReader
freewebsys
·
2013-03-04 15:00
java JAXB annotation 通用类
import java.io.IOException; import java.io.OutputStream; import java.io.Reader; import java.io.
StringReader
fuqiangjava
·
2013-02-27 13:00
xml
java 实现打印机效果输出
importjava.io.IOException; importjava.io.
StringReader
; publicclassPrintWords{ publicstaticvoidmain(String
huangyunzeng2008
·
2013-01-22 16:00
lucene中的四种分词器
import java.io.IOException; import java.io.
StringReader
; import javax.swing.text.AttributeSet.CharacterAttribute
soukenan
·
2013-01-19 21:51
Lucene
分词器
lucene中的四种分词器
import java.io.IOException; import java.io.
StringReader
; import javax.swing.text.AttributeSet.CharacterAttribute
soukenan
·
2013-01-19 21:51
lucene
分词器
Lucene
axis接用web services接口
importjava.io.
StringReader
; importjava.net.MalformedURLException; importjavax.xml.namespace.QName
mengxianhua
·
2013-01-05 16:00
lucene3.0.0 高亮显示实例
lucene3.0.0 高亮显示实例 package com.tx.test; import java.io.File; import java.io.
StringReader
; import
sungang_1120
·
2012-12-27 22:00
Lucene
lucene3.0.0 高亮显示实例
lucene3.0.0 高亮显示实例 package com.tx.test; import java.io.File; import java.io.
StringReader
; import
sungang_1120
·
2012-12-27 22:00
Lucene
SAX方式把String转化为XML对象
import java.io.
StringReader
; import org.dom4j.Document; import org.dom4j.DocumentException; import
woxiangbo
·
2012-12-26 16:00
String
写一函数把
StringReader
中输入流中的字符串全部转换成大写,然后将结果写到一个StringWriter中
目的:写一函数把
StringReader
中输入流中的字符串全部转换成大写,然后将结果写到一个StringWriter中,然后使用这一函数将以字符串全部转成大写。
huiqinbo
·
2012-12-25 18:00
stringreader
写一函数把
StringReader
中输入流中的字符串全部转换成大写,然后将结果写到一个StringWriter中
目的:写一函数把
StringReader
中输入流中的字符串全部转换成大写,然后将结果写到一个StringWriter中,然后使用这一函数将以字符串全部转成大写。
huiqinbo
·
2012-12-25 18:00
stringreader
JAVA的IO学习
StringWriter、
StringReader
对内存里的位置进行读写。
iwebcode
·
2012-12-23 10:00
java
Lucene 3.x+的Ananlyzer学习实例
how-to-get-a-token-from-a-lucene-tokenstream package cn.itcast.lucene.analyzer; import java.io.
StringReader
conkeyn
·
2012-12-20 11:00
Lucene
java--xml与字符串两者之间的转换代码(实例)
.\”; 5.2.
StringReader
sr=new
StringReader
(xmlStr); 6.3.InputSourceis=newInputSource(sr); 7.4.DocumentBuilderFactoryfactory
jgsa
·
2012-12-18 12:01
java
十全十美
十二、Attribute
Attribute:TokenStreamstream=a.tokenStream("content",new
StringReader
(str));//位置增量的属性,存储语汇单元之间的距离PositionIncrementAttributepia
chongqingnantian
·
2012-11-28 13:05
lucene3.5
十二、Attribute
nbsp; TokenStream stream = a.tokenStream("content",new
StringReader
youyang_java
·
2012-11-28 13:00
attribute
十一、分词器的核心类
StandardAnalyzerpublicstaticvoiddisplayToken(Stringstr,Analyzera){ try{ TokenStreamstream=a.tokenStream("content",new
StringReader
youyang_java
·
2012-11-28 13:00
分词器
string 转化xml xml转化为string
\";
StringReader
sr=new
StringReader
(xmlStr);InputSourc
cyz412
·
2012-11-23 18:31
xml
xml文件的读写
(Stringattri)方法读取xml的内容 StringxmlContent=request.getAttribute(Constants.REQUEST_CONTENT);定义
StringReader
courage89
·
2012-11-12 15:00
XML Map 相互转换
import java.io.IOException; import java.io.Reader; import java.io.
StringReader
; import java.util.ArrayList
helm4u
·
2012-11-11 23:49
map
xlm
xml 字符串和xml Document相互转换、xml Document内容输出到http response
importjava.io.ByteArrayOutputStream;importjava.io.IOException;importjava.io.
StringReader
;importjavax.xml.parsers.DocumentBuilder
desert3
·
2012-11-05 10:51
Java
xml 字符串和xml Document相互转换、xml Document内容输出到http response
import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.
StringReader
;
desert3
·
2012-11-05 10:00
document
xml 字符串和xml Document相互转换、xml Document内容输出到http response
import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.
StringReader
;
desert3
·
2012-11-05 10:00
document
Clear Special character
analyzer(String string) { List<String> list = new ArrayList<String>(); try {
StringReader
jojo_java
·
2012-11-05 09:00
character
JAVA手机号码归属地查询
importjava.io.BufferedReader; importjava.io.IOException; importjava.io.InputStreamReader; importjava.io.
StringReader
郏高阳
·
2012-10-31 16:00
郏高阳
JAVA判断手机号码归属地
w3c document 与 dom4j document转化工具类
importjava.io.ByteArrayOutputStream;importjava.io.
StringReader
;importjavax.xml.parsers.DocumentBuilder
q326527970
·
2012-10-22 17:00
Freemarker 自定义TemplateLoader解析字符串
Author:KevenChen*/packagefreemarker.loader;importjava.io.IOException;importjava.io.Reader;importjava.io.
StringReader
iteye_9829
·
2012-10-11 09:35
foreground
简单的拆分字符串和冒泡排序的算法
packagetest; importjava.io.IOException; importjava.io.
StringReader
; publicclassTestIO{ publicstaticvoidmain
huangyunzeng2008
·
2012-10-10 16:00
lucene高亮:lucene高亮显示
package src; import java.io.
StringReader
; import java.util.Date; import org.apache.lucene .analysis.Analyzer
itfafa
·
2012-09-28 16:00
Lucene
[置顶] Lucene分词器(搜索关键字解析器)
importjava.io.
StringReader
;importjava.text.SimpleDateFormat;importjava.util.Date;importorg.apache.lucene.analysis.Analyzer
feixiangdexin123087
·
2012-09-20 18:00
exception
Date
String
Lucene
import
lucene3 中文IKAnalyzer分词例子
import java.io.IOException; import java.io.
StringReader
; import java.util.Iterator; import org.apache.lucene.analysis.Analyzer
a52071453
·
2012-09-10 13:00
luence
lucene3 中文IKAnalyzer分词例子
import java.io.IOException; import java.io.
StringReader
; import java.util.Iterator; import org.apache.lucene.analysis.Analyzer
a52071453
·
2012-09-10 13:00
luence
Xml
packagecom.huawei.bss.xml;importjava.io.File;importjava.io.
StringReader
;importjava.util.Iterator;importjava.util.Map
xinyoulinglei
·
2012-08-31 16:00
xml
将xml类型的字符串转换为hashmap
(StringstrXML){ /* StringstrXML=""+ "p011111"+ "p011111"+ ""; */ Mapmap=newHashMap();
StringReader
read
zhangliao613
·
2012-08-31 09:00
exception
xml
list
String
HashMap
lucene3.0+版本中文分词测试+搜索结果+创建索引测试
lucene3.0+版本中文分词测试+搜索结果+创建索引测试importjava.io.File;importjava.io.IOException;importjava.io.
StringReader
yjflinchong
·
2012-08-25 09:00
exception
String
Lucene
search
query
Java实现读取PDF
importjava.io.FileNotFoundException;importjava.io.IOException;importjava.io.InputStream;importjava.io.
StringReader
kevin_Luan
·
2012-08-24 12:00
java
exception
String
File
null
Path
Java超全Json工具类JsonUtil
import java.io.
StringReader
; import java.util.ArrayList; import java.util.List; import java.util.Map
qiaolevip
·
2012-08-15 17:00
java
json
工具类
Java超全Json工具类JsonUtil
import java.io.
StringReader
; import java.util.ArrayList; import java.util.List; import java.util.Map
qiaolevip
·
2012-08-15 17:00
java
json
工具类
Java超全Json工具类JsonUtil
阅读更多importjava.io.
StringReader
;importjava.util.ArrayList;importjava.util.List;importjava.util.Map;importjava.util.Set
qiaolevip
·
2012-08-15 17:00
乔乐共享
json
工具类
java
Struts2中定义新的返回类型---返回XML字符串并结合XSLT生成HTML
1.定义新的返回类型:packagecom.yuxipacific.common.result; importjava.io.
StringReader
; importjavax.xml.parsers.DocumentBuilder
kunshan_shenbin
·
2012-07-24 22:00
exception
xml
struts
String
XSLT
stylesheet
[置顶] 自己动手写CSDN博客提取器源码分析之二:处理网页保存为doc文件
*/ packagecom.wyp.html2doc; importjava.io.File; importjava.io.FileOutputStream; importjava.io.
StringReader
w397090770
·
2012-07-20 16:00
exception
String
header
File
email
stylesheet
自己动手写CSDN博客提取器源码分析之二:处理网页保存为doc文件
package com.wyp.html2doc; import java.io.File; import java.io.FileOutputStream; import java.io.
StringReader
isiqi
·
2012-07-20 16:00
源码分析
Java格式化输出Xml
packagecom.zhj.creDbXml; importjava.io.IOException; importjava.io.
StringReader
; importjava.io.StringWriter
welcome000yy
·
2012-07-18 22:00
SAXreader
package com.joyveb.addon.hp; import java.io.
StringReader
; import org.dom4j.Document; import org.dom4j.DocumentException
福将1032
·
2012-07-13 11:00
reader
StringReader
源码分析
public class
StringReader
extends Reader { private String str; private int length; private
czj4451
·
2012-07-12 18:00
java
IO
stringreader
StringReader
源码分析
public class
StringReader
extends Reader { private String str; private int length; private
czj4451
·
2012-07-12 18:00
java
IO
stringreader
StringReader
源码分析
public class
StringReader
extends Reader { private String str; private int length; private
czj4451
·
2012-07-12 18:00
java
IO
stringreader
上一页
5
6
7
8
9
10
11
12
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他