12 2017 档案
摘要:import javax.swing.*; import javax.swing.filechooser.FileSystemView; import java.io.File; FileSystemView fsv = FileSystemView.getFileSystemView(); System.out.println(fsv.getHomeDirectory()); Syste...
阅读全文
摘要:文档路径(包括数据库结构):https://pan.baidu.com/s/1eRP14AI
阅读全文
摘要:import java.io.*;import java.util.Enumeration;import java.util.Properties;/** * 关于Properties类常用的操作 * @author xfm * @version 1.0.0 */public class Prope
阅读全文
摘要:import java.io.UnsupportedEncodingException;import java.security.MessageDigest;import java.security.NoSuchAlgorithmException;/** * @author admin */pub
阅读全文

浙公网安备 33010602011771号