摘要: 1 关于 tpl 格式文件 以前的前端页面都是.html格式的,现在出现了.tpl文件,是template的缩写,发现他就是前端页面,写的也是html。 应该是前端模板Smarty的一个格式。可以在Dreamviewer中打开,进行可视化编辑。应该也可以使用PS打开。 阅读全文
posted @ 2023-04-24 11:28 大脚板同志 阅读(24) 评论(0) 推荐(0)
摘要: #! /bin/bash if [ -z "$1" ] then echo "Notice that there is no input para" exit 1 elif [ $1 == "shutdown" ] then sudo apt-get install -f sudo apt-get 阅读全文
posted @ 2023-04-24 11:25 大脚板同志 阅读(48) 评论(0) 推荐(0)
摘要: + 1.about 'pause' ``` //windows system; #include ; system("pause"); //linux system; #include ; pause(); ``` 阅读全文
posted @ 2023-04-24 11:24 大脚板同志 阅读(13) 评论(0) 推荐(0)