smelikecat

导航

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 30 下一页

2015年12月16日 #

[mobile]监听手机mobile上面软键盘的回车[enter]事件

摘要: $(document).keypress(function(e) { if(e.which == 13) { if(!$(".qaSearchInput").val()) ... 阅读全文

posted @ 2015-12-16 17:08 smelikecat 阅读(655) 评论(0) 推荐(0) 编辑

2015年12月14日 #

[HTML5]如何使用移动设备的方向定位器

摘要: HTML5 RocksShow navigationTable of ContentsHomeTutorialsUpdatesTable of ContentsIntroductionWhich end is up?The eventsUsing the DeviceOrientation even... 阅读全文

posted @ 2015-12-14 18:51 smelikecat 阅读(381) 评论(0) 推荐(0) 编辑

2015年12月11日 #

[mysql]当mysql查询语句查询的结果为空时,返回query结果是什么类型的呢?

摘要: php >$con = mysql_connect('localhost' , 'hnb' , 'alyHnb2015');php > print_r($con);Resource id #1php > mysql_select_db($con , 'test');#故意去查询一条不存在的结果#ph... 阅读全文

posted @ 2015-12-11 15:47 smelikecat 阅读(1827) 评论(0) 推荐(0) 编辑

2015年12月5日 #

[php] php - json_encode 函数

摘要: json_encode()函数,$arr= array("key"=>null);echo json_encode($arr);{"key":null}mysql: varchar(64) - IOS5464e613312451dbd904a9fcc440cfe37b0b547333dc58450... 阅读全文

posted @ 2015-12-05 18:30 smelikecat 阅读(192) 评论(0) 推荐(0) 编辑

2015年11月25日 #

[mobile]移动端页面没有重新请求时,刷新页面代码

摘要: 阅读全文

posted @ 2015-11-25 15:33 smelikecat 阅读(263) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 30 下一页