上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: 一、问题描述 快捷键设置是正常的,但是双击ctrl不生效,不启动搜索工具条。(其实是大屏幕不显示,我一直盯着大屏幕,没看笔记本;本方法适用于同时使用笔记本和显示器) 解决思路来源https://discussion.listary.com/t/listery-no-longer-appears-by 阅读全文
posted @ 2024-07-17 15:21 IssacNew 阅读(525) 评论(0) 推荐(0) 编辑
摘要: 一、背景 因为工作需要,需要批量创建文件夹。为了省去人工创建时间,使用aardio制作了一个软件。 二、功能演示 三、下载地址 https://www.123pan.com/s/9Rn9-1xppH.html 四、源代码 源代码分享: import win.ui; import fsys; impo 阅读全文
posted @ 2024-07-15 11:08 IssacNew 阅读(88) 评论(0) 推荐(0) 编辑
摘要: 一、背景 因为科研需求下载英文论文,省得自己去找有效的scihub网址,特此写了一个基于c#和wpf的小软件。 二、使用方法 只需要输入doi即可,点击【打开浏览器下载论文】即可跳转浏览器进行下载。下面是动图演示。 使用要求:win10、win11及其更高版本。 绿色软件,无需安装,双击即可使用。 阅读全文
posted @ 2024-06-27 14:50 IssacNew 阅读(39) 评论(0) 推荐(0) 编辑
摘要: 一、问题 Python中安装pix2tex latex ocr出现报错Cannot mix incompatible Qt library (6.6.2) with this library (6.7.2) 二、解决方法 表示电脑上同时安装了Qt library (6.6.2)和Qt library 阅读全文
posted @ 2024-06-26 11:54 IssacNew 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 需求:我们经常需要把rar或者zip解压到当前文件夹,如果是直接解压的话可能会解压出来很多文件,事实上我们当然可以通过右键解压到这个指定文件夹。 但是 经过查询知道,如果是指定文件夹好说,直接指定.\new_data\ 表示在当前目录下的new_data文件夹即可。但是这不是我想要的,我想要的是直接 阅读全文
posted @ 2024-06-13 19:11 IssacNew 阅读(174) 评论(0) 推荐(0) 编辑
摘要: Sub FreezeTopRowAllSheets() Dim ws As Worksheet ' 遍历所有工作表 For Each ws In ThisWorkbook.Worksheets ' 激活工作表 ws.Activate ' 冻结首行 ActiveWindow.FreezePanes = 阅读全文
posted @ 2024-06-11 17:01 IssacNew 阅读(265) 评论(0) 推荐(0) 编辑
摘要: For that you can use the TopMost Property of MsgBox (Number 262144) MsgBox("Hello there", 262144, Title:="Out of focus") Edit: Another way to accompli 阅读全文
posted @ 2024-06-11 11:31 IssacNew 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 可能是:你的网络屏蔽了需要连接的网站,更换手机流量热点即可解决 阅读全文
posted @ 2024-05-27 13:10 IssacNew 阅读(65) 评论(0) 推荐(0) 编辑
摘要: Private Sub Button_ImportBasicData_Click(sender As Object, e As EventArgs) Handles Button_ImportBasicData.Click ' 创建文件对话框对象 Dim openFileDialog As New 阅读全文
posted @ 2024-05-21 17:11 IssacNew 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 按下fn + 右边的win键 即可解决。如下图所示。 阅读全文
posted @ 2024-05-16 10:22 IssacNew 阅读(434) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
点击右上角即可分享
微信分享提示