一、现在我们在网站设计(三)的基础上,来编写about.html页面。这个页面要用到的知识点是利用JavaScript和DOM实现选择性地显示和隐藏某些DIVabout.html页面在前面我们为了看导航栏菜单项高亮显示时,已经写了部分内容,只是那时写的代码没有实现div显示和隐藏,现在就在之前编写的...
分类:
编程语言 时间:
2014-05-20 02:43:52
阅读次数:
433
#define IDM_NEW 0x1002#define IDM_EXIT
0x1003#define IDM_HELP 0x1004#define IDM_ABOUT 0x1005hMenu =
CreateMenu();hFileMenu = CreateMenu();hHelpMenu = ...
分类:
其他好文 时间:
2014-05-19 09:58:20
阅读次数:
251
Math:
https://projecteuler.net/about
Pygame:
http://nullege.com/
Python:
https://www.python.org/...
分类:
Web程序 时间:
2014-05-18 18:43:54
阅读次数:
325
IE6有诸多奇葩,不支持position:fixed就是其中之一。所以在做一些比如固定在顶部或者底部或者固定元素的效果时需要考虑兼容IE6的这个问题。解决方案是用Ie6的hack。
*html {/* 只有IE6支持 */
background-image: url(about:blank);
background-attachment: fixed; /* 固定背景 */
}...
分类:
其他好文 时间:
2014-05-18 07:05:34
阅读次数:
203
概览
这个入门教程描述了native(本地?原生?)hadoop库,包含了一小部分关于native hadoop共享库的讨论。
This guide describes the native hadoop library and includes a small discussion about native shared libraries.
注意: 根据你的环境,词组 "native l...
分类:
其他好文 时间:
2014-05-18 03:21:01
阅读次数:
458
QuicklinksIf you know what this isall about and
you just need the update site details:name:GNU ARM Eclipse
Plug-insURL:http://gnuarmeclipse.sourceforg...
分类:
系统相关 时间:
2014-05-17 14:44:41
阅读次数:
499
1 Object-auditor 的启动
Object-auditor的启动和object-replicator的启动过程是一样的,首先是执行启动脚本
swift-init object-auditor start
启动脚本会运行swift源码bin目录下的
if __name__ == '__main__':
parser = OptionParser("%prog CONFIG...
分类:
其他好文 时间:
2014-05-16 02:50:59
阅读次数:
332
Openstack能解决这些问题吗?请各位大侠一起来讨论
1、10万规模的虚拟机,每个虚拟机可以在任何一个CNA上启动,该如何做?2、用户如何自定义业务网络,如何解决网络不够用的情况?
3、统一的镜像管理:多站点该如何做?4、分布式存储在跨AZ/Region情况下怎么设计,如何遵循NWR原则?...
分类:
其他好文 时间:
2014-05-15 23:29:26
阅读次数:
300
Here is a brief introduction and package of
dotfiles for linux/unix user.I think there are enough informative description
about the package.Here is th...
分类:
编程语言 时间:
2014-05-15 12:01:37
阅读次数:
370
题目链接:点击打开链接
题意:给定n个点 m个询问
下面n-1行给定一棵树
m个询问 x y
问把树转成以x为根 y的父节点是谁
第一种情况lca==y那就是x的第 dep[x] - dep[y] -1 父亲,依次向上爬山坡,利用倍增的二进制加速。
第二种就是Father[y];
#include"cstdio"
#include"iostream"
#include"queue"
...
分类:
其他好文 时间:
2014-05-15 09:11:44
阅读次数:
397