当前位置: 技术问答>请教局域网中如何通过ip地址得到主机名
iis7站长之家
请教返回方法的类型问题.
来源: 互联网 发布时间:2015-06-15
本文导语: 请看看我这个程序: public List selectOperation (String snum) throws SAXException,ParserConfigurationException,TransformerConfigurationException,TransformerException,IOException { DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); Docum...
请看看我这个程序:
public List selectOperation (String snum) throws SAXException,ParserConfigurationException,TransformerConfigurationException,TransformerException,IOException
{
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumentBuilder();
Document doc = builder.parse("DateFile.xml");
doc.normalize();
NodeList nodelist = doc.getElementsByTagName("AAB001");
for (int i=0;i
public List selectOperation (String snum) throws SAXException,ParserConfigurationException,TransformerConfigurationException,TransformerException,IOException
{
DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
DocumentBuilder builder = factory.newDocumentBuilder();
Document doc = builder.parse("DateFile.xml");
doc.normalize();
NodeList nodelist = doc.getElementsByTagName("AAB001");
for (int i=0;i