摘要: 1. 移动文件夹中全部文件(包括隐藏文件) 2. 获取本机IP地址 3. apt-get 安装net-tools(ifconfig: command not found) 阅读全文
posted @ 2018-02-05 15:28 GavinLJC 阅读(150) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Text; using System.IO; using System.Runtime.InteropServices; using System.Collections.Generic; public class OperateIniFile { private static String filePath = ""... 阅读全文
posted @ 2018-02-05 11:53 GavinLJC 阅读(11795) 评论(0) 推荐(0) 编辑