logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【ubuntu】Ubuntu安装chrome浏览器,搜狗输入法

1、安装google浏览器系统为ubuntu12.04, 64bit, 安装chrome, 如下命令:$ sudo apt-get install libcurl3 libnspr4-0d libxss1$ wget -O g-chrome-NoobsLab64.deb https://dl.google.com/linux/direct/google-chrome-stable_cu

【LeetCode】Python requests模拟Leetcode登陆

查看登陆参数,https://leetcode.com/accounts/login/通过form表单post数据。查看登录时post的一些参数。headersdata **requests模拟登陆,代码在这里:# !/usr/bin/env python# -*- coding: utf-8 -*-# author: wangzhenqing <wangzhenqing

#python
到底了