摘要: package cn.ychx; import java.awt.Dimension; import java.awt.Toolkit; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Result 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(196) 评论(0) 推荐(0) 编辑
摘要: HTTP 错误 500.19 - Internal Server Error 无法访问请求的页面,因为该页的相关配置数据无效。 模块 IIS Web Core 通知 未知 处理程序 尚未确定 错误代码 0x80070005 配置错误 由于权限不足而无法读取配置文件 配置文件 \\?\E:\Proje 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(2020) 评论(0) 推荐(0) 编辑
摘要: zh-cn 简体中文 zh-tw 繁体中文 en-us 英语 ja-jp 日语 es-us 西班牙语(美国) da-dk 丹麦语 nl-nl 荷兰语 fi-fi 芬兰语 fr-fr 法语 de-de 德语 it-it 意大利语 ko-kr 朝鲜语 nb-no 挪威语 pt-br 葡萄牙语 es-es 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(383) 评论(0) 推荐(0) 编辑
摘要: 使用w3c dom采用递归实现xml文件的解析读取。import javax.xml.parsers.DocumentBuilder;import javax.xml.parsers.DocumentBuilderFactory;import org.w3c.dom.Document;import ... 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(532) 评论(0) 推荐(0) 编辑
摘要: import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.util.zip.ZipEntry;import java.util.zip.ZipOutput... 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(403) 评论(0) 推荐(0) 编辑
摘要: static{ Properties prop = new Properties(); prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties")... 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1. jd java.decompilerhttp://java.decompiler.free.fr2.jadjad.exehttp://varaneckas.com/projects/ 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(401) 评论(0) 推荐(0) 编辑
摘要: static{ Properties prop = new Properties(); prop.load(Thread.currentThread().getContextClassLoader().getResourceAsStream("configure.properties")... 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 1.使用Eclipse插件编辑,这是本人推荐的方式UPDATE地址:http://propedit.sourceforge.jp/eclipse/updates2.使用JDK自带的工具native2ascii.exe来编辑native2ascii globalMessages.properties ... 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(201) 评论(0) 推荐(0) 编辑
摘要: public List getDBTable(String tableName) { List columns = new ArrayList(); String driver = "com.mysql.jdbc.Driver"; String url = "jdbc:mysql://127.0.0... 阅读全文
posted @ 2017-10-09 18:31 翠微 阅读(201) 评论(0) 推荐(0) 编辑