上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 111 下一页
摘要: See 'git help <command>' to read about a specific subcommand Main Porcelain Commands add Add file contents to the index am Apply a series of patches f 阅读全文
posted @ 2023-08-01 09:51 aiplus 阅读(15) 评论(0) 推荐(0)
摘要: 2019年Berkeley预测Serverless将取代Serverful计算,成为云计算的计算新范式。Serverless为应用程序开发提供了一种全新的系统架构,其凭借着弹性伸缩省事省心,按需付费更低成本、聚焦业务降低OPS这三大核心价值,成为云计算中一股新生力量获得无数开发者的青睐。Server 阅读全文
posted @ 2023-07-22 08:39 aiplus 阅读(48) 评论(0) 推荐(0)
摘要: 明亮色系Punchy & Bright 明亮、有着强烈对比的颜色更引人注目。 这种大胆的色彩组合要谨慎地利用,所以在明亮色系中的调和色一般用中性色。 其中不同的色彩饱和度,表现出不同的氛围和意义。藏青色中性冷淡,霓虹蓝则展现了创造性和开朗的氛围。 LUMINOUS LINES 阅读全文
posted @ 2023-07-21 12:30 aiplus 阅读(23) 评论(0) 推荐(0)
摘要: 问题描述在使用 git 拉取、提交代码的时候,会出现 git Failed to connect to 127.0.0.1 port xxxx: Connection refused 的问题。 原因:无法连接到127.0.0.1: xxx端口: 连接被拒绝。 解决方案通过各种排查实验,总结出以下几种 阅读全文
posted @ 2023-07-18 10:36 aiplus 阅读(1140) 评论(0) 推荐(0)
摘要: import os import json import mmcv import time from mmcv import Config from mmdet.apis import inference_detector, init_detector, show_result_pyplot, tr 阅读全文
posted @ 2023-07-17 16:19 aiplus 阅读(61) 评论(0) 推荐(0)
摘要: import os import mmcv import time import torch import numpy as np import cv2 import PIL from mmcv import Config from mmcls.apis import inference_model 阅读全文
posted @ 2023-07-17 16:18 aiplus 阅读(47) 评论(0) 推荐(0)
摘要: anoldcat 博客园 首页 新随笔 联系 订阅 管理 随笔 - 66 文章 - 61 评论 - 7 阅读 - 14万 Python 知识点大全(转载) 转载自:https://github.com/kenwoodjw/python_interview_question 大佬总结得很好,本来我也想 阅读全文
posted @ 2023-07-17 11:12 aiplus 阅读(31) 评论(0) 推荐(0)
摘要: 时间复杂度 概念定义 根据定义,时间复杂度指输入数据大小为 �N 时,算法运行所需花费的时间。需要注意: 统计的是算法的「计算操作数量」,而不是「运行的绝对时间」。计算操作数量和运行绝对时间呈正相关关系,并不相等。算法运行时间受到「编程语言 、计算机处理器速度、运行环境」等多种因素影响。例如,同样的 阅读全文
posted @ 2023-07-15 00:08 aiplus 阅读(120) 评论(0) 推荐(0)
摘要: import threading class MyClass: def __init__(self, name): self.name = name def my_method(self): print(f"Hello from {self.name}!") def my_thread_functi 阅读全文
posted @ 2023-07-14 12:24 aiplus 阅读(13) 评论(0) 推荐(0)
摘要: About Thank you for using Poe! We are building a platform that lets people ask questions, get instant answers, and have back-and-forth conversations w 阅读全文
posted @ 2023-07-14 10:45 aiplus 阅读(40) 评论(0) 推荐(0)
上一页 1 ··· 65 66 67 68 69 70 71 72 73 ··· 111 下一页
悬浮按钮示例