- 博客(8)
- 资源 (1)
- 收藏
- 关注
原创 【求助】ssh.service loaded(inactive) 问题
ssh 服务也无法正常启动, systemctl status ssh 仍然是 loaded(inactive)报错,查了一下发现是系统没有启动的时候,会保留/etc/nologin的文件导致出现这个错误信息。我尝试了一下,发现缺少/run/sshd文件夹。于是我手动创建了一个。于是我重装了openssh-server. 但在这之后也不行。然后看了下ssh.service发现仍然没有启动成功。我在重启服务器之后,ssh服务就无法正常启动了。我修复了sshd -t 的报错之后,手动在。启动了sshd服务。
2022-11-02 15:08:39
1384
3
原创 [求助]相同序列的图不同的深度估算
我现在根据深度估算的人工智能模型来估算了一组图像的深度图。但是当我把这些图像组合起来的时候,发现根据不同的图片进行预测的时候的基准是不一样的。比如说深度为1的值在第一张图里是10m,但是在第二张图里就变成了5m。(因为只判断相对的值。)有什么方法能够统一这两个图的差别吗?用于播放的代码测试文件下载:文件下载google drive...
2022-06-26 18:19:58
243
原创 2021-09-19 MacOSX 如何绕过屏幕保护时间
MacOSX 如何绕过屏幕保护时间找到应用程序本身,右键,打开包进入./Content 文件夹有一个叫Info.plist问价修改里面的IdentifyID,名字,类型(重新注册证书,或使用其他未被禁止的比如说设置的ID)修改图标好啦!!!我们把程序隐藏到其他软件里啦!!!...
2021-09-19 19:10:54
347
原创 Ubuntu 使用教程 & 安装 jupyter notebook (miniconda)
linux help: https://www.runoob.com/linux/linux-tutorial.htmllinux command: https://www.runoob.com/linux/linux-command-manual.htmlchmod : https://www.runoob.com/linux/linux-comm-chmod.htmlchown : https://www.runoob.com/linux/linux-comm-chown.htmlj
2021-08-15 13:06:22
4555
原创 python爬虫-源码
import osimport requestsfrom bs4 import BeautifulSoup as bsimport time, random # 增加随机休息的时间来避免对于运营方的网络特别大的影响,也避免被封ipclass worm(): def __init__(self): self.book_code = 782 self.book_code_list = [782, 801] self.testFlag = Tr
2021-08-09 16:03:13
1278
原创 USACO-青铜
USACO的题不会,求解Farmer John has recently expanded the size of his farm, so from the perspective of his cows it is effectively now infinite in size! The cows think of the grazing area of the farm as an infinite 2D grid of square “cells”, each filled with delic
2020-12-21 00:49:42
1382
5
原创 2020-12-16 codewars Integers: Recreation 程序超时 python3.6
2020-12-16 codewars Integers: Recreation 程序超时 python3.6def list_squared(m, n): result=[] for num in range(m, n): number_list = [] for i in range(1,num+1): if num%i == 0: number_list.append(i) sum
2020-12-16 22:32:45
223
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