bumaociyuan 最近的时间轴更新
bumaociyuan

bumaociyuan

V2EX 第 127853 号会员,加入于 2015-07-18 23:09:13 +08:00
根据 bumaociyuan 的设置,主题列表被隐藏
二手交易 相关的信息,包括已关闭的交易,不会被隐藏
bumaociyuan 最近回复了
2019-03-22 09:49:14 +08:00
回复了 dingdangnao 创建的主题 macOS 最近一周左右,每天都有 Kernel Panic
https://www.v2ex.com/t/547263 你在用 OneDrive 么
@lhstock

Sending iMessage/SMS messages
Rather than explain what this is doing, see if you can figure it out. You may recognise the wifi parts from Reacting to wifi events:

```
coffeeShopWifi = "Baristartisan_Guest"
lastSSID = hs.wifi.currentNetwork()
wifiWatcher = nil

function ssidChanged()
newSSID = hs.wifi.currentNetwork()

if newSSID == coffeeShopWifi and lastSSID ~= coffeeShopWifi then
-- We have arrived at the coffee shop
hs.messages.iMessage("[email protected]", "Hey! I'm at Baristartisan's, come join me!")
hs.messages.SMS("+1234567890", "Hey, you don't have an iPhone, but you should still come for a coffee")
end
end

wifiWatcher = hs.wifi.watcher.new(ssidChanged)
wifiWatcher:start()
```
Hammerspoon
2016-09-14 16:34:18 +08:00
回复了 zcwlwen 创建的主题 Xcode 升级了 Xcode8,遇到的问题汇总
2016-08-01 18:56:40 +08:00
回复了 DearTanker 创建的主题 问与答 最近 fir.im 好不稳定,这种 ipa 在线安装是如何实现的?
2016-07-26 16:40:31 +08:00
回复了 xingshu 创建的主题 macOS Chrome 版本 52.0.2743.82 (64-bit) 不支持 delete 后退了?
新版 Chrome 的界面实在是太难看了!!
2016-06-28 15:23:42 +08:00
回复了 Wilon 创建的主题 iOS 免证书的情况下,怎么给远程设备安装 APP
https://github.com/bumaociyuan/ios-ipa-server
未付费开发者打包的 ipa 也可安装
2016-06-17 17:59:11 +08:00
回复了 GeforceLee 创建的主题 Apple go2shell 在 iTerm2 v3 失灵了
```

tell application "Finder"
set pathList to (quoted form of POSIX path of (folder of the front window as alias))
set command to "clear; cd " & pathList
end tell

tell application "System Events"
-- some versions might identify as "iTerm2" instead of "iTerm"
set isRunning to (exists (processes where name is "iTerm")) or (exists (processes where name is "iTerm2"))
end tell

tell application "iTerm"
activate
set hasNoWindows to ((count of windows) is 0)
if isRunning and hasNoWindows then
create window with default profile
end if
select first window

tell the first window
if isRunning and hasNoWindows is false then
create tab with default profile
end if

tell current session to write text command
end tell
end tell


```
2016-02-26 11:46:12 +08:00
回复了 kenshinhu 创建的主题 Xcode Xcode 有什么好用的 Git 工具吗?
Xcode 原生+命令行
2016-01-29 09:38:57 +08:00
回复了 gzelvis 创建的主题 Apple Apple 最新推出的呈现引擎 WKWebView?
@gzelvis 是的
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5425 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 08:41 · PVG 16:41 · LAX 01:41 · JFK 04:41
Developed with CodeLauncher
♥ Do have faith in what you're doing.