搜索资源列表
comboBox
- 实现如何在cocoa中运行shell指令。并获取shell的返回信息。最终显示在NStextView中-a Sample code about how to running shell command in cocoa, and get info from the shell return value. finally show them in a NSTextView.
iPing
- 实现了在cocoa中的shell运行。示例中使用的就是shell命令中的ping指令,最终将其显示在textView中-Achieved in the cocoa in the shell to run. Sample is used in shell command ping and eventually be displayed in the textView
iPhoneShellCommand
- 在ios6.1上编写了一个简单的界面,执行shell命令。可以逐行显示ping命令的结果,也可通过按键结束ping命令的执行。也可以终结正在执行的命令,并立即执行新的命令。-This project offers a simple window interface to execute shell commands in ios6.1 with ARC. This program can display the result of shell command ping by row.You