码迷,mamicode.com
首页 >  
搜索关键字:build path    ( 43254个结果
c#日志生成
using System; using System.Collections.Generic; using System.IO; using System.Text; /// <summary> /// 打印error类 /// </summary> public class LogUtil { p ...
分类:Windows程序   时间:2021-05-24 00:05:56    阅读次数:0
RuntimeError: you must first build vocabulary before training the model
解决RuntimeError: you must first build vocabulary before training the model错误 查找解决方案,意思就是说你的数据集中的数量过少,解决方案有两种,扩大数据集的数量、另一个就是更改min_count的值例如:如果太少的话可以更改为 ...
分类:其他好文   时间:2021-05-23 23:49:16    阅读次数:0
Docker 安装 (Windows 环境)
文章针对 Windows 10 20H2,版本不同情况可能不同,仅供参考。 安装要求: Windows 10 Pro / Enterprise / Edu 版本在 Build 14393 以上的版本 Windows 必须是 64 位版本 需要启动 Windows Hyper-V 和容器特性 检查是否 ...
分类:Windows程序   时间:2021-05-23 23:31:49    阅读次数:0
vscode go语言环境搭建
command+shift+P,然后键入:go:install/update tools,将所有 16 个插件都勾选上,然后点击 OK 即开始安装 go env -w GOPROXY=https://goproxy.io go切换proxy中国代理 GO111MODULEGO111MODULE 有三 ...
分类:编程语言   时间:2021-05-23 23:30:42    阅读次数:0
python引入其他文件夹下的py文件
红色方框要引入箭头里面的 import sys sys.path.append('../../config/') from database import * print(MYSQL_CONFIG) ...
分类:编程语言   时间:2021-05-20 17:53:11    阅读次数:0
树莓派4B-搭建Jenkins
官网下载Jenkins https://www.jenkins.io/zh/download/ 构建jenkins镜像 # docker build -t jenkins:2.277.3 . from ubuntu:latest run sed -i 's/ports.ubuntu.com/mirr ...
分类:其他好文   时间:2021-05-04 16:25:44    阅读次数:0
C - Arrangement for Contests
题目链接 维护一个区间最小值同时维护一个区间最小值的减法 #include <bits/stdc++.h> using namespace std; const int N = 100010; int a[N]; int n,k; struct node{ int l,r; int v,add; } ...
分类:其他好文   时间:2021-05-04 16:06:56    阅读次数:0
node.js createServer
const http=require('http') const fs=require('fs') const path=require('path') const server=http.createServer(function(req,res){ const {url}=req console ...
分类:Web程序   时间:2021-05-04 15:44:00    阅读次数:0
【UE4 调试】C++ 常见编译 warnnings/errors
error LNK2019: unresolved external symbol “” referenced in function 描述 Link错误、无法解析的外部符号 解决方法 检查.build.cs 中是否增加相关模块的引用,或者是否使用 XXX_API 宏 error C4668: “_ ...
分类:编程语言   时间:2021-05-04 15:39:05    阅读次数:0
修改官方cubestore 支持minio s3
支持s3是cubestore 一个很不错的特性,可以提高系统的扩展性 参考修改 主要是添加endpoint 以及配置使用path格式请求 s3.rs impl S3RemoteFs { pub fn new( dir: PathBuf, region: String, endpoint:String ...
分类:其他好文   时间:2021-05-04 15:33:00    阅读次数:0
43254条   上一页 1 ... 24 25 26 27 28 ... 4326 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!