会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
上一页
1
···
13
14
15
16
17
18
19
20
21
···
346
下一页
2025年3月19日
Django数据库迁移命令
摘要: Django数据库迁移命令 迁移命令 migrate python manage.py migrate # 全部项目 python manage.py migrate AppName # 一个项目 执行迁移命令必须确保当前在项目目录下(执行ls命令能看到 manage.py文件), 然后使用 pyt
阅读全文
posted @ 2025-03-19 21:03 emanlee
阅读(526)
评论(0)
推荐(0)
2025年3月18日
keras.backend concatenate
摘要: import numpy as np import cv2 import keras.backend as K import tensorflow as tf t1 = K.variable(np.array([[[1, 2], [2, 3]], [[4, 4], [5, 3]]])) t2 = K
阅读全文
posted @ 2025-03-18 20:28 emanlee
阅读(37)
评论(0)
推荐(0)
keras layers.UpSampling2D()
摘要: keras layers.UpSampling2D() 在U-Net代码中出现过UpSampling2D,对卷积结果进行上采样从而将特征图放大,这个方法没有引入可训练的参数,就是一个简单的插值,一个重要的参数是size,该操作将数据的行和列分别重复size[0]和size[1]次,见如下例子x =
阅读全文
posted @ 2025-03-18 12:48 emanlee
阅读(57)
评论(0)
推荐(0)
2025年2月27日
笔记本外接显示器,左右位置设置
摘要: 笔记本电脑扩展的显示器 如何左右分屏或上下分屏显示? 留意屏幕布局。 若笔记本屏幕在左而外接显示器在右,则无需调整;反之,则需用鼠标选中2号屏,按住左键拖动至1号屏的左侧。
阅读全文
posted @ 2025-02-27 20:14 emanlee
阅读(1994)
评论(0)
推荐(0)
2025年2月21日
配置 gitee
摘要: 配置 git 连接 gitee.com 【可行】 在配置Git仓库以便使用Gitee(中国的一个代码托管平台)时,你需要遵循以下步骤:1. 安装Git确保你的计算机上已经安装了Git。你可以从Git官网 https://git-scm.com/ 下载并安装Git。 安装步骤 请看: https://
阅读全文
posted @ 2025-02-21 15:51 emanlee
阅读(528)
评论(0)
推荐(0)
PyCharm 下载安装第三方库 镜像
摘要: File→Settings…→Python Interpreter→Install(“+”样式)→Manage repositories
阅读全文
posted @ 2025-02-21 15:21 emanlee
阅读(107)
评论(0)
推荐(0)
2025年2月20日
git 错误: git fatal: bad revision 'master'
摘要: git log --full-history --pretty=oneline --date-order --decorate=full --skip=0 --max-count=100 master -- (completed in 0.176s)fatal: bad revision 'mast
阅读全文
posted @ 2025-02-20 19:47 emanlee
阅读(235)
评论(0)
推荐(0)
Visual Studio Code 集成 gitee (VS code, VSCode)
摘要: Visual Studio Code 集成 gitee 下载并安装git https://git-scm.com/ https://git-scm.com/downloads https://github.com/git-for-windows/git/releases/download/v2.43
阅读全文
posted @ 2025-02-20 19:31 emanlee
阅读(1661)
评论(0)
推荐(0)
2025年2月15日
pip install shutilwhich 安装shutil
摘要: (base) C:\Users\Administrator>pip install shutilLooking in indexes: https://mirrors.aliyun.com/pypi/simpleERROR: Could not find a version that satisfi
阅读全文
posted @ 2025-02-15 11:29 emanlee
阅读(146)
评论(0)
推荐(0)
Windows 10/11 安装 Agnosco DICOM Viewer 2.3 文件数据不能有中文路径
摘要: Windows 10/11 安装 Agnosco DICOM Viewer 2.3 http://www.e-dicom.com/【无效官网,最新版本为2014年的,估计后续不能用了】 下载 https://agnosco-dicom-viewer.software.informer.com/dow
阅读全文
posted @ 2025-02-15 09:50 emanlee
阅读(127)
评论(0)
推荐(0)
上一页
1
···
13
14
15
16
17
18
19
20
21
···
346
下一页