zoukankan
html css js c++ java
Linux Shell中的变量声明和一些特殊变量
在SHELL中定义变量比较直接,无类型区别,不需要像Java那样定义好是String还是int等。
声明变量需要遵守或者注意的几点:
变量名和等号之间不能有空格。
变量名首字符必须为字母。
变量名里可以使用下划线。
变量名中间不能有空格,美元符号$,标点符号。
变量名不能使用关键字。
最近迷上思维导图来画图,帮自己理清思路。
查看全文
相关阅读:
静态方法和类方法
DEL: Restore Boxes after VirtualBox Upgrade
DEL: IE "Your current security settings put your computer at risk. Click h
EV: Using GitHub Repository
EV: Windows Commands 命令
EV: Notepad++ Regular Express syntax
html页面的三个width: document, window, screen
DEL: View web content zone in IE9
EV: 关于min-width样式的使用
EV: Linux Shell Commands
原文地址:https://www.cnblogs.com/xzlive/p/11465844.html
最新文章
linux安装maven
linux安装jdk
centOs6.5配置启动ssh
swp文件已存在
springboot+mybatis+druid数据库连接池
mybatis mapper-locations作用
mybatis cloud not autowired
invalid bound statement (not found)
springboot整合mybatis
2019/1/18函数练习
热门文章
2019/1/19数组练习
2019/1/20指针练习
hashlib 简单的登录例子
jsp 发布war 包到Tomcat
java 使用 引用数据类型(以Scanner、Random模块为例)
java 变量
python logging模块
面向对象进阶
常用内置方法之:__str__,__repr__
反射
Copyright © 2011-2022 走看看