240 发简信
IP属地:上海
  • linux基础命令

    命令行中命令替换 比如已经在 /a/b/c 目录下, 想查看当前目录下app.py文件的绝对路径,可以使用下面的命令替换:ls `pwd`/app.py 或 ls $(pwd...

  • 120
    linux重定向

    '>' and '<' '<' : 输入重定向mysql -uroot -p -h test < data.sql 批量导入sql数据 '>' : 输出重定向 '>' : ...

  • wget

    最近工作中需要下载ftp服务器上的文件,本来是想写脚本的,后来发现wget命令的强大之处,在此进行记录。 1. wget wget:名字是“World Wide Web”和“...

  • error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": htt...

    1. Env winodws , pip安装scrapy时报错 2. Solution 在https://www.lfd.uci.edu/~gohlke/pythonlibs...

  • 120
    vmware 安装centos7的那些事

    Env win 10, vmware 14, centos 7 Questions 在安装centos7的过程中,不小心点了下方安装vmware tools的提示,出现下面图...

  • centos7 yum install mongodb

    install modify configuration: change "bind_ip =127.0.0.1" to "bind_ip = 0.0.0.0"

  • 120
    互联网分布式任务调度工具

    分布式调度在互联网企业中占据着十分重要的作用,尤其是电子商务领域,由于存在数据量大、高并发的特点,对数据处理的要求较高,既要保证高效性,也要保证准确性和安全性,相对比较耗时的...

  • ubuntu 18.04 redis installation

    attention: contents in the brackets are comments, do not copy! install configuration # ...

  • 120
    When trying to "pip install mysqlclient",it showed that 'OSError: mysql_config not found'

    Environment: Ubuntu 18.04 Python Django Screenshot as bellow: Solution: you need to ins...

个人介绍
本博客仅用于个人学习的记录