文档对象模型(Document Object Model,DOM)是一种用于HTML和XML文档的编程接口。它给文档提供了一种结构化的表示方法,可以改变文档的内容和呈现方式。我们最为关心的是,DOM把网页和脚本以及其他的编程语言联系了起来。DOM属于浏览器,而不是JavaScript语言规范里的规定 ...
分类:
编程语言 时间:
2017-01-24 22:52:48
阅读次数:
195
arcgis的timeslider是对dojo slider二次封装,项目需要,所有Map用统一样式的slider,所以写了一个common的dojo class,统一调用生成slider,作为对timeslider再次封装,感觉挺好用。 这个slider不一定要在Map里使用,还可以在其他地方调用 ...
分类:
其他好文 时间:
2017-01-21 09:54:49
阅读次数:
733
event_add、event_del两个函数分别是使event生效和失效的,下面就来看一下两个函数的实现。 event_add 这里以epoll作为后端来举例分析event_add函数的调用流程: event_del 这里以epoll作为后端来分析event_del的调用流程: 结论: 到这里ev ...
分类:
其他好文 时间:
2017-01-21 07:36:37
阅读次数:
476
Codeforces Round #392 (Div. 2) F. Geometrical Progression 等比数列 其实是暴力枚举。 ...
分类:
其他好文 时间:
2017-01-20 17:54:32
阅读次数:
276
题目描述 You are working for Macrohard company in data structures department. After failing your previous task about key insertion you were asked to write ...
分类:
其他好文 时间:
2017-01-18 14:09:22
阅读次数:
255
In the previous post Decouple OWIN Authorization Server from Resource Server we saw how we can separate the Authorization Server and the Resource Serv ...
Given a Weather table, write a SQL query to find all dates' Ids with higher temperature compared to its previous (yesterday's) dates. For example, ret ...
分类:
其他好文 时间:
2017-01-16 14:17:49
阅读次数:
160
问题描述:svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”。无论你到那个父层次的目录执行“clean up “,都是报一样的错。执行cleanup时候,提示要cle ...
分类:
其他好文 时间:
2017-01-16 10:35:28
阅读次数:
342
svn执行clean up命令时报错“Previous operation has not finished; run 'cleanup' if it was interrupted”。无论你到那个父层次的目录执行“clean up “,都是报一样的错。执行cleanup时候,提示要cleanup。 ...
分类:
其他好文 时间:
2017-01-11 13:06:11
阅读次数:
195
在复习javascript基础的时候,整理了一下js中获取节点的一些常用的方法,见代码: ...
分类:
Web程序 时间:
2017-01-09 19:58:27
阅读次数:
237