摘要: 打开注册表在run下输入regedit删除1.HKEY_CURRENT_USER/Software/Allround Automations2.HKEY_CURRENT_USER/Software/Microsoft/Security 阅读全文
posted @ 2018-02-28 13:29 IT~天空 阅读(1525) 评论(0) 推荐(0) 编辑
摘要: 最常见的XML数据类型有:Element, Attribute,Comment, Text.Element, 指形如<Name>Tom<Name>的节点。它可以包括:Element, Text, Comment, ProcessingInstruction, CDATA, and EntityRef 阅读全文
posted @ 2018-02-28 11:28 IT~天空 阅读(1021) 评论(0) 推荐(0) 编辑
摘要: package aisino.comm; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import javax.crypto.spec.SecretKeySpec; /** * * DES加密工具类 */ public class DES... 阅读全文
posted @ 2018-02-28 11:18 IT~天空 阅读(192) 评论(0) 推荐(0) 编辑
摘要: package com.mycompany.springmybatis.service; import java.io.StringReader;import java.util.List; import org.dom4j.Document;import org.dom4j.DocumentExc 阅读全文
posted @ 2018-02-28 11:11 IT~天空 阅读(193) 评论(0) 推荐(0) 编辑