在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口。 1.window.parent 功能:返回父窗口。 语法:window.parent 示例: 比如我们在使用A页面上使用了一个弹 ...
PUT test/_doc/1 { "content":"Hello World" } GET test/_analyze { "explain": true, "analyzer": "standard", "text": "Hello World" } POST test/_search { " ...
分类:
其他好文 时间:
2020-12-29 11:59:23
阅读次数:
0
1.获取LwIP的源码 http://savannah.nongnu.org/ lwip-2.1.2.zip 2.获取移植和应用LwIP的一些demo源码 http://savannah.nongnu.org/ contrib-2.1.0.zip 3.Linux环境下编译LwIP成静态库的方法 3. ...
分类:
其他好文 时间:
2020-12-29 11:41:15
阅读次数:
0
1.去掉默认注释。 window--preferences--java--Code Style -- Code Templates。 选择你不想要的内容,通过右边的Edit编辑。 注意:请只删除注释部分,不是注释部分的不要删除。 2.字体大小及颜色。 java代码区域的字体大小和颜色。 window ...
分类:
系统相关 时间:
2020-12-29 11:40:45
阅读次数:
0
系统 windows 命令 nginx -t 报错 nginx emerg invalid number of arguments in "root" directive.... 原因 root行配置最后没写分号导致,加上分号即可解决 ...
分类:
其他好文 时间:
2020-12-29 11:29:07
阅读次数:
0
An Absolute Beginner's Guide to Using npm Using npm effectively is a cornerstone of modern web development, no matter if it's exclusively with Node.js ...
分类:
其他好文 时间:
2020-12-29 11:26:46
阅读次数:
0
select a.Name as Employee from employee a left join employee b on b.id = a.managerID where a.Salary > b.Salary ...
分类:
其他好文 时间:
2020-12-29 11:14:10
阅读次数:
0
var window_h=function(element,height){ var element=document.getElementsByClassName(element); for(let i=0;i<element.length;i++){ element[i].style.heigh ...
分类:
其他好文 时间:
2020-12-29 11:11:45
阅读次数:
0
1.脚手架安装项目 npm install -g @vue/cli vue create -p dcloudio/uni-preset-vue my-app cd my-app npm run dev:mp-weixin 小程序工具导入项目,注意:是mp-weixin的文件夹 2.样式与sass w ...
分类:
移动开发 时间:
2020-12-29 10:57:21
阅读次数:
0
OA系统采购审批需求 学校OA系统的采购审批项目:需求是 1) 采购员采购教学器材 2) 如果金额 小于等于5000, 由教学主任审批 (0<=x<=5000) 3) 如果金额 小于等于10000, 由院长审批 (5000<x<=10000) 4) 如果金额 小于等于30000, 由副校长审批 (1 ...
分类:
其他好文 时间:
2020-12-28 11:52:12
阅读次数:
0