2017年3月31日

根据名称在地图上定位

摘要: <!doctype html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="initial-scale= 阅读全文

posted @ 2017-03-31 18:03 shihaiyang 阅读(135) 评论(0) 推荐(0)

linux下的常用命令

摘要: 一、Linux、CentOS下重命名文件和文件夹 mv:move 用移动文件命令就可以了,因为linux系统没有专门的重命名命令。 基本格式: 移动文件:mv 文件名 移动目的地文件名 重命名文件:mv 文件名 修改后的文件名 示例:mv oldfilename newfilename (oldfi 阅读全文

posted @ 2017-03-31 17:52 shihaiyang 阅读(143) 评论(0) 推荐(0)

导航