码迷,mamicode.com
首页 >  
搜索关键字:find file    ( 74561个结果
[ABC187]AtCoder Beginner Contest 187
Tasks Task Name Time Limit Memory Limit A Large Digits 2 sec 1024 MB Submit B Gentle Pairs 2 sec 1024 MB Submit C 1-SAT 2 sec 1024 MB Submit D Choose ...
分类:其他好文   时间:2021-01-06 11:50:46    阅读次数:0
YOLO3网络配置与训练
环境: pop_os(ubuntu18) cuda9 opencv3.2 GTX1070 darknet框架 官方网站:https://pjreddie.com/darknet/ 编译框架可能要根据自己的需要更改Makefile(我就根据我自己的情况更改了链接路径,因为我的opencv和cuda安装 ...
分类:其他好文   时间:2021-01-06 11:42:12    阅读次数:0
delphi yaml
delphi yaml https://github.com/lim417dev/Neslib.Yaml Neslib.Yaml - A YAML library for Delphi Neslib.Yaml is a library for parsing and emitting YAML an ...
分类:Windows程序   时间:2021-01-06 11:41:56    阅读次数:0
1379. Find a Corresponding Node of a Binary Tree in a Clone of That Tree (M)
Find a Corresponding Node of a Binary Tree in a Clone of That Tree (M) 题目 Given two binary trees original and cloned and given a reference to a node t ...
分类:其他好文   时间:2021-01-06 11:39:40    阅读次数:0
JavaCore
提示:文章写完后,目录可以自动生成,如何生成可参考右边的帮助文档 @(文章目录) 前言 提示:这里可以添加本文要记录的大概内容: 例如:随着人工智能的不断发展,机器学习这门技术也越来越重要,很多人都开启了学习机器学习,本文就介绍了机器学习的基础内容。 提示:以下是本篇文章正文内容,下面案例可供参考 ...
分类:编程语言   时间:2021-01-06 11:39:11    阅读次数:0
k3s执行helm命令报错:"Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp [::1]:8080: connect: connection refused"
报错信息: Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp [::1]:8080: connect: connection refused 报错原因: h ...
分类:Web程序   时间:2021-01-06 11:38:10    阅读次数:0
华为云操作记录
华为云操作记录 创建用户 新建用户 sudo adduser weirwei 添加免密 root 权限 sudo vim /etc/sudoers 添加 root 权限 sudo 免密 切换到自己用户 su weirwei 自此以后,所有操作都在自己的用户下执行 安装 jdk8 sudo apt-g ...
分类:其他好文   时间:2021-01-05 11:29:34    阅读次数:0
snprintf c组织一个文件全路径
#include <string.h> #include <stdarg.h> #include <stdio.h> #include <limits.h> #include <stdio.h> #define CONFIG_DIR "/etc/usbs/" int main() { FILE *f ...
分类:其他好文   时间:2021-01-05 11:25:23    阅读次数:0
Chrome 暴力猴下载
1.在 https://www.crx4chrome.com/extensions/jinjaccalgkegednnccohejagnlnfdag/ 点击 “Download”. 2.点击 “Download crx file from Crx4Chrome”. ...
分类:其他好文   时间:2021-01-05 11:10:58    阅读次数:0
MongoDB语法
MongoDB语法与现有关系型数据库SQL语法比较 MongoDB语法 MySql语法 db.test.find({'name':'foobar'})<==> select * from test where name='foobar' db.test.find() <==> select *fro ...
分类:数据库   时间:2021-01-05 11:00:27    阅读次数:0
74561条   上一页 1 ... 84 85 86 87 88 ... 7457 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!