- 浏览: 119294 次
- 性别:
- 来自: 合肥
最新评论
-
107x:
谢谢分享
Eclipse下使用maven开发web项目 -
a604346146:
如果你关闭该界面时,session没有注销,你不能再登录进去, ...
spring security 同步session控制 -
Jekey:
...
已有windows 7下硬盘安装CentOS 6.x
文章列表
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
...
tip help--js带箭头的提示框
- 博客分类:
- Web Page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Form field hints with CSS and JavaS ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> New Document </title>
<meta http-equiv="Content- ...
验证码Jcaptcha .
- 博客分类:
- Web Page
http://blog.csdn.net/sz_bdqn/article/details/6661499
http://ajava.org/course/open/14277.html
Jquery使用plug-in
- 博客分类:
- Jquery
jquery是好东西,只是js太大了,以后用的时候要用最小版本
1. form 表单检验
http://bassistance.de/jquery-plugins/jquery-plugin-validation/
内容文件知识管理的开源软件有:
Jackrabbit and Apache Chemistry, 暂时用不到,先记录下来有这个
1.
Big Blue Button: An Open Source Video Conferencing Chat App
---- 开源开会系统,全flash制作,可以自己安装。
http://demo.bigbluebutton.org
2.
iJab : Open Source Chat Ajax Im Application
http://opensource.ijab.im/ 感觉有 ...
使用mathjax
http://www.mathjax.org/docs/1.1/start.html#tex-and-latex-input
在线输入测试数学公式
http://lilydjwg.devio.us/misc/mathjax.html#\mathrm{Fermat(}x\mathrm{)} = \cos x + i\;\sin x
demo1:
<!DOCTYPE html>
<html>
<head>
<title>MathJax TeX Test Page</title>
&l ...
People sholud be able to follow some event, track the updates of these events. Base on events. People submit their intrests on these events, and people can update this events.
people can submit to shops and stores(of course, has some conditions: place, time, etc), then shop post message, then us ...
SSL证书制作(转)
- 博客分类:
- CAS
SSL证书制作
证书签名方案
使用OpenSSL制作证书其实还蛮简单的,只是证书签名的部分有一点复杂,方法有三:
交由受浏览器信任的第三方证书颁发机构签名;
自签名;
自制CA证书并用其签名。
对于上线运营的网站来说,第一个方案是首选,因为只有这样浏览器才不会报警。过去买证书很贵,现在倒是有免费的了,比如IE和Firefox都内置的StartSSL。
不同的证书颁发机构对于证书生成多少都会有自己的要求,所以本文主要讨论后两种方案。
自签名证书
注:下面提到的很多命令都需要一个openssl配置文件,该文件一般名为openssl.cnf。Linux里一般不用管,W ...
使用自制证书配置SSL
- 博客分类:
- CAS
使用自制证书配置SSL
分类: SSL2010-06-25 11:51 73人阅读 评论(0) 收藏 举报
配置支持S
十大最佳Ajax教程(转)
- 博客分类:
- Web Page
转自:http://news.csdn.net/a/20100205/216924.html
十大最佳Ajax教程
编者按:Ajax通常被认为是一门单独的语言,实际上它是很多语言的集合包括DHTML, Javascript, XML
和JSON,全称为Asynchronous JavaScript and XML(异步JavaScript和XML),是由Jesse James
Gaiiett创造的名词。由于它的灵活性、优美以及快速的响应时间可以提高开发体验等原因,Ajax在许多开发领域变得越来越流行。本文作者推荐了十大最佳Ajax教程,全文如下:
我承认Ajax有一 ...
iframe高度自适应2
- 博客分类:
- Web Page
http://www.fufuok.com/adaptive-height-iframe.html
iframe高度自适应1(转)
- 博客分类:
- Web Page
转自:http://www.kuqin.com/webpagedesign/20080516/8536.html
下面开始讲:
通过Google搜索iframe 自适应高度,结果5W多条,搜索iframe 高度自适应,结果2W多条。我翻了前面的几十条,刨去大量的转载,有那么三五篇是原创的。而这几篇原创里 ...