test.sh#!/bin/sh # 读取键盘输入的值 echo "请输入一个字符……" read tmp #下面的变量$tmp要加上引号,虽然不会报错,但是影响程序功能...
test.sh:#!/bin/sh for tmp in aa bb cc dd ee do echo $...
介绍shell的判断,if,if-elsetest.sh#!/bin/sh a=1 b=2 if [ $a = $b ] then ...
test.sh:#!/bin/sh tmp="shuoeasy.com" echo $tmp function fun1 { lo...
第一个脚本代码test.sh#!/bin/sh echo "hi~" # 输出字符 a="hello" # 赋值 echo $a...
shell入门-第一个脚本shell入门-局部变量shell入门-判断shell入门-for循环shell入门-switchshell入门-whileshell入门-获取文件内容shell入门-获取目录内所有的文件名shell入门-函数sh...
#-*- coding: UTF-8 -*- """ 参考文献:http://www.oschina.net/p/pymongo 驱动安装: 驱动下载地址https...
什么场景用得到呢?例如监控不断增长的日志时候,可以方便的从上次读取到的地方接着往下读取。#-*- coding: UTF-8 -*- file = 'test.txt'...
# 父类 class User: # 定义属性 uid = 0 name = '' # 子类(继承User类) class...
import pymysql # 数据库链接 conn = pymysql.connect( host='127.0.0.1', port=3306,&nb...
阅读: 20059
阅读: 17193 评论:1
阅读: 16368
阅读: 16347
阅读: 15750
阅读: 15521
扫扫关注微信