V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  bumaociyuan  ›  全部回复第 1 页 / 共 2 页
回复总数  31
1  2  
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 是的
2016-01-28 14:32:38 +08:00
回复了 gzelvis 创建的主题 Apple Apple 最新推出的呈现引擎 WKWebView?
safari 用的也是 WKWebView
@ericshine js-beautify 装了么?
2015-11-04 14:59:27 +08:00
回复了 yuzo555 创建的主题 程序员 制作了一个 Base64 在线编码解码的网站,大家给点意见
```
$ echo to-decode | base64 -d
$ echo to-encode | base64
```
cmd+opt+i 用 ipad 浏览吧 :D
2015-11-03 13:52:03 +08:00
回复了 kneep 创建的主题 问与答 最近是不是 google 有无法搜索的现象?
我也有这个问题,持续了一周了, cmd + opt + i ipad 访问可以解决

只有 chrome google 有这个问题, safari 可以用

今天好像没有遇到了
2015-10-22 08:47:10 +08:00
回复了 zthghek 创建的主题 iDev 公司的自主 IOS 产品开发中需要经常用到前端技术吗?
艺多不压身
2015-10-09 10:26:46 +08:00
回复了 hackingwu 创建的主题 macOS 大家在 Mac 都是用什么下载资源(影视资源)
1 T hard driver + raspberry pi + samba + thunder vip + aria2c
git subcommand tab 补全没有了
1  2  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   991 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 20:38 · PVG 04:38 · LAX 13:38 · JFK 16:38
Developed with CodeLauncher
♥ Do have faith in what you're doing.