TypeScript Feature types classes annotations imports language utilities string template (`hello ${world} `) fat arrow function syntax (=>) string temp ...
分类:
其他好文 时间:
2016-11-05 14:38:25
阅读次数:
188
传送门 Description Vitya is studying in the third grade. During the last math lesson all the pupils wrote on arithmetic quiz. Vitya is a clever boy, so h ...
分类:
其他好文 时间:
2016-11-05 14:13:39
阅读次数:
235
shell编程的基本知识 清空日志的三种方法 1.echo cary >test.log >test.log 2.echo cary >http://www.qixoo.qixoo.com/test.log echo >test.log 3.echo cary >test.log cat /dev/ ...
分类:
系统相关 时间:
2016-11-05 11:47:08
阅读次数:
251
html部分 <!DOCTYPE html> <!--下面三个百分比都是为了实现后期项目优化的时候,实现自适应屏幕的宽度和高度--> <html style="height: 100%;"> <!--这个需要HTML标签上也得加上style="height:100%"才行,要不然会显示一半,经常用C ...
分类:
其他好文 时间:
2016-11-05 11:44:37
阅读次数:
301
导入通用的代码除了使用php外 iframe在很多界面使用起来比较方便 比如说要写导航 在好几个界面都要用这个导航 可以用iframe引用 实例:这个header.html是我写的一个导航界面 在index.html里: <div class="iframe"> <iframe src="heade ...
分类:
Web程序 时间:
2016-11-05 11:43:12
阅读次数:
161
当前时间和输入时间比较 var timeLong = Date.parse(new Date());//当前时间var t1 = Date.parse($("#returnTime2").val().replace(/-/g, "/")); timeLong是通过js获取当前时间 t1 火狐不支持2 ...
分类:
编程语言 时间:
2016-11-05 11:40:16
阅读次数:
137
<div class="item-input-inset bar"> <form action="javascript:;" style="width: 100%;"> <label class="item-input-wrapper"> <input type="search" placehold ...
分类:
其他好文 时间:
2016-11-05 11:30:11
阅读次数:
171
下面是阅读精通JavaScript书做的相关笔记。 JS中的函数重载 函数重载必须依赖两件事情:判断传入参数数量的能力和判断传入参数类型的能力,在js中每个函数都带有一个仅在这个函数范围内作用的变量,称之为参数argument,它是一个包含所有传给函数参数的伪数组,所以并不是正的数组,但是我们不可以 ...
分类:
编程语言 时间:
2016-11-05 11:27:13
阅读次数:
291
<!DOCTYPE html><html lang="en"><head> <meta charset="utf-8"> <title>HeyJax</title> <link rel="stylesheet" href="style.css"></head><body> <input type=" ...
分类:
其他好文 时间:
2016-11-05 09:40:54
阅读次数:
255