码迷,mamicode.com
首页 >  
搜索关键字:who am i    ( 4395个结果
Shell中单双引号的区别
在Linux下执行自动化任务难免需要写shell脚本 例如,打印所在路径 path = $(pwd) echo 'I am at $path' #Output: #I am at $path 为何没有正确打印路径? 原来shell和python不同,单双引号有不同的含义 单引号‘ ’会让shell忽 ...
分类:系统相关   时间:2020-06-03 20:16:40    阅读次数:59
阿里云开发者体验平台 - Linux命令 - 系统状态检测
系统状态检测命令 ifconfig 命令描述:ifconfig命令用于获取网卡配置与网络状态等信息。 命令示例: 命令输出说明: 第一部分的第一行显示网卡状态信息。 eth0表示第一块网卡。 UP代表网卡开启状态。 RUNNING代表网卡的网线被接上。 MULTICAST表示支持组播。 第二行显示网 ...
分类:系统相关   时间:2020-06-03 16:04:41    阅读次数:136
字符串的常用操作方法
1 author:zfp 2 #字符串的常用操作 3 4 character_string=" I am zengfangping\tCHINAß" 5 6 print(character_string.capitalize())#capitalize()为首字母大写 7 print(charact ...
分类:其他好文   时间:2020-06-03 12:02:55    阅读次数:57
Legal terms 1
appellant: a person who applies to a higher court for a reversal of the decision of a lower court. appellee: the respondent in a case appealed to a hi ...
分类:其他好文   时间:2020-06-03 09:19:44    阅读次数:70
Git 常用命令速查表(图文+表格)
一、 Git 常用命令速查 git branch 查看本地所有分支git status 查看当前状态 git commit 提交 git branch -a 查看所有的分支git branch -r 查看远程所有分支git commit -am "init" 提交并且加注释 git remote a ...
分类:其他好文   时间:2020-06-02 00:03:34    阅读次数:57
Class
Class 怎么声明也一个类 //ES5 let Animal=function(type){ this.type=type; this.eat=function(){ console.log('i am eat food'); } } let dog=new Animal('dog'); let ...
分类:其他好文   时间:2020-06-01 22:20:12    阅读次数:92
Rename a Computer that Hosts a Stand-Alone Instance of SQL Server
When you change the name of the computer that is running SQL Server, the new name is recognized during SQL Server startup. You do not have to run Setu ...
分类:数据库   时间:2020-06-01 20:53:21    阅读次数:104
【docker系列2】docker 的前世今生
Docker 入门,共 3 篇,将带大家进入 Docker 的世界。首先了解 Docker 的发展历程, 然后快速掌握 Docker 的基本使用; Docker 版本及内核兼容性选择是这部分的重点内容。大家如果在生产环境中需要使用 Docker 的话,建议重点关注这一篇。 下面我们就进入第一篇的内容 ...
分类:其他好文   时间:2020-06-01 13:42:19    阅读次数:67
INTERNATIONAL TEAM ASSIGNMENT
Three specific, creative, social media promotional ideas for Flatlands Coffee and Belite Ceramics. ...
分类:其他好文   时间:2020-05-31 20:13:34    阅读次数:89
9、异常和文件
1.编写如下程序 创建一个txt文本文件,来添加数据 a.第一行添加如下内容: name,age,gender,hobby,motto b.从第二行开始,每行添加具体用户信息,例如: yuze,17,男,假正经, I am yours cainiao,18,女,看书,Lemon is best! c ...
分类:其他好文   时间:2020-05-31 00:37:26    阅读次数:248
4395条   上一页 1 ... 15 16 17 18 19 ... 440 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!