之前多次调节IE的canvas兼容性,总结如下: <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>jQuery</title>
<meta name="viewport" content="width=device-width"/>
<link rel="st...
分类:
其他好文 时间:
2014-10-20 15:30:36
阅读次数:
189
<!doctype html> <html> <head> ?? ?<title> ?? ??? ?幻灯片效果联系 ?? ?</title> ?? ?<style type="text/css"> ?? ??? ?body{background-color: #373737;} ?? ??? ?body, ul, li, a...
分类:
编程语言 时间:
2014-10-20 15:29:57
阅读次数:
189
<!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 name="viewport" co...
分类:
Web程序 时间:
2014-10-19 18:42:55
阅读次数:
306
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus?">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="...
分类:
Web程序 时间:
2014-10-17 17:03:09
阅读次数:
146
所需要jar包:mybatis-3.x.x.jar 、如果需要和spring整合,还需要加入相关的包
1:看项目目录 红颜色不要关心
2:按照步骤:
1:加入jar包
2:创建数据源(configuration.xml)创建数据库(此处省略)
<!DOCTYPE configuration
PUBLIC "-//mybatis.org//DTD Config...
分类:
其他好文 时间:
2014-10-17 10:20:32
阅读次数:
155
https://developer.mozilla.org/en/Mozilla_Quirks_Mode_Behavior quirks模式的行为表现https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps几乎标准和标准...
分类:
其他好文 时间:
2014-10-16 01:04:11
阅读次数:
198
<!DOCTYPE html> <html> <head> ? ? <meta charset="utf-8" /> ? ? <title>跨浏览器placehoder</title> ? ? <meta name="author" content="ifrans.cn" /> ? ? <meta name="description" content="跨浏览器...
分类:
其他好文 时间:
2014-10-15 21:28:11
阅读次数:
329
hibernate是数据层的架构,想必大家很熟了吧,话不多说,直接贴代码。
首先是hibernate.cfg.xml的配置,实际上这里就是数据库的配置:
<!DOCTYPE hibernate-configuration PUBLIC
"-//Hibernate/Hibernate Configuration DTD 3.0//EN"
"http://www.hibernate.org/d...
分类:
Web程序 时间:
2014-10-15 10:46:40
阅读次数:
152
<!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 runat="server"> ? ...
分类:
Web程序 时间:
2014-10-10 20:32:14
阅读次数:
203