码迷,mamicode.com
首页 >  
搜索关键字:sed 解读之 n 与$!n    ( 9913个结果
Less 算术运算符用法
算术运算符 +、-、*、/ 可以对任何数字、颜色或变量进行运算。如果可能的话,算术运算符在加、减或比较之前会进行单位换算。计算的结果以最左侧操作数的单位类型为准。如果单位换算无效或失去意义,则忽略单位。无效的单位换算例如:px 到 cm 或 rad 到 % 的转换。www.dgtais.cn // ...
分类:其他好文   时间:2020-10-27 11:16:41    阅读次数:24
安装Homebrew报错
安装brew报错如下: $ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" curl: (7) Failed to connect to raw.git ...
分类:其他好文   时间:2020-10-26 11:47:36    阅读次数:21
鸿蒙OS开源代码精要解读之——init
鸿蒙OS开源代码精要解读之——init作者介绍:中科创达OpenHarmony研究组说明:中科创达OpenHarmony研究组第一时间对https://codechina.csdn.net/openharmony上开源的代码进行了详尽的代码研读和学习。为此,我们打算编写一系列篇幅中等,内容精炼的源码分析文章来引领大家更进一步的走进鸿蒙OS。随着对代码的了解,广大开发者想亲自动手参与的意愿和信心也会
分类:其他好文   时间:2020-10-24 10:30:30    阅读次数:31
`curl -L` 解决 GitHub 的 raw.githubusercontent.com 无法连接问题
解决 GitHub 的 raw.githubusercontent.com 无法连接问题 在使用 curl 下载文件时,如果出现以下情况 curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection ref ...
分类:Web程序   时间:2020-10-24 09:48:51    阅读次数:57
Understanding about Baire Category Theorem
Definition (Nowhere dense set) A set $A$ in a topological space $X$ is nowhere dense if the complement of its closure is dense in $X$, i.e. $\overline ...
分类:其他好文   时间:2020-10-22 22:47:57    阅读次数:24
批量关闭防火墙安全机制
#!/bin/bash #by wwp 2020-10-14 for ip in `cat ip.list` do { ping -c1 -W1 $ip &>/dev/null if [ $? -eq 0 ];then ssh $ip "sed -ri '/^#UseDNS/cUseDNS no' ...
分类:其他好文   时间:2020-10-18 09:49:45    阅读次数:23
Container Runtime - CRI-O
2020 IT邦幫忙鐵人賽 Kubernetes 原理分析系列文章 kubernetes 探討 Container & Open Container Initiative Container Runtime Interface Container Network Interface Containe ...
分类:其他好文   时间:2020-10-18 09:39:20    阅读次数:21
设置ProxmoxVE的LXC仓库为国内源
使用中科大的有ProxmoxVE的仓库SSH登录节点,查找相关配置文档,修改中科大的源地址,操作如下:grep-rn"download.proxmox.com"/usr/share/perl5/PVE/*sed-i.bak"s#http://download.proxmox.com/images#https://mirrors.ustc.edu.cn/proxmox/images#g"/usr/s
分类:其他好文   时间:2020-10-18 09:31:59    阅读次数:26
nginx 代理 web socket 报错“WebSocket is already in CLO
WebSocket is already in CLOSING or CLOSED state.
分类:Web程序   时间:2020-10-16 11:21:13    阅读次数:49
分数查询交互脚本
#!/bin/bashread-p"请输入你的分数:"nif[-z"$n"]``#判断是否为空thenecho"输入的数值不能为空"exit1#为空直接退出脚本fin1=echo$n|sed‘s/[0-9]//g‘#把数值替换成nullif[-n"$n1"]#如果不为空执行以下语句thenecho"请输入正确的数值(在0-
分类:其他好文   时间:2020-10-16 11:20:39    阅读次数:43
9913条   上一页 1 ... 18 19 20 21 22 ... 992 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!