上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 62 下一页
摘要: var x = 42; console.log( x ); var message = (function( x ){ return function() { console.log( "x is " + x ); }})( x ); message();x = 12; console... 阅读全文
posted @ 2015-05-17 17:55 172257861 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 框架下载地址:http://modernizr.com/ 案例: 阅读全文
posted @ 2015-05-17 16:27 172257861 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 框架下载地址:http://modernizr.com/ 案例: 阅读全文
posted @ 2015-05-17 16:27 172257861 阅读(91) 评论(0) 推荐(0) 编辑
摘要: 框架下载地址:http://modernizr.com/ 案例: 阅读全文
posted @ 2015-05-17 16:27 172257861 阅读(132) 评论(0) 推荐(0) 编辑
摘要: //用户自定义选择器 $(function(){ // Define custom filter by extending $.expr[":"] $.expr[":"].greenbg = function(element) { ret... 阅读全文
posted @ 2015-05-17 12:19 172257861 阅读(134) 评论(0) 推荐(0) 编辑
摘要: //用户自定义选择器 $(function(){ // Define custom filter by extending $.expr[":"] $.expr[":"].greenbg = function(element) { ret... 阅读全文
posted @ 2015-05-17 12:19 172257861 阅读(110) 评论(0) 推荐(0) 编辑
摘要: //用户自定义选择器 $(function(){ // Define custom filter by extending $.expr[":"] $.expr[":"].greenbg = function(element) { ret... 阅读全文
posted @ 2015-05-17 12:19 172257861 阅读(240) 评论(0) 推荐(0) 编辑
摘要: drop table example; CREATE TABLE example( ID Number(4) NOT NULL , NAME VARCHAR(25), constraint example_id primary key(id) );drop SEQUE... 阅读全文
posted @ 2015-05-15 00:35 172257861 阅读(149) 评论(0) 推荐(0) 编辑
摘要: drop table example; CREATE TABLE example( ID Number(4) NOT NULL , NAME VARCHAR(25), constraint example_id primary key(id) );drop SEQUE... 阅读全文
posted @ 2015-05-15 00:35 172257861 阅读(212) 评论(0) 推荐(0) 编辑
摘要: drop table example; CREATE TABLE example( ID Number(4) NOT NULL , NAME VARCHAR(25), constraint example_id primary key(id) );drop SEQUE... 阅读全文
posted @ 2015-05-15 00:35 172257861 阅读(105) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 62 下一页