会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左手边五十米
博客园
首页
新随笔
联系
订阅
管理
[置顶]
后端实现跨域配置
摘要: `package com.IO.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sp
阅读全文
posted @ 2022-10-18 09:15 左手边五十米
阅读(36)
评论(0)
推荐(0)
[置顶]
javafx在控制器中如何对fxml的控件初始化
摘要: 如果在控制器中实现Initializable这个接口,并重写iInitializable这个方法,那么对于一个fxml文件来说它首先执行控制器的构造函数,然后执行@FXML修饰的方法,最后执行initializable方法。这个时候它是无法对@FXML修饰的方法进行访问的,我们可以在initiali
阅读全文
posted @ 2019-11-17 10:25 左手边五十米
阅读(2341)
评论(1)
推荐(0)
[置顶]
图书管理系统
摘要: 实现图书的入库,查询,更新,读者的借阅和还书的图书管理系统 1 #include <iostream> 2 #include <cstring> 3 #include<cstdio> 4 #include<windows.h> 5 #include "xiaa.h" 6 using namespac
阅读全文
posted @ 2019-06-17 19:01 左手边五十米
阅读(726)
评论(0)
推荐(0)
[置顶]
学生成绩管理系统
摘要: 本程序可实现记录的输入,输出,查找,修改,文件存储,文件打开的功能。 1 1 #include<stdio.h> 2 #include<string.h> 3 #include<stack> 4 #include<string.h> 5 #include<queue> 6 #include<algo
阅读全文
posted @ 2018-07-05 21:19 左手边五十米
阅读(1951)
评论(0)
推荐(0)
2024年5月24日
win10家庭版如何打开远程桌面连接
摘要: win+R,输入mstsc即可打开远程桌面连接窗口
阅读全文
posted @ 2024-05-24 09:10 左手边五十米
阅读(37)
评论(0)
推荐(0)
2022年11月20日
ACGAN-pytorch
摘要: 点击查看代码 import argparse import os import numpy as np import torch import torch.nn as nn import torchvision.transforms as transforms from torch.autograd
阅读全文
posted @ 2022-11-20 18:39 左手边五十米
阅读(96)
评论(0)
推荐(0)
2022年11月13日
vue element表格中自定义表头添加输入框无法输入的问题
摘要: 友情链接
阅读全文
posted @ 2022-11-13 16:12 左手边五十米
阅读(122)
评论(0)
推荐(0)
2022年11月9日
pytorch gpu安装cuda11.*
摘要: conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio cudatoolkit=11.3
阅读全文
posted @ 2022-11-09 08:54 左手边五十米
阅读(48)
评论(0)
推荐(0)
2022年11月7日
数据集加载
摘要: 友情链接
阅读全文
posted @ 2022-11-07 10:41 左手边五十米
阅读(7)
评论(0)
推荐(0)
2022年11月5日
matplotlib 在同一张图中显示两种图例
摘要: L1=plt.legend(['ManyShot','FewShot'],loc='upper left') #保存为L1 plt.legend(['ManyShot','FewShot'],loc='upper left') plt.gca().add_artist(L1)# 添加L1
阅读全文
posted @ 2022-11-05 10:54 左手边五十米
阅读(147)
评论(0)
推荐(0)
2022年10月28日
MNIST数据集output with shape [1, 28, 28] doesn't match the broadcast shape [3, 28, 28]
摘要: transform = transforms.Compose([ transforms.ToTensor(), transforms.Lambda(lambda x: x.repeat(3,1,1)), #添加这行 transforms.Normalize(mean=(0.5, 0.5, 0.5),
阅读全文
posted @ 2022-10-28 19:17 左手边五十米
阅读(339)
评论(0)
推荐(0)
2022年10月24日
office正确打开方式
摘要: 知乎链接
阅读全文
posted @ 2022-10-24 17:27 左手边五十米
阅读(19)
评论(0)
推荐(0)
vue项目去掉网页滚动条
摘要: 点击查看代码 <template> <div id="app"> <router-view /> </div> </template> <script> export default { name: 'App' } </script> <style lang="scss"> ::-webkit-sc
阅读全文
posted @ 2022-10-24 11:26 左手边五十米
阅读(287)
评论(0)
推荐(0)
每次 git 都需要输入用户名和密码的解决办法
摘要: git config --global credential.helper store git pull /git push (第一次输入,下次就不用再次输入数据)
阅读全文
posted @ 2022-10-24 11:05 左手边五十米
阅读(51)
评论(0)
推荐(0)
下一页
公告