码迷,mamicode.com
首页 >  
搜索关键字:linux inode find rm    ( 179830个结果
selenium元素定位大全
selenium八大元素定位方式 driver.find_element_by_id(‘id’)#id定位driver.find_element_by_name(‘name’)#name定位driver.find_element_by_class_name(‘class’)#classname定位 ...
分类:其他好文   时间:2021-04-28 11:45:12    阅读次数:0
x7pro怎么root,怎么进入开发者模式
You need to activate the Developer Options and USB Debugging for the purpose. Follow the below mention steps and you would be good to go: 1.Slide into ...
分类:其他好文   时间:2021-04-28 11:44:14    阅读次数:0
The Linux Command Line——16. 存储媒介
挂载和卸载存储设备 有一个叫做/etc/fstab 的文件可以列出系统启动时要挂载的设备(典型地,硬盘分区)。 这些是硬盘分区。每行由六个字段组成,如下所示: 查看挂载的文件系统列表 这个 mount 命令被用来挂载文件系统。执行这个不带参数的命令,将会显示一系列当前挂载的文件系统: 正如许多现在的 ...
分类:系统相关   时间:2021-04-28 11:42:25    阅读次数:0
arp欺骗
工具 kali linux下的arpspoof,VMware以及USB式的无线网卡 遇见问题 1、kali2020未装arpsproof。 首先执行sudo apt-get update,然后apt-get install arpsproof 2、无法ping到受害主机 3、注意使用管理员权限进行操 ...
分类:其他好文   时间:2021-04-27 15:23:07    阅读次数:0
常用工作命令集合
1. find . -regex '.*\.c\|.*\.cc' | xargs grep "string" --color --line-number 2. sed -n '5,10p' filename 查看文件的第5行到第10行。 3. grep -o hello test.log | wc ...
分类:其他好文   时间:2021-04-27 15:16:42    阅读次数:0
电商 Python 访客Excel合并2
import pandas as pd import os import re path = "./files/" files = os.listdir(path) # 用于存放Excel,里面的每个元素类型为:pandas.core.frame.DataFrame list_excel = [] ...
分类:编程语言   时间:2021-04-27 14:43:38    阅读次数:0
Linux环境变量
环境变量(environment variable) 环境变量是在bash shell 的一个特性,用来存储系统信息、临时数据以及配置信息。在bash shell中,环境变量可分为两类:全局变量和局部变量。 全局变量: 作用范围:当前shell进程及其子shell进程 查看全局环境变量: 查看所有全 ...
分类:系统相关   时间:2021-04-27 14:34:01    阅读次数:0
Linx中常用命令
1、系统版本 cat /etc/redhat-release uname -rm 2、主机名和ip hostname cat /etc/hosts 3、节点添加普通用户www,作为web服务器管理用户 useradd -u 1001 www id www 4、配置www用户登录其他机器不用密码。密钥 ...
分类:其他好文   时间:2021-04-27 14:29:24    阅读次数:0
解决安装 Docker 慢:使用国内阿里云镜像加速安装
linux上安装Docker,并解决速度太慢 使用国内阿里云镜像加速安装 1.卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ docker-common \ docker-latest \ docker-la ...
分类:其他好文   时间:2021-04-27 14:25:42    阅读次数:0
The-text-Compatibility-of-Linux-and-Windows
The-text-Compatibility-of-Linux-and-Windows 1. 字符编码问题: Linux系统与windows系统的默认编码不同。 1.1 Linux系统下查看文件编码命令file 1.2 文件字符编码转换 1.2.1 文件内容的字符编码转换: iconv 1.2.2 ...
分类:Windows程序   时间:2021-04-27 14:18:07    阅读次数:0
179830条   上一页 1 ... 67 68 69 70 71 ... 17983 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!