ChinaUnix.net
相关文章推荐:

set about set out

I am testing function of "set proxy", but I have a problem as follow. Do anyone have an solution for it? Thanks for your response ahead. jimchen@chen: isql -Usa -w999 Password: 1>; select db_name() 2>; go ------------------------------ master (1 row affected) 1>; select suid, status, name from syslogins where name="annlogin" 2>; go suid status name ------ ------ --------------------------...

by jimhongchen - Sybase - 2003-03-22 15:57:37 阅读(1606) 回复(0)

相关讨论

set -- 特性怎么用?

by tanjiyong138 - Solaris - 2011-10-18 03:49:30 阅读(1982) 回复(4)

.set sets (and clears) various flags that affect generated code. The following table may not be a complete list. Flag noreorder Turns off reordering of instructions. When on, t.i. when the assembler is reordering, it will put the last instruction before j or jr after the jump so it'll be in the branch delay slot. When off, you'll have to do it yourself. mips3 Tells the assembler t...

by ramen.sh - Linux文档专区 - 2008-07-02 17:50:47 阅读(551) 回复(0)

set - 和 set -- 有什么区别? 我在脚本中都看到。

by WinnerBoy - Shell - 2008-03-05 16:56:10 阅读(1728) 回复(1)

I tried many times, but can't find the place to set admin console's time-out, Please help ? Thanks in advance.

by Unix1998 - 中间件技术 - 2006-08-09 21:11:52 阅读(2308) 回复(0)

These days reads some documents from CU and Linuxfans. And then I try to modify the file of my computer.But now as you see I lost my Chinese input. I use fcitx,if I type the command fcitx in terminal it says: [code] fcitx 无法加载字体 -*-fixed-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-zh_CN.GBK-* 字体区域 zh_CN.GBK 不支持! 使用 zh_CN.GB2312 fcitx:Abnormal exit Signal ...

by 零二年的夏天 - Linux论坛 - 2004-01-31 11:11:19 阅读(575) 回复(1)

These days reads some documents from CU and Linuxfans. And then I try to modify the file of my computer.But now as you see I lost my Chinese input. I use fcitx,if I type the command fcitx in terminal it says: [code] fcitx 无法加载字体 -*-fixed-medium-r-normal--16-*-*-*-*-*-*-*,-*-*-medium-r-normal--16-*-*-*-*-*-zh_CN.GBK-* 字体区域 zh_CN.GBK 不支持! 使用 zh_CN.GB2312 fcitx:Abnormal exit Signal ...

by 零二年的夏天 - Linux系统管理 - 2004-01-31 11:11:19 阅读(527) 回复(1)

#!/bin/sh echo the date is $(date) set $(date) echo the month is $2 exit 0 ---------------------------------------------------------- 问题: 1 $()是什么符号,如何用,试举例; 2 set命令也不是很清楚,希望能举简单的例子说明。 谢谢啦~

by 青乡之b - Shell - 2011-06-14 10:19:34 阅读(1879) 回复(2)

我知道set -A num 1 2 3可以作为循环使用 某个ini文件内容: set -A num 1 2 3 脚本aaa内容: . ini sh bbb 脚本bbb内容: for i in ${num[@]} do echo $i done 运行aaa后发觉没有效果,是num这个变量只传到了aaa,并没有类似于export一样传到了bbb,不知道set -A加上什么参数可以把参数传到下一个shell里

by luciferneptune - Shell - 2010-04-02 14:42:26 阅读(4056) 回复(9)

有人了解关于关于这个哈希类的中操作思想吗?这是一个用来设计26个英文字母组成单词的概率 [ 本帖最后由 liqingfang 于 2009-3-29 11:42 编辑 ]

by liqingfang - C/C++ - 2009-04-03 09:56:10 阅读(2508) 回复(6)

how to seton or setoff all indicators only by a statement? thanks!

by kessy - AS400 - 2009-02-23 09:28:08 阅读(1485) 回复(1)