上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页
摘要: SELECT TOP PageSize * FROM ( SELECT ROW_NUMBER () OVER (ORDER BY id ASC) RowNumber ,* FROM student ) A WHERE A.RowNumber > (PageNo - 1)... 阅读全文
posted @ 2018-06-01 19:02 框框A 阅读(199) 评论(0) 推荐(0)
摘要: //重写后退按纽 mui.back = function() { mui.confirm('真的要走吗?', '警示', ['确定', '取消'], function(e) { if(e.index == 0) { var... 阅读全文
posted @ 2018-05-31 21:36 框框A 阅读(1232) 评论(0) 推荐(0)
摘要: create_webview_home.html(主页) create_webview_sub.html(新页面) 阅读全文
posted @ 2018-05-31 20:24 框框A 阅读(11915) 评论(0) 推荐(0)
摘要: loaded_no_auto_show_home.html(主页) loaded_no_auto_show_sub.html(新页) 阅读全文
posted @ 2018-05-31 11:13 框框A 阅读(1288) 评论(0) 推荐(0)
摘要: init_preload_home.html(预加载首页) init_preload_sub.html(预加载页面) 阅读全文
posted @ 2018-05-31 10:16 框框A 阅读(584) 评论(0) 推荐(0)
摘要: preload_home.html(预加载的首页) preload_sub.html(预加载的页面) 阅读全文
posted @ 2018-05-31 09:56 框框A 阅读(10147) 评论(2) 推荐(0)
摘要: 加载 显示 阅读全文
posted @ 2018-05-30 22:15 框框A 阅读(283) 评论(0) 推荐(0)
摘要: localStorage_send_page.html(发送页面) localStorage_recieve_page.html(接收页面) 阅读全文
posted @ 2018-05-30 22:10 框框A 阅读(2354) 评论(0) 推荐(0)
摘要: openWindow_send_page.html(发送页面) openWindow_recieve_page.html(接收页面) 阅读全文
posted @ 2018-05-30 22:01 框框A 阅读(1559) 评论(0) 推荐(0)
摘要: url_send_page.html(发送页面) url_recieve_page.html(接收页面) 阅读全文
posted @ 2018-05-30 21:45 框框A 阅读(1016) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 30 下一页