应用场景: 在办公中,有可能存在,某些命令脚本使用windows下的文本编辑器进行编写 当放到测试环境的Linux中时,运行报错 需要使用的软件:xxd hexdump dos2unix 1.运行windows上编写好的sh脚本 [root@hlrgm ~]# bash test.sh test.sh: line 2: $'\r': command not found 'f: invalid option -- ' Try 'df --help' for more information. t
phper 学习c的一点笔记.参考资料 learn C on the mac 图书地址--http://pan.baidu.com/s/1eQBW2hO 源码地址--http://pan.baidu.com/s/1eQGGkE2 1,简单的创建就不讲了,从最基本的hello word 开始吧. //引入文件 #include <stdio.h> //main函数 int main(int argc, const char * argv[]) { // 输出,尾部换行,最后返回0 printf(
目录 一.TeX家族 1. TeX - LaTeX 2. pdfTeX - pdfLaTeX 3. XeTeX - XeLaTeX 4. CTeX - MiKTeX - TeX Live 二.入门 1. Hello, World! 2. 语法和结构 I. 语法 II. 物理结构 III. 逻辑结构 3. 文字 I. 字符输入 II. 字体样式和大小 III. 换行.换页和断字 4. 长度 5. 对齐和间距 I. 段落对齐 II. 缩进和段间距 III. 行间距 6. 特殊段落 I. 摘录 II.