Copy from:https://blog.csdn.net/u010977122/article/details/53316671 1.mount:用于查看哪个模块输入只读,一般显示为:[root@localhost ~]# mount/dev/cciss/c0d0p2 on / type ext3 (rw)proc on /proc type proc (rw)sysfs on /sys type sysfs (rw)devpts on /dev/pts type devpts (rw,g…
using Microsoft.Office.Interop.Excel;//转换为excel时,需要引用此命名空间 using ET;//转换为wps时,需要引用此命名空间using KSO;//转换为wps时,需要引用此命名空间当转换为excel时,需要引入Microsoft.Office.Interop.Excel.dll;当转换为wps时,需要引入Interop.ET.dll,Interop.KSO.dll; #region 查询注册表,判断本机是否安装office2003,2007和w…
package com.example.demo; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; /** * Created by Administrator on 2019/6/19. */ public class URLEncode { public static void main(String[] args) { System.out.println(ChangeISOToUTF("ht…