alex_bn_lee

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

随笔分类 -  Study Materials / Windows Related

1 2 3 下一页

Including Windows 7, Windows 8, Microsoft Office related programs!
[1002] Customize page numbers and their formats in different Word document sections
摘要:ref: Customize page numbers and their formats in different Word document sections Windows: The following shows an intro with lower case Roman numerals 阅读全文

posted @ 2024-05-24 12:19 McDelfino 阅读(12) 评论(0) 推荐(0) 编辑

[885] How to generate automated tables in Word document with Python
摘要:ref: How to Generate Automated Word Documents with Python ref: docxtpl快速上手使用,数据填入以及循环写入表格 Creating a Template Before you can proceed, you must first c 阅读全文

posted @ 2023-09-22 12:39 McDelfino 阅读(14) 评论(0) 推荐(0) 编辑

[884] How to generate automated Word documents by Python
摘要:ref: python-docx ref: How to Generate Automated Word Documents with Python ref: Automating Word Documents from Excel Using Python | ‘docxtpl’ Tutorial 阅读全文

posted @ 2023-09-22 12:20 McDelfino 阅读(17) 评论(0) 推荐(0) 编辑

【586】Terminal 使用 for 语句
摘要:参考:How to search for all the files starting with the name “ABC” in a directory? 参考:Terminal Commands: For loop with echo 使用变量的时候需要 ${i} 这样包围住 {01..10} 阅读全文

posted @ 2021-06-29 19:35 McDelfino 阅读(113) 评论(0) 推荐(0) 编辑

【585】终端/python 实现文件压缩与解压 | 其他相关命令
摘要:参考:Terminal解压命令 参考:【终端使用】拷贝和移动文件 参考:一些常用的terminal命令 参考:【终端】终端常用命令,terminal使用 参考:使用Python解压zip、rar文件 zip 解压与压缩(Terminal)举例: 参考:如何通过命令行将指定文件夹压缩成zip文件? . 阅读全文

posted @ 2021-06-29 19:23 McDelfino 阅读(770) 评论(0) 推荐(0) 编辑

【567】Convert LaTex to Word Using Pandoc
摘要:REF: Pandoc上手以及如何使得latex文件转换为Docx文件(MAC) REF: Getting started with pandoc MacOS Install pandoc Open a terminal Changing directories pwd: print work di 阅读全文

posted @ 2021-05-31 09:26 McDelfino 阅读(82) 评论(0) 推荐(0) 编辑

【566】Using Office Word to compare two files and implement the effect of REVIEW
摘要:REF: Microsoft Word Tips: Comparing Two Documents While the background of this blog begins with the review by Prof. Lim through Overleaf. He finished 阅读全文

posted @ 2021-05-28 16:15 McDelfino 阅读(32) 评论(0) 推荐(0) 编辑

【524】Word公式居中,编号右对齐的操作
摘要:参考:Word 2016 撰写论文(1): 公式居中、编号右对齐 需要考虑几种情况,对于使用 Word 自带公式编辑器的话,可以通过公式后面添加 #(编号),然后通过在最后打回车的方式完成。而对于使用 MathType 的用户,有些可以使用官方版本,可以直接进行编号调整,但是对于使用非正规版本的筒子 阅读全文

posted @ 2021-01-29 20:26 McDelfino 阅读(2836) 评论(0) 推荐(0) 编辑

【519】Visio 里面实现输入公式
摘要:参考:怎么在microsoft office visio中输入数学符号比如对数符号 Insert >> Object >> MathType 阅读全文

posted @ 2021-01-06 13:14 McDelfino 阅读(504) 评论(0) 推荐(0) 编辑

【477】word实现图片自动编号&文中引用
摘要:参考:Word中如何实现图片自动编号与文中引用编号对应 自动编号: References >> Insert Caption 文中引用: References >> Cross-reference 具体的可以测试下,很方便,记得最后需要 update field 阅读全文

posted @ 2020-08-13 20:57 McDelfino 阅读(478) 评论(0) 推荐(0) 编辑

【461】word图片高清转成pdf
摘要:参考:word转pdf后保证图片清晰的方法 参考:Word转为PDF,里面的图片会变得不清楚? BUT,以上方法并没有实现。通过打印 pdf 获取的分辨率更高。 前提需要 word 本身图片高清,所以需要设置下 Options -> Advanced -> Image Size and Qualit 阅读全文

posted @ 2020-02-26 21:59 McDelfino 阅读(1760) 评论(0) 推荐(0) 编辑

