上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 70 下一页
摘要: asp.net server side codejs:Ext.define('MyApp.store.MyJsonPStore', { extend: 'Ext.data.Store', requires: [ 'MyApp.model.Person', 'Ext.data.proxy.JsonP', 'Ext.data.reader.Json' ], config: { autoLoad: true, data: [ { id: 268, ... 阅读全文
posted @ 2014-01-18 21:14 zyip 阅读(318) 评论(0) 推荐(0)
摘要: add this to your loader config:Ext.Loader.setConfig({ disableCaching: false});or :click 'application' on sencha architect , find out 'loader config' config, click the plus icon on the right, click right icon on the right,find out 'disableCaching' config, click the checkbox an 阅读全文
posted @ 2014-01-18 19:46 zyip 阅读(201) 评论(0) 推荐(0)
摘要: 1.简单,但是会丢失请求数据 protected void Application_BeginRequest() { string url = HttpContext.Current.Request.Url.AbsoluteUri.ToString(); if (url.ToLower().Contains("cgi-bin")) { HttpContext.Current.Response.Redirect(url.Replace("-","")); } ... 阅读全文
posted @ 2014-01-13 11:51 zyip 阅读(456) 评论(0) 推荐(0)
摘要: http://jsfiddle.net/jQgQv/7/ 阅读全文
posted @ 2014-01-08 10:32 zyip 阅读(97) 评论(0) 推荐(0)
摘要: downloadhttp://www.sencha.com/products/touch/thank-you/Developer Centerhttp://developer.sencha.com/product/touchGuides forSencha Architect 3http://docs.sencha.com/architect/3/#!/guideGetting Started with Sencha Touchhttp://docs.sencha.com/touch/2.3.1/#!/guide/getting_startedBegin your first APPhttp: 阅读全文
posted @ 2014-01-07 21:42 zyip 阅读(302) 评论(0) 推荐(0)
摘要: http://blog.51cto.com/zt/560 阅读全文
posted @ 2014-01-07 13:14 zyip 阅读(360) 评论(0) 推荐(0)
摘要: jQuery._data(jQuery(this)[0], "events" ).click[0].handler$._data( $("#myabc")[0], "events" ).click[0].handler$('#myabc').attr('onclick')$(this).attr('onclick') //senchae.srcElement 阅读全文
posted @ 2014-01-07 11:01 zyip 阅读(296) 评论(0) 推荐(0)
摘要: @{ var controller = @HttpContext.Current.Request.RequestContext.RouteData.Values["controller"].ToString(); var action = ViewContext.Controller.ValueProvider.GetValue("action").RawValue; ... 阅读全文
posted @ 2014-01-06 16:48 zyip 阅读(256) 评论(0) 推荐(0)
摘要: http://getbootstrap.com/getting-started/ 阅读全文
posted @ 2014-01-03 23:45 zyip 阅读(153) 评论(0) 推荐(0)
摘要: http://blueimp.github.io/jQuery-File-Upload/https://github.com/blueimp/jQuery-File-Upload/wikiBackloadhttp://backload.org nuget search:uploadhttps://github.com/blackcity/Backload 阅读全文
posted @ 2014-01-03 15:58 zyip 阅读(223) 评论(0) 推荐(0)
上一页 1 ··· 40 41 42 43 44 45 46 47 48 ··· 70 下一页