按类别查询搜索结果
关于关键词 的检测结果,共 503
【Python/Ruby】 vimrc 法高亮等
ai616818 | 2011-11-25 17:49:28 | 阅读(1139) | 评论(0)
【Python/Ruby】 return
lexsus | 2011-11-24 09:27:15 | 阅读(1071) | 评论(0)
【Python/Ruby】 Python 调用 C函数
lmz1951 | 2011-11-23 11:03:25 | 阅读(1738) | 评论(0)
Python 调用 C函数【阅读全文】
【Python/Ruby】 Hadoop的Python封装
yueming | 2011-11-15 00:08:54 | 阅读(3518) | 评论(0)
crazyhadoop | 2011-11-12 16:58:04 | 阅读(3324) | 评论(0)
【Python/Ruby】 批处理前
chenmeng11 | 2011-11-11 00:21:00 | 阅读(1832) | 评论(0)
rover0 | 2011-11-06 01:13:45 | 阅读(2437) | 评论(0)
yueming | 2011-10-30 22:38:04 | 阅读(1193) | 评论(0)
dagun | 2011-10-15 13:08:35 | 阅读(1896) | 评论(0)
ly21st | 2011-10-14 09:35:17 | 阅读(290) | 评论(0)
#!/bin/bash# Scriptname: ttype# Purpose: set the terminal type# Author: Andy AdminCOLUMNS=60LINES=1PS3="Please enter the terminal type: "select choice in wyse50 vt200 xterm sundo  case $REPLY in 1)  export TERM=$choice  echo "TERM=$choice"  b...【阅读全文】
【Python/Ruby】 bash的select循环
ly21st | 2011-10-14 09:29:08 | 阅读(0) | 评论(0)
ly21st | 2011-10-13 21:24:02 | 阅读(250) | 评论(0)
#!/bin/bash# Scriptname: tellme# Using the old-style test commandecho -n "How old are you? "read ageif [ $age -lt 0 -o $age -gt 120 ]then echo  "Welcome to our planet! " exit 1   fiif  [ $age -ge 0 -a $age -le 12 ]  then echo "A child is a gar...【阅读全文】
【Python/Ruby】 select选择
ly21st | 2011-10-13 14:43:56 | 阅读(330) | 评论(0)
# Program name: ttype# Purpose: set the terminal type# Author: Andy AdminCOLUMNS=60LINES=1PS3="Please enter the terminal type: "select choice in wyse50 vt200 vt100 sundo  case $REPLY in 1)  export TERM=$choice  print "TERM=$choice"  break;; ...【阅读全文】
【Python/Ruby】 csh的switch
ly21st | 2011-10-12 23:14:32 | 阅读(1290) | 评论(0)
# This script is called colorsecho -n "Which color do you like? "set color = $<switch ("$color")case bl*: echo I feel $color echo The sky is $color breaksw case red:          # Is is red or is it yellow?    &nb...【阅读全文】
ly21st | 2011-09-29 22:53:52 | 阅读(350) | 评论(0)
5.1 使用逗号输出 >>> print 'hello' ,'liyuan'hello liyuan5.2 一些迭代工具 1 并行迭代>>> names=['anne','beth','george','damon']>>> ages=[12,45,32,102]>>> for i in range(len(names)):       print names[i], 'is'...【阅读全文】
【Python/Ruby】 perl 句记录
wjlcn | 2011-09-29 18:32:13 | 阅读(1431) | 评论(0)
freearth | 2011-09-25 18:43:27 | 阅读(2298) | 评论(0)
【Python/Ruby】 fold,gsub
expert1 | 2011-09-22 13:57:10 | 阅读(1248) | 评论(0)