
Python
hushui
Coding Since 1998
展开
-
Centos7/build python3.7.3 with sqlite3 support (local install without root)
9290 2021-11-09 15:09:28 wget https://www.sqlite.org/2017/sqlite-autoconf-3170000.tar.gz --no-check-certificate 9292 2021-11-09 15:09:35 tar zxf sqlite-autoconf-3170000.tar.gz 9293 2021-11-09 15:09:36 ls 9294 2021-11-09 15:09:39 cd sqlit..原创 2021-11-09 15:38:17 · 587 阅读 · 0 评论 -
pip install without root
[lake@server /]$ cat > $HOME/.pydistutils.cfg <<EOF> [install]> user=1> EOF[lake@server /]$ pip install --upgrade youtube_dlCollecting youtube_dl Downloading https://files.pythonhosted.org/packages/a4/43/1f586e49e68f8b41c4be41630.原创 2021-06-25 10:29:17 · 349 阅读 · 0 评论 -
Python tool/pydtc parse device tree binary to dts
Microsoft Windows [Version 10.0.18363.1139](c) 2019 Microsoft Corporation. All rights reserved.C:\Windows\SysWOW64>cd c:\Python38c:\Python38>PATHPATH=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\windows\system32;C:\windows;C:\w.原创 2020-11-19 17:22:54 · 461 阅读 · 0 评论 -
python2.7/serial/test/ARM Linux
#-*- coding:UTF-8 -*-# author:Lake Hu :2020/9# -*- coding: utf-8 -*-import time import serialimport reimport randomimport time localtime = time.asctime(time.localtime(time.time()))reboot_timeout_default = 30 read_timeout_default = 5ser = .原创 2020-09-18 14:54:33 · 218 阅读 · 0 评论 -
python-2.7/Win32/pip upgrade and install from pypi.tuna.tsinghua.edu.cn
python-2.7-Win32-Windows-PIPC:\Python27\Scripts>cd ..C:\Python27>python -m pip install --upgrade pipCollecting pip Downloading https://files.pythonhosted.org/packages/54/2e/df11ea7e23e7e761d484ed3740285a34e38548cf2bad2bed3dd5768ec8b9/p...原创 2020-05-13 19:31:46 · 311 阅读 · 0 评论 -
Python/pip/docker-compose install on Debian8/ARMhf/32bit (docker version 18.06.3-ce)
Python3/pip/docker-composeapt installpython-pipyum-y install python-pipPyPI使用国内源通过几次 pip 的使用,对于默认的 pip 源的速度实在无法忍受,从国外下载很慢,于是便搜集了一些国内的pip源,如下:阿里云 http://mirrors.aliyun.com/pypi/simple/...原创 2020-02-14 20:01:39 · 513 阅读 · 0 评论 -
python-2.7-Win32-Windows-IDLE-PIP-AndroidTestLib-uiautomator
# Python Android test module Github URLhttps://github.com/xiaocong/uiautomator############# Python27/w32 on Windows 10/64bitMicrosoft Windows [Version 6.1.7601]Copyright (c) 2009 Microsof...原创 2018-09-26 15:25:59 · 270 阅读 · 0 评论 -
RHEL/Centos7.x/python-2.7 install IDLE-PIP-AndroidTestLib-uiautomator
# Python Android test module Github URLhttps://github.com/xiaocong/uiautomator####### uiautomatorviewer tool in Android SDKlake@localhost:~/Android/android-sdk-linux$./tools/bin/uiautomat...原创 2018-09-26 15:11:11 · 275 阅读 · 0 评论 -
serial port/CrossPlatform/MinGW and WSL(Windows Subsystem Linux/Win10)
1. Make sure Win10/Putty could access serial port(Embedded system PCBA)Remember the COM name. For example COM412. Start on WSLlake@M5273296:~$ uname -aLinux M5273296 4.4.0-43-Microsoft #...原创 2019-07-16 09:26:07 · 365 阅读 · 0 评论 -
Python2.7/Opecv3.2 test
Ubuntu18$ls -l /usr/bin/python*lrwxrwxrwx 1 root root 9 Apr 16 2018 /usr/bin/python -> python2.7lrwxrwxrwx 1 root root 9 Apr 16 2018 /usr/bin/python2 -> python2.7-rwxr-xr-x 1 ...原创 2019-02-21 09:45:44 · 252 阅读 · 0 评论 -
Ubuntu 18.04.1 LTS/python2.7/pip/tensorflow-0.8.0-cp27-none-linux_x86_64
Ubuntu 18.04.1 LTS/python2.7/pip/tensorflow-0.8.0-cp27-none-linux_x86_64 Ubuntu 18.04.1 LTS/python2.7/pip/tensorflow-0.8.0-cp27-none-linux_x86_642019年02月20日 20:45:36 hushui 阅读数:1 标签: tensorflow ...原创 2019-02-20 20:45:36 · 480 阅读 · 0 评论 -
uiautomator/Android Test Python example scripts Continue
Refer to Setuphttps://blog.youkuaiyun.com/hushui/article/details/82896181Examplehttps://blog.youkuaiyun.com/hushui/article/details/82855839Official web https://github.com/xiaocong/uiautomator1. P...原创 2018-11-08 10:24:54 · 254 阅读 · 0 评论 -
RHEL/Centos7.x/python-2.7 Example
lake@localhost:~/Desktop$ python -VPython 2.7.5lake@localhost:~/Desktop$ python Python 2.7.5 (default, Oct 11 2015, 17:47:16) [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)] on linux2Type "help", "copy...原创 2018-11-07 09:38:25 · 179 阅读 · 0 评论 -
android.widget.ListView/Python/uiautomator script
Get GUI throughandroid-sdk-linux/tools/bin/uiautomatorviewer Python script to automatic click to downlowd all item in android.widget.ListView Refer to https://github.com/xiaocong/ui...原创 2018-09-29 13:27:07 · 329 阅读 · 0 评论