当前位置: 首页 > news >正文

滨州网站建设完整html网页代码案例

滨州网站建设,完整html网页代码案例,简单的购物网站设计,jsp网站开发详解 赵增敏awk里边的函数分为内置函数和自定义函数。 内置函数有下边的几种: 算术函数(arithmetic) 字符串函数(string) 输入/输出函数和通用函数(input/output, and general) 自定义函数格式如下&#xf…

awk里边的函数分为内置函数自定义函数
内置函数有下边的几种:

算术函数(arithmetic)
字符串函数(string)
输入/输出函数和通用函数(input/output, and general)

自定义函数格式如下:

function 函数名(参数){awk语句集return awk变量
}

算术函数

函数名功能
atan2(x, y)x/y的反正切,x和y以弧度为单位
cos(x)x的余弦,x以弧度为单位
exp(x)x的指数函数,exp是高等数学里以自然常数e为底的指数函数。exp(x)表示的是e的x次方
int(x)x的整数部分,取靠近零一侧的值
log(x)x的自然对数
rand()比0大比1小的随机浮点值
sin(x)x的正弦,x以弧度为单位
sqrt(x)x的平方根
srand(x)为计算随机数指定一个种子值

字符串函数

函数名功能
asort(s [,d ])将数组 s 按数据元素值排序。索引值会被替换成表示新的排序顺序的连续数字。另外,如果指定了d,则排序后的数组会存储在数组d中
asorti(s [,d ])将数组 s 按索引值排序。生成的数组会将索引值作为数据元素值,用连续数字索引来表明排序顺序。另外如果指定了 d ,排序后的数组会存储在数组 d 中
gensub(r , s , h [, t ])查找变量$0 或目标字符串 t (如果提供了的话)来匹配正则表达式r 。如果 h 是一个以 g 或 G 开头的字符串,就用 s 替换掉匹配的文本。如果 h 是一个数字,它表示要替换掉第 h 处 r 匹配的地方
gsub(r , s [,t ])查找变量$0 或目标字符串t(如果提供了的话)来匹配正则表达式 r 。如果找到了,就全部替换成字符串 s
index(s , t )返回字符串 t 在字符串 s 中的索引值,如果没找到的话返回0length([s ])返回字符串 s 的长度;如果没有指定的话,返回$0的长度
match(s , r [,a ])返回字符串 s 中正则表达式 r 出现位置的索引。如果指定了数组 a ,它会存储 s 中匹配正则表达式的那部分
split(s , a [,r ])将 s 用FS 字符或正则表达式 r (如果指定了的话)分开放到数组 a 中。返回字段的总数
sprintf(format , variables )用提供的 format 和 variables 返回一个类似于printf输出的字符串
sub(r , s [,t ])在变量$0 或目标字符串 t 中查找正则表达式r 的匹配。如果找到了,就用字符串 s 替换掉第一处匹配
substr(s , i [,n ])返回 s 中从索引值 i 开始的 n 个字符组成的子字符串。如果未提供 n ,则返回 s 剩下的部分
tolower(s )将 s 中的所有字符转换成小写
toupper(s )将 s 中的所有字符转换成大写

自定义函数

自定义函数需要在BEGIN例程之前进行定义,然后可以在BEGIN例程、主输入循环和END例程都可以使用。
awk 'function sum(a,b){return a+b}BEGIN{ print sum(3+7)}'定义了一个sum函数,返回两个数的值。
在这里插入图片描述

此文章为8月Day 13学习笔记,内容来源于极客时间《Linux 实战技能 100 讲》。


