上一页 1 2 3 4 5 6 7 8 ··· 10 下一页
摘要: http://www.189works.com/article-100108-1.html 阅读全文
posted @ 2013-03-20 18:00 Peter_youny 阅读(142) 评论(0) 推荐(0) 编辑
摘要: string sUserAgent = Request.UserAgent.ToLower(); bool bIsIpad = Regex.IsMatch(sUserAgent, "ipad"); bool bIsIphoneOs = Regex.IsMatch(sUserAgent, "iphone"); bool bIsAndroid = Regex.IsMatch(sUserAgent, "android"); bool bIsWP = Regex.IsMatch(sUserAgent, "windows phone& 阅读全文
posted @ 2013-03-14 10:13 Peter_youny 阅读(273) 评论(0) 推荐(0) 编辑
摘要: <script language="javascript" type="text/javascript"> function CheckUser() { var userName = $("#tbName").val(); $.ajax({ type: "GET", url: "CheckUser.ashx", data: "name=" + userName, dataType: 'html', ... 阅读全文
posted @ 2013-03-12 13:27 Peter_youny 阅读(143) 评论(0) 推荐(0) 编辑
摘要: protected void btnExcel_Click(object sender, EventArgs e) { List<bUFlow.Model.orderhistory> orderlist = dal.GetOrderList2(""); string filename = "3g流量网龄升级计划用户表"; string name1 = filename; string bname = Common.MyRequest.GetBrowserName().ToLower(); if (bname.Con... 阅读全文
posted @ 2013-03-11 17:47 Peter_youny 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-02-20 16:50 Peter_youny 阅读(106) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2013-02-20 16:45 Peter_youny 阅读(141) 评论(0) 推荐(0) 编辑
摘要: //获取数据 v Ext.Ajax.request({ url: ctx + '/menuItem/load.ssm', method : 'post', params : { 'menuItemWid' : current_edit_menuitem_wid }, success : function(response, options) { ... 阅读全文
posted @ 2013-02-20 15:16 Peter_youny 阅读(202) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>JSP Page</title> <script type="text/javascript" src="../ext-3.4.0/adapter/ext/ext-base.js"></script> <script type="text/j 阅读全文
posted @ 2013-02-19 17:30 Peter_youny 阅读(501) 评论(0) 推荐(0) 编辑
摘要: <div id="grid-div"></div> <script> Ext.onReady(function(){ var cm = new Ext.grid.ColumnModel([ //设置好表的列头 {header:'编号',dataIndex:'id',sortable:true}, //{首部显示文本,列对应的记录集字段,列是否排序(sortable)} {header:'名称',dataI... 阅读全文
posted @ 2013-02-19 14:25 Peter_youny 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 转载自:http://rhyme.blog.51cto.com/328158/81339 <div id="hello"></div> <script>// panel Ext.onReady(function(){ new Ext.Panel({ renderTo:"hello", //D... 阅读全文
posted @ 2013-02-19 13:38 Peter_youny 阅读(155) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 10 下一页