DOS中符号的英文对照
--------------siwuxie095
1、.:point 或 dot 或 period 或 full stop
2、空格:space 或 blank
-------------------------------------------------------------------------------------
3、<:less 或 less than 或 angle bracket
4、>:greater 或 more 或 greater than 或 more than 或 angle bracket
5、?:question 或 question mark
6、/:slash 或 divide 或 oblique
7、\:backslash 或 escape
8、":double quote 或 quotes 或 quotation mark 或 second
9、*:asterisk 或 star 或 pointer 或 multiply
10、::colon
11、|:pipe 或 vertical bar 或 bar 或 vertical virgule
-------------------------------------------------------------------------------------
12、-:dash 或 hyphen 或 minus
13、_:underscore 或 underline
14、~:tilde 或 swung dash
15、`:backquote 或 backtick 或 grave accent
16、':single quotes 或 apostrophe 或 minute
17、!: exclamation mark 或 bang 或 exclam
18、@:at
19、#:hash 或 hash tag 或 pound 或 octothorpe 或 sharp 或 number
20、$:dollar 或 dollar sign
21、¥:yuan
22、%:percent 或 mod 或 per cent
23、^:caret 或 hat
24、&:ampersand 或 and 或 amp 或 reference 或 ref
25、(:open parenthesis 或 open paren 或 parenleft 或 opening parenthesis
26、):close parenthesis 或 close paren 或 parenright 或 closing parenthesis
27、+:plus 或 addition
28、=:equal 或 equals
-------------------------------------------------------------------------------------
29、{:open brace 或 open curly 或 braceleft 或 opening brace
30、}:close brace 或 close curly 或 braceright 或 closing brace
31、[:open bracket 或 bracketleft 或 opening square bracket
32、]:close bracket 或 bracketright 或 closing square bracket
33、、:stop 或 pause
34、;: semicolon
35、,:comma
-------------------------------------------------------------------------------------
36、():parentheses 或 brackets
37、[]:square brackets
38、{}:curly brackets 或 braces
39、...:dots 或 ellipse
40、±:plus or minus
41、×:multiply
42、÷:divide
43、‰:per mill
44、∞:infinity
45、∝: varies as
46、√:(square) root
47、∵:since 或 because
48、∴:hence
49、∷:equals 或 as (proportion)
50、∠:angle
51、⌒:simicircle
52、⊙:circle
53、○:circumference
54、π:pi
55、△: triangle
56、⊥:perpendicular to
57、∪:union of
58、∩:intersection of
59、∫:the integral of
60、∑:(sigma) summation of
61、°:degree
62、℃:celsius system
63、//:slash-slash 或 comment
64、‖:parallel
65、§:section 或 division
66、→:arrow
【made by siwuxie095】
DOS中符号的英文对照的更多相关文章
- DOS中命令的格式
---------------siwuxie095 一.DOS中,命令使用格式的一般形式 用中文表达的形式为: [路径] 关键字 [盘符] [路径] 文件名 [扩展名] (参数) [参数 ...
- dos中定义变量与获取常见的引用变量以及四则运算、备份文件(set用法)
在dos中使用set定义变量: set a=8 (注意等号两边没有空格) 引用变量如: echo %a% 将打印a的值 (%a%是获取变量a的值) dos中 ...
- 如何dos中查看当前MySQL版本信息?
dos中MySQL安装服务成功--启动服务成功--登录MySQL成功后输入:select version(); 如图:
- windows下cmd时复制dos中的内容 错误信息等
16:28 2015/11/23小发现 windows下cmd时复制dos中的内容,错误信息等:鼠标右键选择标记,然后ctrl c 即可.
- EXCEL表格单元格中包含数字英文和汉字,如何自动去掉汉字,保留英文和数字
EXCEL表格单元格中包含数字英文和汉字,如何自动去掉汉字,保留英文和数字 Function 求数字和字母(对象 As String) '在文本与数字混杂中提取数字和字母 Dim myReg ...
- 在dos中运行java程序,若出现Exception in thread “main" java.lang.NoClassDefFoundError
在dos中运行java程序,若出现Exception in thread “main" java.lang.NoClassDefFoundError,可以检查一下几项: 环境变量配置: 注意 ...
- jQuery中 $ 符号的冲突问题
jQuery中 $ 符号的冲突问题是常见问题之一. 在jQuery中,$是jQuery的别名,为了书写方便,我们更习惯用$('#id')这一类的方式来书写代码.当同一页面引用了jQuery多个版本 ...
- JAVA 统计字符串中中文,英文,数字,空格的个数
面试题:输入一行字符,分别统计出其中英文字母.中文字符.空格.数字和其它字符的个数 可以根据各种字符在Unicode字符编码表中的区间来进行判断,如数字为'0'~'9'之间,英文字母为'a'~'z'或 ...
- dos中进入其他盘中的方法
1.在dos中进入其他盘中直接-->e: 即可,若是进入文件夹中-->cd aaa\bbb 即可. 2.返回上级目录:-->cd..
随机推荐
- 杂项:Juice UI
ylbtech-杂项:Juice UI Juice UI是开源的 WebForms 控件集,是一个功能强大的框架,它可以给ASP .NET开发人员带来丰富的.可以作为易于使用的控件的jQuery UI ...
- [转]Java 运算符的优先级
Java 运算符的优先级(从高到低) 优先级 描述 运算符 1 括号 ().[] 2 正负号 +.- 3 自增自减,非 ++.--.! 4 乘除,取余 *./.% 5 加减 +.- 6 移位运算 &l ...
- 1085 Perfect Sequence (25 分)
1085 Perfect Sequence (25 分) Given a sequence of positive integers and another positive integer p. T ...
- word2vec剖析,资料整理备存
声明:word2vec剖析,资料整理备存,以下资料均为转载,膜拜大神,仅作学术交流之用. word2vec是google最新发布的深度学习工具,它利用神经网络将单词映射到低维连续实数空间,又称为单词嵌 ...
- 搭建GlusterFS文件系统
(1)环境准备 创建两个虚拟机配置如下 把仅主机第二张网卡配置如下: GlusterFS1 GlusterFS2 上传文件到opt目录下 文件内容如下 (2)GlusterFS安装配置 1.安装Glu ...
- [UE4]产生开枪特效
- PHP PDO prepare()、execute()和bindParam()方法详解
每次将查询发送给MySQL服务器时,都必须解析该查询的语法,确保结构正确并能够执行.这是这个过程中必要的步骤,但也确实带来了一些开销.做一次是必要的,但如果反复地执行相同的查询,批量插入多行并只改变列 ...
- HttpURLConnection连接超时问题
1.问题描述 这几天测试重构后的下载框架,发现在下载过程中如果网络中断或网络较差,个别应用的下载就会阻塞卡住,一直卡在 “正在下载 xx%”. 2.问题排查和定位 思考:网络差不应该报网络异常的错 ...
- more 可翻页查看(一页一页翻动)
命令解释 我们查看数据的时候,使用前面提到的nl与cat.tac等等,都是将文件内容一次性输出到屏幕上,看起来不是很方便,那我们就可以使用这个命令,一页一页查看,前面的数据不至于看不到. 命令说明 [ ...
- 运行inetmgr提示“找不到文件”无法打开IIS管理器的解决办法
运行inetmgr提示“找不到文件”无法打开IIS管理器的解决办法 不知道什么时候开始运行inetmgr就提示找不到文件了,本以为是IIS坏了,这两天发现IIS服务还是可以运行的,只是运行inetmg ...