【449】Win10 蓝牙耳机链接没有声音
摘要:Exhausting,当电脑出现问题的时候!!! 问题描述:蓝牙耳机连接上了电脑,但是通过右下角声音按钮无法选择蓝牙耳机的选项??? 解决方案:在声音按钮处点击右键,选择最下面的菜单“troubleshoot sound problems”,然后会出现引导窗口,选择出现问题的耳机或者外放,问题包括有 阅读全文

posted @ 2019-11-11 06:55 McDelfino 阅读(456) 评论(0) 推荐(0) 编辑

【330】word - VBA 相关实现
摘要:参考:Object model (Word VBA reference) 功能说明 <<<< Description >>>> 代表窗口或窗格中的当前所选内容。所选内容代表文档中选定(或突出显示)的区域,如果文档中没有选定任何内容,则代表插入点。每个文档窗格只能有一个 Selection 对象,并且 阅读全文

posted @ 2018-07-09 13:58 McDelfino 阅读(605) 评论(0) 推荐(0) 编辑

【329】word 替换文本高级用法
摘要:参考:查找和替换 Word 文档中的文本和其他数据 问题提出:由于在准备某个考试,然后题库中给了正确答案,对于单选题来说,可以直接替换成白色就看不见了,但是当遇到多选题的时候就麻烦了,毕竟 A/B/C/D/E 五个选项选择 2-4 个是有好多种可能的,具体可以通过 排列组合 来计算。 问题解决:通过 阅读全文

posted @ 2018-07-06 17:20 McDelfino 阅读(3355) 评论(0) 推荐(1) 编辑

【328】Python 控制鼠标/键盘+图片识别 综合应用
摘要:本文是基于 【267】实现跨网络传数据 的基础上的,由于在弹出 putty 之后,需要手动输入命令(pass.sh、get.sh)来实现数据的传递,另外就是处理完之后需要手动关闭 putty,本文解决的两个问题就是在 putty 上自动输入命令以及推出(exit)。 解决方法: 1. 系统在调用 p 阅读全文

posted @ 2018-06-26 10:25 McDelfino 阅读(2125) 评论(0) 推荐(0) 编辑

【323】批处理的多线程实现
摘要:参考:批处理的多线程 背景:一数据处理程序,需要先从 NASA 网站下载数据,然后对数据进行处理,下载实在 Windows 电脑,然后需要通过代码传输到 Linux 机器进行处理,这些都可以通过代码实现,但是在 putty 上那段命令每次需要手动输入,但是由于下载时间较长,经常下好了就忘记输入命令了 阅读全文

posted @ 2018-06-21 14:34 McDelfino 阅读(2516) 评论(0) 推荐(0) 编辑

【315】Windows 之间代码自动传文件
摘要:对于 Windows 内部自动复制/移动文件可以通过 批处理 来完成,对于不同的电脑之间的实现也是相同的方法,但是需要将一台电脑的对应文件夹设置成 共享,只要在另一台电脑能够直接访问共享的文件夹,就可以利用相同的方法来实现。 例1:共享文件夹 → 本机 例2:本机 → 共享文件夹 参考:window 阅读全文

posted @ 2018-05-23 09:25 McDelfino 阅读(282) 评论(0) 推荐(0) 编辑

【309】◀▶ Windows 相关功能实现
摘要:目录: 1. 共享文件夹失败的解决方法 参考:解决“你没有权限访问,请与网络管理员联系” 参考:WIN7局域网文件共享设置方法 2. 导 在 3. 栅 栅 4. 添 A 5. 同一图层的多个要素合并 6. 同一图层的多个要素合并 7. 同一图层的多个要素合并 8. 同一图层的多个要素合并 9. 同一 阅读全文

posted @ 2018-04-09 15:24 McDelfino 阅读(172) 评论(0) 推荐(0) 编辑

【274】Python 相关问题
摘要:一、中文编码 参考:Python 中文编码 Python中默认的编码格式是 ASCII 格式,在没修改编码格式时无法正确打印汉字,所以在读取中文时会报错。 解决方法为只要在文件开头加入如下代码,任何一个都行,推荐第二种! 二、不同版本环境变量配置 参考:Python 环境搭建 想要通过 cmd 调用 阅读全文

posted @ 2017-12-08 15:28 McDelfino 阅读(252) 评论(0) 推荐(0) 编辑

【267】实现跨网络传数据
该文被密码保护。

posted @ 2017-08-22 15:43 McDelfino 阅读(9) 评论(0) 推荐(0) 编辑

1 2 3 下一页
点击右上角即可分享
微信分享提示