#encoding=utf-8 week_num=raw_input("input:") if week_num.lower()=="m": print "today is monday" elif week_num.lower()=="w": print "today is wednesday" ...
分类:
其他好文 时间:
2018-07-02 20:23:29
阅读次数:
174
一、数组 1、创建新数组 (1)当做对象的方式 var myArray = new Array(); (2)快捷形式 var myArray = [ ]; 2、初始化数组 (1)在创建数组时可以同时加载数据 var myArray =['Monday','Tuesday','Wednesday']; ...
分类:
编程语言 时间:
2018-06-28 18:20:14
阅读次数:
131
1 //输入一个1-7的整数,输出对应的星期名,通过调用指针函数实现 2 #include 3 char name[8][20]={"Illegal day","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"... ...
分类:
编程语言 时间:
2018-06-28 12:11:37
阅读次数:
214
时间序列分析工具箱——tidyquant 本文翻译自《Demo Week: class(Monday) 原文链接:http://www.business science.io/code tools/2017/10/23/demo_week_tidyquant.html 的用途 使用 的六大理由: 1 ...
分类:
其他好文 时间:
2018-06-23 19:10:52
阅读次数:
778
Monday Tuesday Submit Submit Submit ...
分类:
编程语言 时间:
2018-05-12 19:27:14
阅读次数:
218
1、单引号、双引号用于用户把带有空格的字符串赋值给变量的分界符。 [root@localhost sh]# str="Today is Monday" [root@localhost sh]# echo $str Today is Monday 如果没有单引号或双引号,shell会把空格后的字符串解释为命令。 [root@localhost sh]# str=Toda
分类:
系统相关 时间:
2018-04-10 20:06:19
阅读次数:
213
One man's fault is another man's lesson. 前车之覆,后车之鉴。 We make mistakes every day, large or small, failures or faux pas. But failure and mistakes still d ...
分类:
其他好文 时间:
2018-03-20 10:36:55
阅读次数:
132
本章介绍如何使用time模块对教室上网进行控制,以206教室为例,206教室网络属于Vlan206,net:10.1.26.0/24,gateway:10.1.26.254206文件;#ALL#iptables-AFORWARD-s10.1.26.0/24-jACCEPT#1.Monday#iptables-AFORWARD-s10.1.26.0/24-mtime--timestart00:00-
分类:
其他好文 时间:
2018-03-19 15:26:00
阅读次数:
162
CVPR2016 Paper list ORAL SESSIONImage Captioning and Question Answering Monday, June 27th, 9:00AM - 10:05AM. These papers will also be presented at th ...
分类:
其他好文 时间:
2018-03-11 14:15:18
阅读次数:
390
It is only when you are pursued that you become swift. 唯有在被追赶的时候,你才能真正地奔跑。 It is so bad a feeling when there is no clear goal. Sometimes I often find ...
分类:
其他好文 时间:
2018-03-01 00:35:45
阅读次数:
169