21
2020
03
Firefox driver for python selenium
https://stackoverflow.com/questions/26070834/how-to-fix-selenium-webdriverexception-the-browser-appears-to-have-exited-beforsudo apt-get install xvfbsudo pip install pyvirtualdisplay#!/usr/bin/env pythonfrom pyvirtualdisplay import Displayfrom seleni
作者:kerek | 分类:Programme | 浏览:49 | 评论:0
14
2020
03
Python random number
import randomprint("Printing random float number with two decimal places is ", round(random.random(), 1))print("Random float number between 36.4 and 36.9 with two decimal places is ", round(random.uniform(36.4,36.9), 1))
作者:kerek | 分类:Programme | 浏览:35 | 评论:0
21
2020
02
Turn your Android smartphone into a Linux web server
http://prochal.com/2017/09/turn-android-smartphone-linux-web-server-part-2/Installing LAMPFirst, make sure you’re logged as root. If you set the user to root in the previous step, most likely you would. If not, elevate user privileges by adding ‘sudo
作者:kerek | 分类:Programme | 浏览:30 | 评论:0