上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 198 下一页
摘要: grep --text ' ERROR '2017.06.08.log | grep '12345678' | grep -Eo 'telephone=.*{11},p'| sort | uniq | wc -l more -2019-12-11.log | grep -o "18123928678 阅读全文
posted @ 2019-12-11 17:34 brady-wang 阅读(4336) 评论(0) 推荐(0)
摘要: 配置镜像在anaconda安装好之后,默认的镜像是官方的,由于官网的镜像在境外,使用国内的镜像能够加快访问的速度。这里选择了清华的的镜像。镜像的地址如下:tuna。Anaconda 安装包可以到 https://mirrors.tuna.tsinghua.edu.cn/anaconda/archiv 阅读全文
posted @ 2019-12-11 14:53 brady-wang 阅读(5705) 评论(0) 推荐(0)
摘要: vim /usr/local/nginx/conf/fastcgi.conf fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/:/mnt/hgfs/www"; 阅读全文
posted @ 2019-12-10 14:11 brady-wang 阅读(302) 评论(0) 推荐(0)
摘要: 这几天学习Laravel框架遇到了数据库方面的问题。 PDOException in Connector.php line 55:SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password 阅读全文
posted @ 2019-12-10 11:58 brady-wang 阅读(952) 评论(0) 推荐(0)
摘要: 1. 先在windows中创建一个文件夹,使用英文名称。 2. VMWare中,菜单栏 虚拟机->设置 3. Linux中的访问目录 /mnt/hgfs/winshare winshare 已经是最大权限 阅读全文
posted @ 2019-12-10 09:56 brady-wang 阅读(398) 评论(0) 推荐(0)
摘要: CentOS安装无法ping 出现Name or service not known CentOS安装无法ping 出现Name or service not known CentOS安装无法ping 出现Name or service not known CentOS安装无法ping 出现Name 阅读全文
posted @ 2019-12-10 09:49 brady-wang 阅读(239) 评论(0) 推荐(0)
摘要: 在使用VMware workstation时,安装的windows或者Linux遇到错误操作时,会发生刺耳的嘟嘟声。如何关闭呢?在VMware虚拟机windows系统中的命令提示符处键入以下命令, 然后按 ENTER 键1.关闭 Beep 服务>sc config beep start= disab 阅读全文
posted @ 2019-12-09 22:02 brady-wang 阅读(386) 评论(0) 推荐(0)
摘要: 生成文件 pip freeze > requirements.txt 依赖库会导到于requirements.txt 比如: image.png 从requirements.txt安装依赖库 pip install -r requirements 当提示权限不够时,前面加上sudo 作者:心无旁骛_ 阅读全文
posted @ 2019-12-06 08:51 brady-wang 阅读(1628) 评论(0) 推荐(0)
摘要: 给python程序传递参数 运行python脚本时有时需要执行实传递参数 在linux下: [root@Test ~]# cat /opt/python.py #!/usr/local/bin/python # -*- coding:utf-8 -*- import sys print(sys.ar 阅读全文
posted @ 2019-12-03 17:06 brady-wang 阅读(1235) 评论(0) 推荐(0)
摘要: 安装chromedriver 1、安装chrome 用下面的命令安装最新的 Google Chrome yum install https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm也可以下载到本地再安装 阅读全文
posted @ 2019-12-03 16:05 brady-wang 阅读(2373) 评论(1) 推荐(0)
上一页 1 ··· 78 79 80 81 82 83 84 85 86 ··· 198 下一页