w6d4 Hi, everyone, how's everything been doing? This is Jack from Shanghai. Today I'd like to discuss importance of making a plan and keeping it. Ever ...
分类:
其他好文 时间:
2016-04-09 10:33:54
阅读次数:
117
一、Date对象 1、创建Date对象的方法 1)使用new关键字和Date类来创建(不带参数) Var today = new Date(); //不带参数 它是获取当前的系统时间 2)使用new关键字和Date类来创建(带参数) Var yesterday = new Date("1980-06... ...
分类:
Web程序 时间:
2016-04-05 07:04:03
阅读次数:
189
Description Little sun is an artist. Today he is playing mahjong alone. He suddenly feels that the tree in the yard doesn't look good. So he wants to ... ...
分类:
其他好文 时间:
2016-04-04 14:53:26
阅读次数:
227
一、前言根据需要,Boss让你绘制水平的柱状图,左边显示昨天的数据,今天显示今天的数据。用D3画图二、仿造数据today.csvname,value,unit
A,2000,%
B,1000,t
C,1400,¥
D,32,d
E,520,d
F,10000,d
G,5500,元
H,740,t
I,850,t
J,950,t
K,1100,t
L,1200,tyesterday.csvname,value,..
分类:
其他好文 时间:
2016-04-04 13:20:38
阅读次数:
277
w5d5 Today, I chat with my friend Zhu Zhu about my observation to those who study overseas. During our talk, I asked him why most friends replied me l ...
分类:
其他好文 时间:
2016-04-03 20:19:17
阅读次数:
197
w5d6 Hey, guys, these days I started to do some English morning reading. I just read out some nice English sentences or sayings. Today, I would share ...
分类:
其他好文 时间:
2016-04-03 20:14:20
阅读次数:
172
HDU 5379 Problem Description Little sun is an artist. Today he is playing mahjong alone. He suddenly feels that the tree in the yard doesn't look good ...
分类:
其他好文 时间:
2016-04-03 17:37:38
阅读次数:
204
var today = new Date(); today .getFullYear(); //获取完整的年份(4位,1970) today .getMonth(); //获取当前月份(0-11,0代表1月) today .getDate(); //获取当前日(1-31) today .getDay ...
分类:
编程语言 时间:
2016-03-31 18:30:13
阅读次数:
202
JavaScript特效 一、在网页上显示当前的时间日期,例如:“2016年3月26日 星期六”。 js源代码: 1 function getTime() { 2 var today = new Date(); //返回当日的日期和时间。 3 var year = today.getFullYear ...
分类:
编程语言 时间:
2016-03-30 14:56:04
阅读次数:
263
First flight? Let's do it! w4d6 Hey, guys, this is Jack from Shanghai, again ;) How's everything going? Today, I took my first flight in my whole life ...
分类:
其他好文 时间:
2016-03-28 01:55:55
阅读次数:
135