V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  lylehust  ›  全部回复第 1 页 / 共 2 页
回复总数  40
1  2  
Cog
XPTV, iOS and TvOS
@cmdOptionKana #8 不好意思,张颂文的也没搜到。是在其他 up 主里?谢谢!
@cmdOptionKana #8 能否告诉其他两个 up 主的名字。谢谢!
再运行 opencore patch ,选右上角的 post-install root patch.
123 天前
回复了 orenla 创建的主题 宽带症候群 求电信 IPTV 解决方案
@skylight 请问能共享一下 ipv6 的源吗?谢谢!
用 safe mode 试试。启动时按住 shift 键不放,直到出现登录界面,右上角有红色的 safe mode 。进去后,安装 post install 补丁。
144 天前
回复了 imes 创建的主题 武汉 武汉定居怎么样?预算 500 万买房。
是否只考虑新房?若不,还可以考虑在高校内买房,环境会好很多。小孩直到高中,都不用担心学校。就是房源少,要碰。
Cog
Atl Tab?
297 天前
回复了 ggp1ot2 创建的主题 问与答 求推荐一款智能马桶盖
https://item.jd.com/100013100140.html
618 刚买,迄今用的还不错。只有 Pro 款有自动翻盖,和分离的遥控器。
可以用 applescript 来控制 music ,暂停,下一曲等。然后再自己定义快捷键调用这些脚本就行。我用的是 hammerspoon 。

-------------------
Play_Pause:

#!/usr/bin/env osascript

on is_running(appName)
tell application "System Events" to (name of processes) contains appName
end is_running

if is_running("Music") then
tell application "Music"
playpause
end tell

else if is_running("Spotify") then
tell application "Spotify"
playpause
end tell

else if is_running("Cog") then
tell application "Cog"
pause
end tell

else
return

end if

-------------
Next:

#!/usr/bin/env osascript

on is_running(appName)
tell application "System Events" to (name of processes) contains appName
end is_running

if is_running("Music") then
tell application "Music"
if player state is paused then
return
end if
next track
end tell


else if is_running("Spotify") then
tell application "Spotify"
if player state is paused then
return
end if
next track
end tell

else if is_running("Cog") then
tell application "Cog"
next track
end tell

else
return

end if

--------------
Previous:

#!/usr/bin/env osascript

on is_running(appName)
tell application "System Events" to (name of processes) contains appName
end is_running

if is_running("Music") then
tell application "Music"
if player state is paused then
return
end if
previous track
end tell

else if is_running("Spotify") then
tell application "Spotify"
if player state is paused then
return
end if
previous track
end tell

else if is_running("Cog") then
tell application "Cog"
previous track
end tell

else
return

end if
331 天前
回复了 crazyweeds 创建的主题 NAS 我的 All-In-One
请问 P340 哪里买的,多少钱?谢谢!
2021-07-11 00:13:50 +08:00
回复了 admirez 创建的主题 iPhone 求推荐支持 carplay 和导入本地 mp3 的音乐播放器
Vox, free.
@valorChang 有 firefox 合适的脚本吗?试了这个,屏蔽不了百家号。我用的是 tampermonkey 。谢谢!
2021-02-27 06:56:58 +08:00
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 怎么又从国外跳到了国内?
还有,高贵的爱心人士,不知道为了自己健康,是不是自己也已经做了示范了?
算了吧,低等人高攀不起。
2021-02-19 16:54:10 +08:00
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
在此,为第 43 条回复的那句话道歉,太恶毒了。
应该是希望你能将这份爱心用在自己身上。
2021-02-19 16:40:56 +08:00
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 最后,你的宝贝狗做了绝育手术没有?
2021-02-19 16:36:34 +08:00
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 首先,backyard breeder 不是宠物狗。那些就是为了下崽卖钱的。
再则,绝育是为了防止狗得癌症?真是爱心人士,希望能把这份爱心扩大到自己子女身上。
另外,中英文参杂是不是特别有品位?
2021-02-18 11:59:15 +08:00
回复了 Osk 创建的主题 宠物 毁三观:原来柯基的尾巴是剪掉的
@tsui 是没有强制,我也没有说强制,但是你见过没绝育的成年宠物狗么?
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   891 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 21:27 · PVG 05:27 · LAX 14:27 · JFK 17:27
Developed with CodeLauncher
♥ Do have faith in what you're doing.