rsync 传输文件 rsync -P -e 'ssh -p 60022' -r /data/user/yyq/Wetchat/wetchat_auto/data/已处理/try_scp dorc_temp_20201116@120.92.54.30:/data3/dorc/data-set -P ...
分类:
系统相关 时间:
2020-12-02 12:28:33
阅读次数:
7
在Tensor后加 .long(), .int(), .float(), .double()等即可,也可以用.to()函数进行转换,所有的Tensor类型可参考https://pytorch.org/docs/stable/tensors.html import torch a = torch.Do ...
分类:
其他好文 时间:
2020-12-02 12:26:05
阅读次数:
5
1 <?xml version="1.0" encoding="utf-8"?> 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 3 android:layout_width="match_pare ...
分类:
其他好文 时间:
2020-12-02 12:21:59
阅读次数:
4
一、报错信息 Warning: Using a password with '-a' or '-u' option on the command line interface may not be safe.” 二、出现原因 redis连接输入密码后提示Warning: 。。。 三、解决方法 htt ...
分类:
其他好文 时间:
2020-12-02 12:20:45
阅读次数:
7
ASP.NET Core 中的 Request.Body 虽然是一个 Stream ,但它是一个与众不同的 Stream —— 不允许 Request.Body.Position=0 ,这就意味着只能读取一次,要想多次读取,需要借助 MemoryStream 在 .net core 3.0中修复了这 ...
分类:
Web程序 时间:
2020-12-02 12:19:35
阅读次数:
11
一 环境准备 pip install flask pip install --ignore-installed PyYAML pip install prometheus_client 二 包引入 from prometheus_client import Gauge from prometheus ...
分类:
其他好文 时间:
2020-12-02 12:18:57
阅读次数:
5
Function cc() Dim rng As Range For Each rng In Range("A1:G10") If rng.Interior.Color = RGB(255, 255, 0) Then cc = 1 + cc End If Next rng End Function ...
分类:
编程语言 时间:
2020-12-01 12:44:41
阅读次数:
22
<template> <a-form :form="form" :label-col="{ span: 5 }" :wrapper-col="{ span: 2 }"> <a-form-item label="Gender"> <a-select placeholder="Select a opti ...
分类:
其他好文 时间:
2020-12-01 12:40:48
阅读次数:
14
code macname@localhost Desktop % cat content fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the lazy dog. fox jumps over the ...
分类:
系统相关 时间:
2020-12-01 12:32:52
阅读次数:
24
CREATE DEFINER=`test`@`%` PROCEDURE `prop_make_bak_sql`(psShecmal varchar(30),psFunctions varchar(3000)) BEGIN select CONCAT('-- 备份 ',name,' \r\nDELIM ...
分类:
数据库 时间:
2020-12-01 12:31:17
阅读次数:
15