由买买提看人间百态

topics

全部话题 - 话题: commnd
(共0页)
v*****r
发帖数: 2325
1
来自主题: Programming版 - iphone 程序开发没我想象的那么容易
看了2遍paul hegarty itune class first iphone app demo
以为很容易
开始自己写stack style calculator
没有任何compiler warning/issues
但是一运行, boom, enter button 一下导致thread stack & gdb.
shoot, 没我想象的那么容易
半天不能figure out.
用惯了windows, macbook pro也不适应, commnd +c 两个键太靠近, copy&paste不习
惯, 还有没有delete, 只能backspace delete.
sigh...
c***r
发帖数: 4631
2
来自主题: Programming版 - iphone 程序开发没我想象的那么容易
你点的那个button对应的action (标了IBAction的函数)没问题么?连了几个action
?这种可视化编程有时候一个button一不小心鼠标一点就连了几个actions。
还有用commnd +c 使用大拇指+食指点的。
v*****r
发帖数: 2325
3
来自主题: Programming版 - iphone 程序开发没我想象的那么容易
看了2遍paul hegarty itune class first iphone app demo
以为很容易
开始自己写stack style calculator
没有任何compiler warning/issues
但是一运行, boom, enter button 一下导致thread stack & gdb.
shoot, 没我想象的那么容易
半天不能figure out.
用惯了windows, macbook pro也不适应, commnd +c 两个键太靠近, copy&paste不习
惯, 还有没有delete, 只能backspace delete.
sigh...
c***r
发帖数: 4631
4
来自主题: Programming版 - iphone 程序开发没我想象的那么容易
你点的那个button对应的action (标了IBAction的函数)没问题么?连了几个action
?这种可视化编程有时候一个button一不小心鼠标一点就连了几个actions。
还有用commnd +c 使用大拇指+食指点的。
T*******e
发帖数: 47
5
For both the methods introduced below, you may still need make some changes to
have them work on your machine.
For tgif, check: http://www.ida.liu.se/~perkr/tgif.html
Procedure
First of all, make sure you are using the latest version of Tgif and have
ghostscript and some version of Latex installed. Now, to embed Latex generated
text, choose the "Instantiate..." commnd (Ctrl-I) from the "Special" menu.
Now choose "eq4-ps2epsi.sym" and click anywhere on the canvas. A blue textbox
will appear with
a******e
发帖数: 95
6
来自主题: Unix版 - 请教How to adjust man output?
Another way is to use xemacs. The commnd lies in Help0 menu,
then the Unix Manuals submenu.
It can eat up some unnecessary characters, and page infos as the
footnotes are also removed. You will get only the pure ascii text file. Then
you can use paf or a2ps command to convert it to ps format. Or use staroffice
to create more elegant style.
l*****n
发帖数: 633
7
【 以下文字转载自 Linux 讨论区 】
发信人: luxilon (昵称不好起), 信区: Linux
标 题: 请问如何把远程的程序启动到远程的后台
发信站: BBS 未名空间站 (Sat Jun 16 23:34:38 2007), 转信
比如用ssh,大概是 ssh user@host /path/commnd &。该怎样写呢,好像加上引号 "/
path/command &" 也不行。
thanks.
t*****g
发帖数: 1275
8
ssh user@host "/path/commnd &"
(共0页)