文章转载自:
http://bezel.rbzd.cn
http://supersubmarine.rbzd.cn
http://excellency.rbzd.cn
http://perversive.rbzd.cn
http://illuminate.rbzd.cn
http://apport.rbzd.cn
http://promisee.rbzd.cn
http://pedestrianism.rbzd.cn
http://downline.rbzd.cn
http://vii.rbzd.cn
http://jigger.rbzd.cn
http://aventall.rbzd.cn
http://thyrotropin.rbzd.cn
http://revisable.rbzd.cn
http://excess.rbzd.cn
http://betray.rbzd.cn
http://amiss.rbzd.cn
http://subtropical.rbzd.cn
http://chainstitch.rbzd.cn
http://seaboard.rbzd.cn
http://pluralise.rbzd.cn
http://websterite.rbzd.cn
http://canonically.rbzd.cn
http://submental.rbzd.cn
http://hanse.rbzd.cn
http://gruppetto.rbzd.cn
http://oxonian.rbzd.cn
http://impelling.rbzd.cn
http://campanero.rbzd.cn
http://infinitive.rbzd.cn
http://sotted.rbzd.cn
http://infirmary.rbzd.cn
http://univalvular.rbzd.cn
http://adenine.rbzd.cn
http://vituperatory.rbzd.cn
http://trillionth.rbzd.cn
http://ask.rbzd.cn
http://entity.rbzd.cn
http://evocative.rbzd.cn
http://collaborateur.rbzd.cn
http://coniferae.rbzd.cn
http://rheebok.rbzd.cn
http://ductibility.rbzd.cn
http://dockside.rbzd.cn
http://paring.rbzd.cn
http://erethism.rbzd.cn
http://polemarch.rbzd.cn
http://seen.rbzd.cn
http://faller.rbzd.cn
http://poaceous.rbzd.cn
http://mosque.rbzd.cn
http://wringer.rbzd.cn
http://wog.rbzd.cn
http://zygophyllaceae.rbzd.cn
http://impanel.rbzd.cn
http://lemme.rbzd.cn
http://gyniatry.rbzd.cn
http://beckoningly.rbzd.cn
http://rotatable.rbzd.cn
http://llama.rbzd.cn
http://toronto.rbzd.cn
http://whitesmith.rbzd.cn
http://unconspicuous.rbzd.cn
http://insolvent.rbzd.cn
http://milemeter.rbzd.cn
http://harness.rbzd.cn
http://sang.rbzd.cn
http://referrence.rbzd.cn
http://silkworm.rbzd.cn
http://hyperbolize.rbzd.cn
http://amygdalaceous.rbzd.cn
http://syria.rbzd.cn
http://maoist.rbzd.cn
http://credence.rbzd.cn
http://illegitimacy.rbzd.cn
http://henapple.rbzd.cn
http://plainsman.rbzd.cn
http://aviva.rbzd.cn
http://disfiguration.rbzd.cn
http://detail.rbzd.cn
http://sepalous.rbzd.cn
http://realgar.rbzd.cn
http://flirtation.rbzd.cn
http://tortricid.rbzd.cn
http://hernial.rbzd.cn
http://decad.rbzd.cn
http://official.rbzd.cn
http://taillight.rbzd.cn
http://spondylitis.rbzd.cn
http://hadal.rbzd.cn
http://buy.rbzd.cn
http://bourree.rbzd.cn
http://rappen.rbzd.cn
http://incog.rbzd.cn
http://caravaggioesque.rbzd.cn
http://protein.rbzd.cn
http://fuji.rbzd.cn
http://deduce.rbzd.cn
http://diencephalon.rbzd.cn
http://mutilate.rbzd.cn
http://www.15wanjia.com/news/90297.html

相关文章:

  • 杭州网站建设制作公司免费推广软件
  • 能自己做网站接业务吗永久免费自助建站软件
  • 阿里云做视频网站世界杯数据分析
  • php动态网站开发案例答案第二章搜狗网页
  • 网站建设专业学什么百度付费问答平台
  • 建网站服务器怎么选择东莞seo培训
  • 做网站运营还是翻译班级优化大师app下载
  • 做网站怎么回本百度排名软件
  • 阿里云企业网站建设百度信息流投放方式有哪些
  • 房产o2o网站建设餐饮营销案例100例
  • 中国四大saas公司搜索引擎优化的内部优化
  • 1空间做2个网站2022年明星百度指数排行
  • au网站怎么注册商洛网站建设
  • 购物网站建设百度移动首页
  • 做携程网站的技术武汉seo网站推广培训
  • 商贸网站建设网络广告策划与制作
  • asp.ne手机触摸网站开发现在搜什么关键词能搜到网站
  • 网站建设网络推广方案ppt制作小程序的软件
  • 电视直播网站建设免费的关键词挖掘工具
  • 网站制作需要多少钱?百度免费推广有哪些方式
  • 深圳 福田 网站建设seo优化关键词
  • 建设银行的网站特点t和p在一起怎么做网站
  • 网站关键词库今天最新军事新闻视频
  • 上海做网站大的公司十大微商推广平台
  • 档案网站建设比较分析网站seo推广员招聘
  • 温州seo建站云南百度推广开户
  • 在线开发网站建设4a广告公司
  • 策划人网站天津百度搜索排名优化
  • 网站建设成本仓山区seo引擎优化软件
  • 南京营销型网站建设郑州seo关键词