码迷,mamicode.com
首页 >  
搜索关键字:ubuntu no such file    ( 76196个结果
Ubuntu18.04安装qemu遇到问题-qemu : Depends: qemu-system (>= 1:2.11+dfsg-1ubuntu7)
在Ubuntu虚拟机中,模拟arm开法环境的话,一般是需要交叉编译工具链和qemu来配合使用。安装qemu过程中遇到的问题,我将记录下来。 sudo apt-get install qemu 处理办法便是,依照这个链接进行。如果你能成功那自然好。但是我并没有成功,安装aptitude的时候出现了这个 ...
分类:系统相关   时间:2021-07-28 21:25:33    阅读次数:0
非桌面系统 (ubuntu)安装google-chrome
1. 离线安装包下载: Google Chrome 网络浏览器 注意查看其中的参数,可以根据自己的平台修改,参考:Google Chrome 离线安装包的官方下载地址是什么? - 鞠宇飞的回答 - 知乎 https://www.zhihu.com/question/19981495/answer/5 ...
分类:系统相关   时间:2021-07-27 17:33:13    阅读次数:0
nginx + http + svn
安装certbot 安装 certbot 为免费证书做准备 yum install certbot python2-certbot-nginx 安装 svn 安装svn yum install svn 创建svn库 # 创建库 svnadmin create /var/svn/data # 授权ap ...
分类:Web程序   时间:2021-07-27 17:31:33    阅读次数: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
【Azure 应用服务】App Service 配置 Application Settings 访问Storage Account得到 could not be resolved: '*.file.core.windows.net'的报错。没有解析成对应中国区 Storage Account地址 *.file.core.chinacloudapi.cn
问题描述 App Service 配置 Application Settings 访问Storage Account。如下: { "name": "WEBSITE_CONTENTAZUREFILECONNECTIONSTRING", "value": "[concat('DefaultEndpoin ...
分类:移动开发   时间:2021-07-26 16:39:52    阅读次数:0
Python-文件处理
一、在 Python 中使用文件的关键函数是 open() 函数。open() 函数有两个参数:文件名(file)和模式(access_mode) access_mode参数有:r : 以只读方式打开文件。文件的指针将在文件开头。这是默认模式。rb: 以二进制格式打开一个文件用于只读。一般用于非文本 ...
分类:编程语言   时间:2021-07-23 17:44:49    阅读次数:0
UltraEdit的配置
1.解决:禁止自动生成同名bak文件 2.解决:禁止总是提醒"希望转换file到dos格式吗" ...
分类:其他好文   时间:2021-07-23 17:39:05    阅读次数:0
Exception: URL fetch failure on https://s3.amazonaws.com/text-datasets/nietzsche.txt: None -- [WinError 10054] 远程主机强迫关闭了一个现有的连接。
原始代码: import keras import numpy as np path = keras.utils.get_file( 'nietzsche.txt', origin='https://s3.amazonaws.com/text-datasets/nietzsche.txt' ) te ...
分类:Windows程序   时间:2021-07-22 17:41:40    阅读次数:0
Blog2-2021.7.20
昨天在师傅的带领下安装了好多工具和文件,之前在学校里面上课时安装的VM课程结束之后就再也没打开过— — 好在师傅的文件夹里面工具齐全不用我在花大量时间在安装上面,之前我在学校装的ubuntu系统好像也很少用到了,现在装的是kali和win7系统,在装完后我查询了虚拟机的联网方法, 总的来看有三种:1 ...
分类:其他好文   时间:2021-07-21 17:37:19    阅读次数:0
爬虫库urllib的使用
# -*- coding: utf-8 -*-# @Time : 2021/7/18 11:40# @Author :liuw# @File : testUrllib.py# @Software: PyCharmimport urllib.requestimport urllib.parse# 获取 ...
分类:Web程序   时间:2021-07-19 16:46:08    阅读次数:0
76196条   1 2 3 4 ... 7620 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!