Toggle navigation
WD Blog
Home
About
Archive
Portfolio
WD Blog
我干了什么 究竟拿了时间换了什么
Hello 2015
"Hello World, Hello Blog"
对象的思路 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 var arr = [0,1,2,3,4,5,6,1,2,3,4,5,6,3,4,5,6]; function appearOnce (arr , n) {...
Posted by wudimingwo on December 15, 2018
1.董小姐算法课笔记
"Hello World, Hello Blog"
有向图,无向图 环形图,无环图 二叉树 : 有向无环图 线性代数, 有序对,无序对 答案 A,B 答案B,D 所有层都是满的, 答案 A 要么有没子节点,如果有必须有两个子节点 , 答案 A,B #如何构造二叉树? 用对象 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28...
Posted by wudimingwo on December 15, 2018
10-ajax瀑布流练习题 代理服务器 跨域
"Hello World, Hello Blog"
这里图片资源用的是 http://www.wookmark.com/api/json/popular?page= 通过用自家的服务器(代理服务器)的方式进行了跨域. 用的是wampserver, 搭建的服务器. css 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ...
Posted by wudimingwo on December 15, 2018
9-iframe 跨域
"Hello World, Hello Blog"
想要获取子窗口的变量, 必须满足同源条件. 父级 test.html 1 2 3 4 5 6 7 8 9 10 <iframe src="son.html" width="" name="son" height=""></iframe> <script type="text/javascript"> var...
Posted by wudimingwo on December 15, 2018
8-cookie
"Hello World, Hello Blog"
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 // 设置保质期为3天 var oDate = new Date(); console.log(oDate); oDate.setDate(oDate.getDate() + 3); console.log(oDate); //两次赋值 不会互相覆盖. d...
Posted by wudimingwo on December 15, 2018
7HTTP 请求头与请求体
"Hello World, Hello Blog"
参考# HTTP 请求头与请求体
Posted by wudimingwo on December 15, 2018
6json跨域,百度联想词案例
"Hello World, Hello Blog"
在各自的脚本中 设置 document.domain = “58.com” 两个网页就可以互相访问资源了. 简单百度联想词案例 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 <!DOCTYPE html>...
Posted by wudimingwo on December 15, 2018
Older Posts →
FEATURED TAGS
html
css
js
ABOUT ME
我本志不在前端,亦不在编程
半路出家,既然已入坑,就好好爬坑
FRIENDS