码迷,mamicode.com
首页 >  
搜索关键字:b. mr. kitayutas col    ( 37987个结果
rsync 传输文件, Linux断点续传
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 类型转换
在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.”
一、报错信息 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
.net core 3.1在读取 Request.Body时不支持 Request.Body.Position = 0的设置
ASP.NET Core 中的 Request.Body 虽然是一个 Stream ,但它是一个与众不同的 Stream —— 不允许 Request.Body.Position=0 ,这就意味着只能读取一次,要想多次读取,需要借助 MemoryStream 在 .net core 3.0中修复了这 ...
分类:Web程序   时间:2020-12-02 12:19:35    阅读次数:11
pmm系列~自定义插件监控
一 环境准备 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
vba数颜色代码
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
Antd for vue 下拉列表
<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
shell sed 多行执行多个命令
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
备份mysql函数和存储过程
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
37987条   上一页 1 ... 90 91 92 93 94 ... 3799 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!