会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Clarence Pan的博客
苦海无涯,学作舟
博客园
首页
新随笔
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
13
下一页
2010年7月28日
屏蔽网页中鼠标右键、上下文菜单
摘要: 据整理,使用一下js脚本就能完成:来试一试:
阅读全文
posted @ 2010-07-28 20:18 Clarence_Pan
阅读(214)
评论(0)
推荐(0)
编辑
2010年7月26日
统计web服务器类型
摘要: 现在做web开发肯定离不开web服务器。知道各大网站用的都是什么服务器吗?今天我就怀着这样一个好奇心写了个搜索web服务器类型的工具,具体代码就不贴了。程序和代码在这里主要思路是: 向一个网站发送HTTP请求,收到HTTP回复后检测其头部Server的值。为了实现批量获取,还需要指定一系列网站的URL。为了偷懒,我就从一个网页开始遍历其中所有的网址,然后获取其服务器类型。光有数据还不行,还要对数...
阅读全文
posted @ 2010-07-26 21:34 Clarence_Pan
阅读(1756)
评论(0)
推荐(1)
编辑
JSON小记
摘要: 首先,JSON是什么?JSON(JavaScript Object Notation) 是一种轻量级的数据交换格式…… 详见http://www.json.org/json-zh.htmlJSON的语法JSON的语法很简单,有五大要素,即object, array, value, string, number. 使用起来很简单很方便。解析JSONJSON的解析器很多,比...
阅读全文
posted @ 2010-07-26 13:27 Clarence_Pan
阅读(644)
评论(1)
推荐(0)
编辑
2010年7月23日
html-js
摘要: 输入的HTML 输入的JS <p id="testPar" style="color:red;font-size:3em;">Hello world!</p> $("#testPar").animate({ "font-size" : "5em" }).hover(function(){$(this).anima...
阅读全文
posted @ 2010-07-23 16:32 Clarence_Pan
阅读(266)
评论(2)
推荐(0)
编辑
jQuery-ui modal dialog
摘要: All form fields are required. Name Email Password Existing Users: Name Email Password John Doejohn.doe@example.comjohndoe1Create new userUse a modal dialog to require that the u...
阅读全文
posted @ 2010-07-23 15:33 Clarence_Pan
阅读(885)
评论(0)
推荐(0)
编辑
上一页
1
···
4
5
6
7
8
9
10
11
12
13
下一页
公告