会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
首页
新随笔
订阅
管理
上一页
1
···
9
10
11
12
13
14
15
16
17
···
342
下一页
2025年3月22日
Word目录链接中只选中开头的文字
摘要: Word目录链接中只选中开头的文字 Word目录想选第一个字却选中整行 word自动生成目录里选中第一个字不是选整段就是选一行,怎么解决 解决方法: 【不行】按上档键Shift+Home键。 【不行】Windows有个很强大的Alt健,按住Alt之后,在目录里面就可以想选哪个选哪个,不会出现再你这种
阅读全文
posted @ 2025-03-22 17:02 emanlee
阅读(493)
评论(0)
推荐(0)
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
阅读(469)
评论(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
阅读(29)
评论(0)
推荐(0)
keras layers.UpSampling2D()
摘要: keras layers.UpSampling2D() 在U-Net代码中出现过UpSampling2D,对卷积结果进行上采样从而将特征图放大,这个方法没有引入可训练的参数,就是一个简单的插值,一个重要的参数是size,该操作将数据的行和列分别重复size[0]和size[1]次,见如下例子x =
阅读全文
posted @ 2025-03-18 12:48 emanlee
阅读(52)
评论(0)
推荐(0)
2025年2月27日
笔记本外接显示器,左右位置设置
摘要: 笔记本电脑扩展的显示器 如何左右分屏或上下分屏显示? 留意屏幕布局。 若笔记本屏幕在左而外接显示器在右,则无需调整;反之,则需用鼠标选中2号屏,按住左键拖动至1号屏的左侧。
阅读全文
posted @ 2025-02-27 20:14 emanlee
阅读(1875)
评论(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
阅读(413)
评论(0)
推荐(0)
PyCharm 下载安装第三方库 镜像
摘要: File→Settings…→Python Interpreter→Install(“+”样式)→Manage repositories
阅读全文
posted @ 2025-02-21 15:21 emanlee
阅读(93)
评论(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
阅读(211)
评论(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
阅读(1267)
评论(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
阅读(126)
评论(0)
推荐(0)
上一页
1
···
9
10
11
12
13
14
15
16
17
···
342
下一页