码迷,mamicode.com
首页 >  
搜索关键字:chrome os    ( 150128个结果
OpenStack云平台命令行登录账户
在controller节点,shell窗口进行账户登录,需要配置用户环境脚本 export OS_USER_DOMAIN_NAME=Default export OS_PROJECT_NAME=admin(项目名称) export OS_USERNAME=admin(账户名) export OS_P ...
分类:其他好文   时间:2021-07-29 16:22:50    阅读次数:0
几种浏览器
很久以前使用过的浏览器,现在许多都没有印象了,留个底。 FireFox类 基于Gecko核的浏览器 tete009 UI接近Chrome;5G条件下,打开网页速度和Chrome有一些差距。 ZD423搞了个网盘合集:https://pan.lanzoui.com/b00t56j6b 密码:9vou ...
分类:其他好文   时间:2021-07-29 16:16:59    阅读次数:0
五个 .NET 性能小贴士
原文:bit.ly/3wSpO4o 作者:Nikita Starichenko 翻译:精致码农 大家好!今天我想和大家分享几个 .NET 的性能小贴士与基准测试。 我的系统环境: BenchmarkDotNet=v0.13.0, OS=Windows 10.0.19042.985 Intel Cor ...
分类:Web程序   时间:2021-07-28 21:26:09    阅读次数:0
pdf转图片加水印压缩
''' pip install pymupdf pip install pillow ''' import os import uuid import fitz from PIL import Image, ImageDraw, ImageFont import zipfile basedir = ...
分类:其他好文   时间:2021-07-27 17:38:27    阅读次数:0
非桌面系统 (ubuntu)安装google-chrome
1. 离线安装包下载: Google Chrome 网络浏览器 注意查看其中的参数,可以根据自己的平台修改,参考:Google Chrome 离线安装包的官方下载地址是什么? - 鞠宇飞的回答 - 知乎 https://www.zhihu.com/question/19981495/answer/5 ...
分类:系统相关   时间:2021-07-27 17:33:13    阅读次数:0
CentOS7安装Chrome及驱动
目录 安装Chrome 安装Chrome驱动程序 环境:CentOS Linux release 7.4.1708 (Core) 安装Chrome 下载安装包: wget https://dl.google.com/linux/direct/google-chrome-stable_current_ ...
分类:其他好文   时间:2021-07-27 17:32:34    阅读次数:0
FileExistsError: [WinError 183] 当文件已存在时,无法创建该文件。
源代码: train_dir = os.path.join(base_dir, 'train') os.mkdir(train_dir) 错误提示: FileExistsError: [WinError 183] 当文件已存在时,无法创建该文件。 修改代码: train_dir = os.path. ...
分类:Windows程序   时间:2021-07-26 16:53:37    阅读次数:0
Python基础之os模块简介
在日常工作中,经常需要用到操作系统,以及文件目录相关的内容,属于系统运维相关的必备知识点,本文主要简述Python中与os模块及os.path模块相关内容,仅供学习分享使用,如有不足之处,还请指正。 ...
分类:编程语言   时间:2021-07-26 16:43:17    阅读次数:0
关于python常用的命令
os模块: os.system os.system("cat/cmd等...") os.popen print os.popen("adb shell ls ../aa.png").read() >>> 输出:aa.png 爆出包含文件 {{%20config.__class__.__init__. ...
分类:编程语言   时间:2021-07-26 16:40:48    阅读次数:0
泰坦尼克号旅客生存预测记录
在指定网址下载文件,并放到指定目录 import urllib.request import os url = "xxxxx" data_path = "D:/xxx" if not os.path.isfile(data_path): # 如果不存在文件 ret = urllib.request. ...
分类:其他好文   时间:2021-07-23 17:44:16    阅读次数:0
150128条   1 2 3 4 ... 15013 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!