Saki's 研究记录

Saki's 研究记录

MckeeのClub & SAKI’sブログ

Tiny Clicker
介绍Tiny Clicker @ App Store 支持简体、繁体中文、英文、日文和韩文 预览 Tiny Clicker 是一款小巧实用的键鼠辅工具软件。 它能根据指定的时间间隔,自动为鼠标按下和释放左键/中键/右键,实现自动连续点击的效果(最高每秒约120+次点击)。它还能录制键盘鼠标的所有操作并进行回放,并自动保存成脚本,并可以设置回放次数,模拟操作帮助用户快速完成一些固定操作。 推广文案现代化的应用程序,为用户提供自动鼠标点击和录放键盘鼠标事件的功能,方便用户简化操作流程,提高工作效率。无需编写复杂的脚本,只需几步操作即可实现自动化点击和录制键盘鼠标事件,让工作变得轻松高效。...
Tiny Clicker EN
IntroductionTiny Clicker @ App Store Supports Simplified Chinese, Traditional Chinese, and Japanese. Preview FeaturesTiny Clicker is a small and practical utility software for keyboard and mouse assistance.It can automatically click the left/middle/right mouse button at specified time intervals...
NinjaCursor-EN
Introduction Supports Simplified Chinese, Traditional Chinese, and Japanese. Unlock your productivity with NinjaCursor, allowing effortless mouse navigation between screens with a single shortcut key! Promotional messageNinjaCursor: Easy Switching Between Multiple Screens NinjaCursor allows yo...
Tiny-Trans EN
Tiny Trans @ App Store Support Simplified Chinese, Traditional Chinese, and English Program IntroductionTiny-Trans is a macOS application designed for bidirectional conversion between Traditional Chinese and Simplified Chinese. The program supports bidirectional conversion between Traditional ...
Tiny-Trans TC
Tiny Trans @ App Store 介绍中文简繁转换开源项目,支持词汇级别的转换、异体字转换和地区习惯用词转换(中国大陆、台湾、香港)。暂不提供普通话与粤语的转换。 特点严格区分「一简对多繁」和「一简对多异」。完全兼容异体字,可以实现动态替换。严格审校一简对多繁词条,原则为「能分则不合」。支持中国大陆、台湾、香港异体字和地区习惯用词转换,如「裏」「裡」、「鼠標」「滑鼠」。 联系方式应用使用有任何问题或建议,欢迎邮件联系: sakishum1118@&#x...
Batch-Rename
Introduction Supports English, Simplified Chinese, Traditional Chinese, and Japanese. Your efficient solution for quick and safe batch file renaming. Streamline your workflow by easily renaming multiple files. Promotional messageFeatures: Safe and Reliable: Batch-Rename uses preview mode...
Learn Lua in 15 Minutes 中文版
Origin: Learn Lua in 15 Minutes by Tyler Neylon 中文版 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117...
go run 报错 undefined
问题在 github 上 clone 下来了个项目,结构组织很简单就两个文件,类似 main.go 和 a.go。main 函数在 main.go 中, 并且在 main 函数中调用了 a.go 中的函数。 执行 go run main.go 时报错: 1234> go run main.go# command-line-arguments./main.go:15:9: undefined: funcA... 但执行 go build 却不会报错,且生成可执行文件功能正常。 原因报错原因是 go run 会先进行编译操作, 但在编译时只会以 main.go 为准, 导致引用其他文件...
[亲测可用]centos7停止维护后更换yum源教程
背景centos7 已经在2024年6月30日,生命周期结束,官方不再进行支持维护,如果使用官方yum源下载环境服务,会报404。这里提供了可用的yum源及配置教程,教程非常简单,连接服务器SSH后,按照教程步骤执行完命令即可。 步骤备份当前 Yum 源在更换 Yum 源之前,建议先备份当前的 Yum 源配置文件,以防万一。执行以下命令: 1mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 这将备份当前的 Yum 源配置文件为 CentOS-Base.repo.bak。 下载新的 Y...