摘要:
Linux 复习 命令 --help ls --help *模糊匹配 1.ls ls [参数] [路径] ls ls -a 显示所有文件 ls -l = ll 暂时当前对文件的权限 ls -al 权限+所有文件 ls -al /etc 2.pwd 当前路径 last -n x #最近x次登录的用户 阅读全文
摘要:
alibaba fastjson api 使用fastjson的常用api: public static final Object parse(String text); // 把JSON文本parse为JSONObject或者JSONArray public static final JSONOb 阅读全文
摘要:
The JRE_HOME environment variable is not defined correctly This environment variable is needed to run this program ?? 这个一看就知道肯定是我java环境出问题了。 马上想到我之前更新 阅读全文