- 博客(4)
- 收藏
- 关注
原创 selenium chromewebdriver反爬
重新编译chromewebdriver 替换cdc_lasutopfhvcZLmcfl为等长度字符串,不然阿里云的会抓到特征并判定为爬虫。
2022-12-28 16:38:11
493
原创 centos 7 设置脚本开机启动
Centos7下shell脚本添加开机自启动/www/uwsgi.sh#!/bin/bash/root/anaconda3/bin/uwsgi -x /www/yantian/yantian.xml/root/anaconda3/bin/uwsgi -x /www/wufang/wufang.xml1、赋予脚本可执行权限chmod 777 /www/uwsgi.sh2、添加开机启动vim /etc/rc.d/rc.local最下方添加内容 echo "/www/uwsgi.sh" &
2022-02-14 11:52:13
877
原创 centos7+django+uwsgi+vue 项目搭建
1.安装anaconda安装bzip2,系统中可能已经自带yum -y install bzip2下载anaconda3wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.3.1-Linux-x86_64.shbash Anaconda3-5.3.1-Linux-x86_64.sh回车即是默认文件夹,也可以自己选择文件夹安装,比如:[/root/anaconda3] >>> /e
2022-01-27 08:54:58
3591
原创 清除项目git信息
到项目文件夹下,右键,git bash heregit rm -r --cached .git config core.autocrlf falsegit add .
2022-01-27 08:51:11
2611
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