摘要: https://blog.arg.pub/2022/02/18/math/%E5%89%8Dn%E9%A1%B9%E5%B9%B3%E6%96%B9%E5%92%8C%E6%80%8E%E4%B9%88%E6%B1%82/#more https://zhuanlan.zhihu.com/p/4362 阅读全文
posted @ 2023-05-10 22:37 aprial 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 每个显示器任务栏显示自己的窗口 启用后,你会看到在使用多个显示器时,显示我的任务栏应用程序下的额外选项。 这三个选项是: 所有任务栏 主任务栏和窗口打开的任务 窗口打开时的任务栏 阅读全文
posted @ 2023-02-18 16:57 aprial 阅读(236) 评论(0) 推荐(0) 编辑
摘要: # 提升普通用户的权限, 提升后可以使用sudo执行root相关的命令 /etc/sudoers 阅读全文
posted @ 2023-02-11 12:35 aprial 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 相关API列表: https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html 使用python 3 demo1: vim mybugreport.py import os class BugReport (gdb.Command): """Co 阅读全文
posted @ 2021-03-14 13:33 aprial 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 相关API列表: https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html 使用python 3 demo1: vim mybugreport.py import os class BugReport (gdb.Command): """Co 阅读全文
posted @ 2021-03-14 13:29 aprial 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 使用Spreadsheet Compare工具对比Excel文件差异 https://blog.csdn.net/albertsh/article/details/109020024 阅读全文
posted @ 2021-03-14 11:53 aprial 阅读(62) 评论(0) 推荐(0) 编辑
摘要: NS_ASSUME_NONNULL_BEGIN @interface Robot : NSObject @property (copy,readonly) NSString *name; - (nullable instancetype)initWithName:(NSString *)name; 阅读全文
posted @ 2019-11-05 12:04 aprial 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Windows下安装PHP扩展是一件很麻烦的事情,看一个xampp扩展的附件名一般都是这样的命名规则,如:xampp_http-5.3-nts-svn20091125-vc9-x86.zip 你要了解如下信息: (1)知道你PHP编译器类型VC6:legacy Visual Studio 6 com 阅读全文
posted @ 2019-09-28 19:35 aprial 阅读(476) 评论(0) 推荐(0) 编辑
摘要: 有两种解决方式: 在 VBA 中将slide中的Shape命名,改变shape.name即可。 另外一种方式就是有点投机取巧:你可以点击shap,右键选择web/alternativetext做些标记文字,当作名字使用。但这种方法显得很不优雅,并且不能针对表格这种shape. 阅读全文
posted @ 2019-03-09 10:28 aprial 阅读(398) 评论(0) 推荐(0) 编辑
摘要: Sub 修改shape的文字()'' 修改shape的文字 宏' ' ActiveSheet.Shapes.Range(Array("Flowchart: Connector 193")).Select Selection.ShapeRange(1).TextFrame2.TextRange.Cha 阅读全文
posted @ 2019-03-09 10:25 aprial 阅读(1097) 评论(0) 推荐(0) 编辑