码迷,mamicode.com
首页 >  
搜索关键字:eclipse install plugin read time out    ( 174111个结果
【Pytorch基础】Torchvision中transform的脚本化
Transforms从torch1.7开始新增了该特性,之前transform进行数据增强的方式是如下的,i.e. 使用compose的方式: default_configure = T.Compose([ T.RandomCrop(32, 4), T.RandomHorizontalFlip(), ...
分类:其他好文   时间:2021-06-18 19:08:22    阅读次数:0
自写一个生成ID的工具类
各位看官可以关注博主个人博客,了解更多信息。 作者:Surpasser 链接地址:https://www.surpass.org.cn 平时项目中只要涉及表,那么一定能接触到众多各式各样的ID编号,博主整理一些常用的ID格式,整合一个ID生成工具类,供大家参考,如果有什么不足指出,烦请留言批评指正, ...
分类:其他好文   时间:2021-06-18 18:55:11    阅读次数:0
在Ubuntu 20.04.2 LTS上,启动samba服务
1.更新当前软件。 sudo apt-get upgrade sudo apt-get update sudo apt-get dist-upgrade 2.安装samba服务器。 sudo apt-get install samba samba-common 3.添加用户(下面的zhongshan ...
分类:系统相关   时间:2021-06-18 18:51:53    阅读次数:0
Vue随记
vue前端随记 环境准备 下载并安装 Node.js 安装vue 环境 # 安装淘宝npm npm install -g cnpm --registry=https://registry.npm.taobao.org # vue-cli 安装依赖包 cnpm install --g vue-cli ...
分类:其他好文   时间:2021-06-18 18:50:46    阅读次数:0
Address 2 OpenCV errors (raise.c and GTK) by reinstalling and rebuilding
error 1: Unable to open 'raise.c': Unable to read file '/build/glibc-S9d2JN/glibc-2.27/sysdeps/unix/sysv/linux/raise.c' (Error: Unable to resolve non- ...
分类:其他好文   时间:2021-06-18 18:49:18    阅读次数:0
c++ 11 async. (async/deferred)
The current C++11 std::launch only has two modes: async or deferred. In a production system, neither is what you want: async will launch a new thread ...
分类:编程语言   时间:2021-06-18 18:48:54    阅读次数:0
DAY 46 django01
静态文件配置 # 1.静态文件 网站所使用的已经提前写好的文件 css文件 js文件 img文件 第三方文件 我们在存储静态文件资源的时候一般默认都是放在static文件夹下# 2.django静态文件配置 settings.py STATICFILES_DIRS = [ os.path.join( ...
分类:其他好文   时间:2021-06-17 17:21:59    阅读次数:0
获取文件下的文件夹和文件—— os.listdir 与 glob.glob
os.listdir 与 glob.glob os.listdir : 获取文件夹下,文件及文件夹名称 glob.glob : 获取文件夹下,符合通配符的文件及文件夹的路径 注意:不要在末尾加 \,文件夹参数就到文件夹,不用加\,文件通配符,也不用加 \ In [18]: e = os.listdi ...
分类:其他好文   时间:2021-06-17 17:20:14    阅读次数:0
github push pull error port 443: Timed out
最近github只有开代理才能打开,但是即使能打开,进行push或者pull会经常报类似`error port 443: Timed out`的错误,网上搜了很久才找到解决办法。 ...
分类:其他好文   时间:2021-06-17 17:11:15    阅读次数:0
jdbc操作mysql(二)
案例四:封装共有操作 封装一个数据库的会话的类 点击查看详细代码 import java.sql.*; public class ConnectionUtil { /** * 获取连接对象的方法,返回一个Connection * 方法体中是共有操作:加载驱动,建立连接 */ public stati ...
分类:数据库   时间:2021-06-17 17:10:30    阅读次数:0
174111条   上一页 1 ... 31 32 33 34 35 ... 17412 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!