发布时间:2013-07-02 17:58:01
Extjs creates getter for your views (those listed in the controller's view array) and you get access to them:var view = this.getSchedulerSchedulerView();Once you have the view reference you can do this to get access to the contained grid:var grid = view.down('.inventorylist'); grid.disable();.........【阅读全文】
发布时间:2013-06-25 09:08:40
那个是链接发起请求时的时间、·disableCachingParam: '_dc' 本意确实是为了防止request缓存 代码:function() {var values = Ext.getCmp('con').getValue();Ext.Ajax.request({ url: 'selectunit.php', success: function(response) {var&.........【阅读全文】
发布时间:2013-05-29 15:03:41
解决方法:选中工程->TARGETS->BuildSetting->的codesigning中的codesigning identity已经置为iphone Developer就OK了。 ......【阅读全文】
发布时间:2013-05-29 11:58:28
Jimi是Java的图像管理类库,主要提供的是Image IO的功能,其前身是Activated Intelligence。Jimi支持包括GIF, JPEG, TIFF, PNG, PICT, Photoshop, BMP, Targa, ICO, CUR, Sunraster, XBM, XPM, and PCX在内的各种格式图像。 官方地址:http://java.sun.com/products/jimi/ &.........【阅读全文】
发布时间:2013-05-23 16:13:31
如题一张表id name pid----------- ---------- -----------1 电器 NULL2 家电 13 冰箱 24 洗衣机 25 电脑 16 笔记本 57 平板 58 组装机 79 .........【阅读全文】