V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
V2EX  ›  Tuwofie  ›  全部回复第 35 页 / 共 41 页
回复总数  817
1 ... 27  28  29  30  31  32  33  34  35  36 ... 41  
2023 年 4 月 21 日
回复了 Lax02s 创建的主题 问与答 如何获取某网站/app 的矢量图标(LOGO)?
黑都黑不到点上+标题党
感谢 op 为我的 b 站黑名单+1 做出贡献
2023 年 4 月 19 日
回复了 chaleaochexist 创建的主题 问与答 微软的 office 替代品用 wps 是不就行?
2023 年 4 月 19 日
回复了 vitaminx 创建的主题 macOS 利用 macOS 的自带的标签和注释管理文件方式
@Maipol #5 导出的“文件格式”那里选“应用程序”啊
2023 年 4 月 18 日
回复了 vitaminx 创建的主题 macOS 利用 macOS 的自带的标签和注释管理文件方式
https://dropover.cloud/0997c5
“文件”→“导出”选择“应用程序”
现在你可以直接把 app 拖到 finder 里了
2023 年 4 月 18 日
回复了 vitaminx 创建的主题 macOS 利用 macOS 的自带的标签和注释管理文件方式
tell application "Finder"
-- 获取当前选中文件列表
set finderSelectionList to selection as alias list
-- 判断是否有选中的文件
if length of finderSelectionList = 0 then
-- 如果没有,就弹出提示
display alert "== Alert ==" message "请选中一个文件或者文件夹!" as critical
else
-- 如果有,就获取第一个文件
set theFile to (item 1 of finderSelectionList)
-- 获取文件的注释
set oldComment to comment of theFile
-- 获取文件的名称
set theFileName to name of theFile
-- 生成对话框的信息
set theMsg to "输入注释"
-- 弹出对话框
set theResponse to display dialog theMsg default answer oldComment with icon note with title "Finder" buttons {"Cancel", "Continue"} default button "Continue"
-- 设置新的注释
set comment of theFile to (text returned of theResponse)
end if
end tell
2023 年 4 月 18 日
回复了 Wilbur4real 创建的主题 macOS Monterey 上的预览怎么不如之前的版本好用了
12.6 预览正常
2023 年 4 月 18 日
回复了 elgool 创建的主题 问与答 想问问站里的富哥们, applewatch 和传统手表怎么选啊
纠结的直接传统表,不要给自己创造需求
2023 年 4 月 17 日
回复了 vincent7245 创建的主题 问与答 有什么好用的个人记账方案吗
MoneyThings
2023 年 4 月 17 日
回复了 glouhao 创建的主题 问与答 苹果的麦克风会不会没允许情况下给监听了
说了多少次,麦克监听成本太高了,不如算法
2023 年 4 月 17 日
回复了 wangxiaoaer 创建的主题 问与答 帮忙看看这种电视画面正常吗
看看伽马
懒包治百病
2023 年 4 月 17 日
回复了 litmxs 创建的主题 问与答 为什么国内 APP 都喜欢搞这种低智引导
补充一点,加这个玩意可以在最后产品总结里说自己“有完善的开始引导界面”,算 KPI 的
2023 年 4 月 17 日
回复了 justincnn 创建的主题 macOS mac app store 购买 app 有便宜的渠道么?
好奇买了啥+1
2023 年 1 月 6 日
回复了 BearCookie 创建的主题 macOS MacOS 下的商店版 QQ 更新后无法多开了……
2023 年 1 月 6 日
回复了 shervinchen 创建的主题 问与答 MacOS 下创建文件夹,首字母是大写还是小写好?
无所谓,你用 emoji 都行
2023 年 1 月 3 日
回复了 unt 创建的主题 macOS Mac 上如何快速移动文件位置
1 ... 27  28  29  30  31  32  33  34  35  36 ... 41  
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   893 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 38ms · UTC 21:46 · PVG 05:46 · LAX 14:46 · JFK 17:46
♥ Do have faith in what you're doing.