<!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>星空效果_www.jb51...
分类:
Web程序 时间:
2014-08-07 09:53:59
阅读次数:
373
<!DOCTYPE html> <html> <head> ? ? <title></title> ? ? <meta charset="utf-8"/> ? ? <style type="text/css"> ? ? ? ? body,ul,li{ ? ? ? ? ? ? margin: 0; ? ? ? ? ? ? padding: 0; ?...
分类:
其他好文 时间:
2014-08-06 10:42:22
阅读次数:
265
1. 什么是LTPA? Lightweight Third-Party Authentication (LTPA)是IBM Websphere和Domino产品中使用单点登录技术。当服务器配置好LTPA认证方式,用户通过浏览器成功登录后,服务器会自动发送一个session cookie给...
分类:
其他好文 时间:
2014-08-06 10:41:51
阅读次数:
318
测试环境:xp ,ie7~8 ?chrome。 link 伪类 :(:link,:visited) ?这个是链接专用 动态伪类 :(:hover,:active,:focus) <!DOCTYPE?html>
<html>
<head></head>
<style?type="text/css">
a:link,input:hover...
分类:
Web程序 时间:
2014-08-05 23:14:50
阅读次数:
506
<!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> <meta http-equiv="Conten...
分类:
Web程序 时间:
2014-08-05 19:40:20
阅读次数:
271
<!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> <meta http-equiv="Conten...
分类:
Web程序 时间:
2014-08-05 14:32:39
阅读次数:
265
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>垂直</title> <style type="text/css"> #content { position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; height:240px; width:70%...
分类:
Web程序 时间:
2014-08-04 14:44:18
阅读次数:
412
CSS对浏览器的兼容性有时让人很头疼,或许当你了解当中的技巧跟原理,就会觉得也不是难事,从网上收集了IE7,6与Fireofx的兼容性处理方法并 整理了一下.对于web2.0的过度,请尽量用xhtml格式写代码,而且DOCTYPE 影响 CSS 处理,作为W3C的标准,一定要加 DOCTYPE声名....
分类:
Web程序 时间:
2014-08-03 15:10:45
阅读次数:
253
CSS对浏览器的兼容性有时让人很头疼,或许当你了解当中的技巧跟原理,就会觉得也不是难事,从网上收集了IE7,6与Fireofx的兼容性处理方法并 整理了一下.对于web2.0的过度,请尽量用xhtml格式写代码,而且DOCTYPE 影响 CSS 处理,作为W3C的标准,一定要加 DOCTYPE声名....
分类:
Web程序 时间:
2014-08-02 01:31:32
阅读次数:
482
Warm up 2
Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 65535/32768 K (Java/Others)
Total Submission(s): 1754 Accepted Submission(s): 781
Problem Description
Some 1×2 domino...
分类:
其他好文 时间:
2014-08-01 19:58:22
阅读次数:
289