一、at : 未来的某时间点执行一次任务 at命令:at [option] TIME 常用选项:-V 显示版本信息:-l: 列出指定队列中等待运行的作业;相当于atq-d: 删除指定的作业;相当于atrm-c: 查看具体作业任务-f /path/from/somefile:从指定的文件中读取任务-m ...
分类:
其他好文 时间:
2018-02-28 22:54:39
阅读次数:
174
crontab周期性任务设置# yum install cronie -y
# systemctl status crond.service
# systemctl start crond.service
# systemctl enable crond.service
分类:
系统相关 时间:
2018-02-23 14:05:35
阅读次数:
258
.emacs Makefile(放在代码文件夹下) ...
分类:
系统相关 时间:
2018-02-23 13:33:10
阅读次数:
240
<pre class="brush: java;html-script: false;quick-code: true;smart-tabs: true;auto-links: false;toolbar: false;gutter; true;light: false;ruler: false;p ...
分类:
其他好文 时间:
2018-02-21 17:08:24
阅读次数:
130
Day5 习题 24: 更多练习 习题 24: 更多练习 Let's practice everything.You'd need to know 'bout escapes with \ that do newlines and tabs. The lovely worldwith logic s ...
分类:
编程语言 时间:
2018-02-18 17:24:55
阅读次数:
282
脚本使用:1.python 3.x(2.x未测试)2.需要机器上装有PowerPoint3.pip install comtypes4.将需要转的ppt,pptx格式文件放到当前目录下5.运行该脚本等待即可''''''''''''''''''''''''''''''''''''''' ...
分类:
编程语言 时间:
2018-02-18 16:43:44
阅读次数:
470
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ...
分类:
编程语言 时间:
2018-02-16 10:57:58
阅读次数:
243
$(function () { $(".tabsli").click(function () { //keep last active tab, to avoid once user expand an email the page will reload, then "new email" tab... ...
分类:
其他好文 时间:
2018-02-14 10:33:58
阅读次数:
205
1 打开VSCode以后 2 快捷键 Ctrl+J 打开终端 3 创建以下3个页面 4 ionic g page cart 5 ionic g page category 6 ionic g page user 7 并且删除自带的 8 about、contact 1 打开app/app.module... ...
分类:
其他好文 时间:
2018-02-12 20:03:20
阅读次数:
147
本文转载于:http://blog.csdn.net/sinat_36384705/article/details/71155379 首先这个错误的意思是:在缩进的时候,使用了错误的空格和tab 我使用的python3.5,造成这个错误的原因是我在函数里面敲if....elif 判断语句的时候,el ...
分类:
编程语言 时间:
2018-02-08 00:25:43
阅读次数:
1058