码迷,mamicode.com
首页 >  
搜索关键字:tabs    ( 1000个结果
定时任务
一、at : 未来的某时间点执行一次任务 at命令:at [option] TIME 常用选项:-V 显示版本信息:-l: 列出指定队列中等待运行的作业;相当于atq-d: 删除指定的作业;相当于atrm-c: 查看具体作业任务-f /path/from/somefile:从指定的文件中读取任务-m ...
分类:其他好文   时间:2018-02-28 22:54:39    阅读次数:174
Linux系统的任务计划
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配置
.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
python3 _笨方法学Python_日记_DAY5
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
[Python Study Notes]批量将ppt转换为pdf
脚本使用:1.python 3.x(2.x未测试)2.需要机器上装有PowerPoint3.pip install comtypes4.将需要转的ppt,pptx格式文件放到当前目录下5.运行该脚本等待即可'''''''''''''''''''''''''''''''''''''''&# ...
分类:编程语言   时间:2018-02-18 16:43:44    阅读次数:470
[Python Study Notes]cpu信息
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ...
分类:编程语言   时间:2018-02-16 10:57:58    阅读次数:243
$("#tabs") 保持上一次浏览的tab
$(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
【Ionic系列】2、仿京东商城项目功能分析 修改tabs颜色
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
python运行错误---TabError: Inconsistent use of tabs and spaces in indentation
本文转载于:http://blog.csdn.net/sinat_36384705/article/details/71155379 首先这个错误的意思是:在缩进的时候,使用了错误的空格和tab 我使用的python3.5,造成这个错误的原因是我在函数里面敲if....elif 判断语句的时候,el ...
分类:编程语言   时间:2018-02-08 00:25:43    阅读次数:1058
1000条   上一页 1 ... 34 35 36 37 38 ... 100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!