码迷,mamicode.com
首页 >  
搜索关键字:sunday    ( 300个结果
November 20th 2016 Week 47th Sunday
Learn from yesterday, live for today, look to tomorrow. 学习昨天,活在今天,展望明天。 There is always room at the top. 即使到达顶峰,也还有进步的空间。 ...
分类:其他好文   时间:2017-01-26 00:08:33    阅读次数:193
Python 与 Javascript 之比较
最近由于工作的需要开始开发一些Python的东西,由于之前一直在使用Javascript,所以会不自觉的使用一些Javascript的概念,语法什么的,经常掉到坑里。我觉得对于从Javascript转到Python,有必要总结一下它们之间的差异。基本概念Python和Javascript都是脚本语言 ...
分类:编程语言   时间:2017-01-22 12:11:35    阅读次数:272
October 30th Week 45th Sunday 2016
Genius is nothing but labor and diligence. 天才不过是勤奋而已。 Labor and diligence are the requirements for success, especially for those ordinary. But sometim ...
分类:其他好文   时间:2017-01-04 07:32:43    阅读次数:178
October 16th Week 43rd Sunday 2016
Life is not a problem to be solved, but a reality to be experienced. 人生不是待解决的难题,而是等着我们去体验的现实。 Life is not composed of problems, it is not so hard as y ...
分类:其他好文   时间:2016-12-09 11:40:40    阅读次数:130
英文翻译4
Chinese painting sets record at Beijing auction Three Chinese classical paintings grossed 663 million yuan ($96 million) at a Beijing auction Sunday n ...
分类:其他好文   时间:2016-12-05 22:43:53    阅读次数:233
python时间格式化
说明:平时经常会遇到时间转换,就挨个敲了一遍格式化字符,又查询了一些,整理如下。 格式化代码表: %a:星期几的简写。(Mon - Sun) %A:星期几完整。 (Monday - Sunday) %b:月份简写。(Jan - Dec) %B:月份完整。(January - Decmber) %c: ...
分类:编程语言   时间:2016-12-04 23:32:50    阅读次数:996
PHP中的date()函数
d 月份中的第几天,有前导零的 2 位数字 01 到 31 D 星期中的第几天,文本表示,3 个字母 Mon 到 Sun j 月份中的第几天,没有前导零 1 到 31 l (“L”的小写字母) 星期几,完整的文本格式 Sunday 到 Saturday N ISO-8601 格式数字表示的星期中的第 ...
分类:Web程序   时间:2016-11-15 16:36:37    阅读次数:237
schedule of 2016-10-31~2016-11-6(Monday~Sunday)——1st semester of 2nd Grade
most important things to do 1.joint phd preparations 2.journal paper to write 3.solid fundamental knowledge including English 4.body fitness 2016/10/3 ...
分类:其他好文   时间:2016-10-31 12:46:11    阅读次数:105
schedule of 2016-10-24~2016-10-30(Monday~Sunday)
most important things to do 1.joint phd preparations 2.journal paper to write 3.solid fundamental knowledge including English 4.body fitness 2016/10/2 ...
分类:其他好文   时间:2016-10-23 14:45:52    阅读次数:175
js中使用Switch
语法 工作原理:首先设置表达式 n(通常是一个变量)。随后表达式的值会与结构中的每个 case 的值做比较。如果存在匹配,则与该 case 关联的代码块会被执行。请使用 break 来阻止代码自动地向下一个 case 运行。 实例 显示今日的周名称。请注意 Sunday=0, Monday=1, T ...
分类:Web程序   时间:2016-09-23 18:12:31    阅读次数:202
300条   上一页 1 ... 17 18 19 20 21 ... 30 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!